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

bapi

Former Member
0 Likes
491

hi,

What is meant by BAPI Transaction Model Without Commit and BAPI Transaction Model With Commit.

Thank you

ASHOK KUMAR

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
465

Hi,

Few BAPI when used in program, need to be followed by another BAPI call to "BAPI_TRANSACTION_COMMIT".

But for few BAPI, its not required bcz the BAPI itself internally calls BAPI_TRANSACTION_COMMIT.

So a BAPI which itself calls commit is BAPI TRANSACTION MODEL with commit & other one is without commit.

Best regards,

Prashant

3 REPLIES 3
Read only

Former Member
0 Likes
466

Hi,

Few BAPI when used in program, need to be followed by another BAPI call to "BAPI_TRANSACTION_COMMIT".

But for few BAPI, its not required bcz the BAPI itself internally calls BAPI_TRANSACTION_COMMIT.

So a BAPI which itself calls commit is BAPI TRANSACTION MODEL with commit & other one is without commit.

Best regards,

Prashant

Read only

Former Member
0 Likes
465
Read only

Former Member
0 Likes
465

hi,

I got ans .Thank you for your reply.

Regards

Message was edited by:

ASHOK KUMAR