Sunday, 13 May 2012

How many functional modules are used to create batch input session? | SAP-ABAP

   Three functional modules are used to create batch input session, which are as follows:
=>    BDC_OPEN_GROUP- The functional module is used for creating a new session.
=> BDC-INSERT- To insert batch input. It will insert transaction to batch input session. BDC data structure must be provided that contains all the data needed for processing the transaction.
=>    BDC_CLOSE_GROUP- For closing session. Once a session is closed, it can be processed.