Batch Data Communication (BDC) Management
Batch Data Communication is also referred to as Batch Input. It is a proven technique for transferring mass data from external systems to the SAP system. The batch input sessions that are used for this purpose contain one or several transaction calls including the transaction data. You can use your AE system to read, process and monitor these sessions until they end. You can also use it to directly call transactions whose data is defined in an AE job (call transaction).
AE JCL for SAP
- R3_ACTIVATE_SESSIONS
Processes batch input sessions - R3_CALL_TRANSACTION
Calls an SAP transaction - R3_GET_SESSIONS
Selects batch input sessions and lists the result in the activation report or a file - R3_SET_BDCDATA
Defines BDC data
See also:
- SAP Jobs
- About SAP JCL