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_GOODSMVT_CREATE

mohan_madaiah
Active Participant
0 Likes
520

Hi

I am using BAPI_GOODSMVT_CREATE for good receipt for Purchase Order. When I excute this BAPI, the system is creating a Document Number but the Goods Movement does not take place. It fails. And I do not receive any error message.

Could anyone please let me know the soluton for this issue.

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
468

Hello

Are you doing


      CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
           EXPORTING
                WAIT            = 'X'.

after BAPI_GOODSMVT_CREATE ?

2 REPLIES 2
Read only

Former Member
0 Likes
469

Hello

Are you doing


      CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
           EXPORTING
                WAIT            = 'X'.

after BAPI_GOODSMVT_CREATE ?

Read only

mohan_madaiah
Active Participant
0 Likes
468

Hi Dzed Maroz

Thanks a lot for prompt reply,

Mohan