This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.
Configuring SAP ByDesign Operations
To use the SAP ByDesign connector, add the <sapbydesign.init>
element in your configuration before carrying out any other operation.
The SAP Business ByDesign API supports basic authentication with username and password.
init
<sapbydesign.init> <username>{$ctx:username}</username> <password>{$ctx:password}</password> <sapHost>{$ctx:sapHost}</sapHost> <blocking>{$ctx:blocking}</blocking> </sapbydesign.init>
Properties
username:
The username of the SAP Business ByDesign account.password:
The password of the SAP Business ByDesign account.sapHost :
The SAP Business ByDesign host name.blocking:
This is a boolean type property that allows the connector to perform blocking invocations to SAP Business ByDesign.
Now that you have connected to SAP Business ByDesign, use the information in the following topics to perform various operations with the connector.
- Working with Accounts in SAP Business ByDesign
- Working with Customers in SAP Business ByDesign
- Working with Material in SAP Business ByDesign
- Working with Outbound Deliveries in SAP Business ByDesign
- Working with Products in SAP Business ByDesign
- Working with Sales Orders in SAP Business ByDesign
- Working with Sales Price Lists in SAP Business ByDesign