‎2007 Apr 10 4:10 PM
Hello BAPI Gurus,
Iz there any BAPI available for PO create and commit.
Both the operations should happen in 1 BAPI. I know that seperate BAPIs are available.
Do any one know that, any single BAPI is available for doing both the operations (commit and Creation of PO) .
Regards,
Chandrashekar.
‎2007 Apr 10 4:19 PM
BAPI_PO_CREATE1 will commit by itself if you pass the parameter TESTRUN as space.
If you pass 'X to the parameter TESTRUN, then yo uhave to use the bapi bapi_transaction_commit explicitly.
Regards,
Ravi
‎2007 Apr 10 4:19 PM
BAPI_PO_CREATE1 will commit by itself if you pass the parameter TESTRUN as space.
If you pass 'X to the parameter TESTRUN, then yo uhave to use the bapi bapi_transaction_commit explicitly.
Regards,
Ravi
‎2007 Apr 10 4:25 PM
Hi,
BAPI_PO_CREATE1 will do the same thing, no need to call the BAPI_COMMIT externally
Regards
Sudheer