2009 Mar 12 9:34 PM
Hello,
Can you please let me know what is the main purpose/use of this FM? I can't find much from the help documentation. Can we use it along with any of the BAPI's? Thanks.
2009 Mar 12 9:38 PM
Hi, All BAPIs implicitly carry out a separate COMMIT WORK.
If a COMMIT WORK AND WAIT is required, or if batch maintenance is to be included om a transaction, the implicit COMMIT of the BAPIs has to be suppressed.
This is done by calling function module 'TRANSACTION_BEGIN' before calling the individual BAPI. Thus the calling program takes over transaction control. The transaction is terminated by calling function module 'TRANSACTION_END'. A database COMMIT is then carried out by calling BAPI BAPI_TRANSACTION_COMMIT.
[Reference>>>|http://sapworld.proboards10.com/index.cgi?board=MaterialManagement&action=display&thread=163]
Hello,
Can you please let me know what is the main purpose/use of this FM? I can't find much from the help documentation. Can we use it along with any of the BAPI's? Thanks.
2009 Mar 12 9:37 PM
Hi,
Please check [this|https://www.sdn.sap.com/irj/scn/advancedsearch?query=transaction_begin++++&cat=sdn_all]
~Satya
2009 Mar 12 9:38 PM
Hi, All BAPIs implicitly carry out a separate COMMIT WORK.
If a COMMIT WORK AND WAIT is required, or if batch maintenance is to be included om a transaction, the implicit COMMIT of the BAPIs has to be suppressed.
This is done by calling function module 'TRANSACTION_BEGIN' before calling the individual BAPI. Thus the calling program takes over transaction control. The transaction is terminated by calling function module 'TRANSACTION_END'. A database COMMIT is then carried out by calling BAPI BAPI_TRANSACTION_COMMIT.
[Reference>>>|http://sapworld.proboards10.com/index.cgi?board=MaterialManagement&action=display&thread=163]
2009 Mar 12 9:55 PM
2009 Mar 12 9:46 PM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |