Difference Between Call Transaction and Session Method in BDC
Difference Between Call Transaction and Session Method in BDC Session Method in BDC ABAP/4 program read the external data that is to be entered to the SAP system and stores the data in the batch input session. This method will start from the place where it ends with error. It is not fast as call transaction method Sessions Cannot be generated in Parallel. Asynchronous Processing When the program has finished, we can run the session through the Transaction code SM35. ABAP program creates a session with all the transnational data, and this session can be viewed, scheduled and processed (using Transaction SM35) at a later time. Synchronous Database update. During processing, no transaction is started until the previous transaction has been written to the database. Detailed Log will be created for all the sessions Call Transaction method in BDC The ABAP/4 program uses the call transaction <T-code...
Comments
Post a Comment