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

problem in calling 2 Back to back BAPI

Former Member
0 Likes
535

hi,

I am calling bapi 'BAPI_GOODSMVT_CREATE' for movement type 313 and then 'BAPI_TRANSACTION_COMMIT'.

for the same vale in same program i am again calling same BAPI i.e 'BAPI_GOODSMVT_CREATE' for movement type 313 and then 'BAPI_TRANSACTION_COMMIT'. when no of record are more then 2 nd bapi is not executing .when i am giving less record its working fine.

i am passing wait = 'X',i.e changing from asyn to syn.

2 REPLIES 2
Read only

former_member302911
Active Participant
0 Likes
487

Hi,

try using WAIT UP TO 1 SECONDS before BAPI_TRANSACTION_COMMIT

Angelo.

Read only

Former Member
0 Likes
487

i already tryed this ,but its not working.