You can read the company code ID from an event source, connect to the SAP system through a service call to the BAPI_COMPANYCODE_GETDETAIL function, and write the company code list to a relational data source.
In this example, you can configure a service call to access the BAPI_COMPANYCODE_GETDETAIL function, read the company code ID from a Salesforce source, and write the company address and details to an Oracle database.
Perform the following steps to read the company code ID from a Salesforce source and write the company address and details to an Oracle database:
Create the connections in
Application Integration
.
Create the variables in the process properties.
Read from Salesforce and assign the variables in the process.
Configure the BAPI service call in the process.
Write the BAPI output parameters to Oracle tables.