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 for goods receipt?

Former Member
0 Likes
2,490

is there any BAPI which could automaticly booking "goods" in the "goods receipt"?

I become for Inputs a "Order Number" and a "Position Number" which is necessary for the booking.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
618

Hi Use 'BAPI_GOODSMVT_CREATE' and pass gm_code is '05 for goods receipts.

is there any BAPI which could automaticly booking "goods" in the "goods receipt"?

I become for Inputs a "Order Number" and a "Position Number" which is necessary for the booking.

3 REPLIES 3
Read only

Former Member
0 Likes
618

HI,

You may use CALL FUNCTION 'BAPI_GOODSMVT_CREATE' for the same.

Regards

Raju Chitale

Read only

Former Member
0 Likes
619

Hi Use 'BAPI_GOODSMVT_CREATE' and pass gm_code is '05 for goods receipts.

Read only

Former Member
0 Likes
618

Thanks for this quick fix.