SAP JCo Interface
You can use the actions below to call a Business Application Programming Interface (BAPI) using the SAP Java Connector (SAP JCo) and control a session between SAP Manufacturing Integration and Intelligence (SAP MII) and SAP ERP Central Component (SAP ECC).
Note
You can use the SAP JCo Interface action for one function call. You can use the other SAP JCo Interface actions for multiple function calls during one session.
You can use BAPIs to integrate SAP MII with SAP ECC. BAPIs do not write directly to the database; they use a posting engine in the SAP system.
To call a BAPI to write data using the SAP J Co Interface
actions, complete the following steps:
To set up an exclusive connection to the SAP application, call the lockSession
service.
Execute the BAPI calls.
Call the bapi:commit
or pub.sap.bapi: rollback
service.
To end the connection to the SAP application and clean up used resources, call the pub.sap.client: releaseSession
service.
This component includes the following actions: