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

material document given by BAPI_GOODSMVT_CREATE does not exist

Former Member
0 Likes
964

i used the bapi to perform movement type 542 (used code 04), the bapi showed a mat doc no. However the doc no does not exist in the system. Any reasons why?. Since if any error occurred the doc no shouldn't have been displayed and the error would have been displayed in return table.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
715

Are you doing a Commit after the BAPI call?



   call function 'BAPI_TRANSACTION_COMMIT'
       exporting
            wait = 'X'.

1 REPLY 1
Read only

Former Member
0 Likes
716

Are you doing a Commit after the BAPI call?



   call function 'BAPI_TRANSACTION_COMMIT'
       exporting
            wait = 'X'.