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
417

i'm using BAPI_PO_CREATE1 for creating a purchase order .the problem is that BAPI_TRANSACTION_COMMIT is taking hell lot of time .i have seen in debugging mode that code processing halts for long time after TRANSACTION_COMMIT.

plz tell me what to do or any alternative FM that do same as BAPI_TRANSACTION_COMMIT.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
396

Hi Vivek,

Do you have any update tasks programmed. Update tasks execute when a explicit COMMIT WORK is triggered which is achieved by BAPI_TRANSACTION_COMMIT.

When the BAPI is running for a long time, just run SM51 and check all the work process/applications running durign the time.

Cheers.

3 REPLIES 3
Read only

Former Member
0 Likes
397

Hi Vivek,

Do you have any update tasks programmed. Update tasks execute when a explicit COMMIT WORK is triggered which is achieved by BAPI_TRANSACTION_COMMIT.

When the BAPI is running for a long time, just run SM51 and check all the work process/applications running durign the time.

Cheers.

Read only

0 Likes
396

any other FM regarding it.

Read only

Former Member
0 Likes
396

resolved