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,505

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
633

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

HI,

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

Regards

Raju Chitale

3 REPLIES 3
Read only

Former Member
0 Likes
633

HI,

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

Regards

Raju Chitale

Read only

Former Member
0 Likes
634

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

Read only

Former Member
0 Likes
633

Thanks for this quick fix.