Sunday, 13 May 2012

How to close batch input session? | SAP-ABAP

BDC_CLOSE_GROUP function module is used to close a Batch Input session. Once a session is closed, it can be processed.
BDC_CLOSE_GROUP needs no parameters. It automatically closes the session that is currently open in program. But session must be closed before opening another session from the same program.

No comments: