Step 5: Write the BAPI output parameters to Oracle tables
Step 5: Write the BAPI output parameters to Oracle tables
The BAPI_COMPANYCODE_GETDETAIL_Output parameter returns the COMPANYCODE_ADDRESS, COMPANYCODE_DETAIL, and Return parameters. You can write the output parameters to Oracle tables.
Perform the following steps to write the BAPI output to Oracle tables:
Configure parallel paths in the process.
Configure a Parallel Paths step in the process and add three paths to write each of the output parameters to individual Oracle tables.
Configure a Create object in the process.
For each path, configure a Create object. Perform the following steps to configure a Create object:
Select an Oracle connection to specify the object type as an Oracle table.
In the
Input
tab, map a field in the Oracle table with the associated field in the BAPI output parameter.
Repeat the field mapping for all the output fields that you want to write to the Oracle table.