接続の確立
コネクタ内で利用可能なオブジェクトは、"cdata.sapbusinessone" モジュールからアクセスできます。モジュールのオブジェクトを直接使用するには:
- モジュールを以下のようにインポートします。
import cdata.sapbusinessone as mod
- 接続を確立するには、以下のような適切な接続文字列を使用してコネクタオブジェクトからconnect() メソッドを呼び出します。
mod.connect("Url=http://localhost:50000/b1s/v1;User=username;Password=password;CompanyDB=dbname;")
SAP Business One API への接続
データに接続するには、以下を指定します。- Url:SAP Business One Service Layer ルートURL に設定。
- CompanyDB:SAP Business One 会社データベースに設定。
SAP Business One API への認証
SAP Business One に認証するには、User およびPassword 接続プロパティを指定する必要があります。