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.
=> 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.