Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

One BAPI for PO Create and Commit

Former Member
0 Likes
1,082

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
618

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

2 REPLIES 2
Read only

Former Member
0 Likes
619

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

Read only

Former Member
0 Likes
618

Hi,

BAPI_PO_CREATE1 will do the same thing, no need to call the BAPI_COMMIT externally

Regards

Sudheer