Application Development 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: 

material document given by BAPI_GOODSMVT_CREATE does not exist

Former Member
0 Kudos

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

Former Member
0 Kudos

Are you doing a Commit after the BAPI call?



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

1 REPLY 1

Former Member
0 Kudos

Are you doing a Commit after the BAPI call?



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