SAP-BAPI Transfer Object
SAP BAPI can be used both as source or destination. A set of SAP access data has to be specified within the plug-in configuration. The transfer object is created as described above.
Open transfer object by double click and configure as follows:
Tab Settings
SAP access data | Select SAP set of access data. |
Output | Provides the results of the BAPI call as a JSON document for further processing. |
Business object | Select Business Object. |
Methods | Select one of Business Object’s methods. |
Object keys used | Object keys define an object positively and are added automatically. Required if method depends on instance. |
Registerkarte: Parameters
Please specify a function | Select the required parameters by setting the appropriate check mark. You can also take whole categories if you place the checkmark accordingly. Note: The specified table must have a primary key. Tables without primary keys are not supported. |
Copy JSON format | Copies a JSON document to the clipboard whose structure corresponds to the function call. |
Parameters are categorized:
- Import: Data transfer into SAP system
- Export: Data transfer from SAP system
- Change: Data transfer into SAP system and return of changed values.
Categories may contain sub-categories, e. g. “Table” containing data tables.