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

Former Member
0 Likes
432

Hi all,

i am using BAPI_GOODSMVT_CREATE to upload goods receipt data, my problem is i am unable to find the fields

Model, Construction year, and Valid from in the respective BAPI.

Please help me hw to populate these fields.

Thanks in Advance.

Regards,

1 REPLY 1
Read only

chaouki_akir
Contributor
0 Likes
356

Hello,

what you have to do is :

- Create a Goods receipt with MIGO (transaction code is filling correctly your "fields") on debug mode,

- Create a Goods receipt with the BAPI on debug mode.

Both, the bapi and MIGO, are calling the same Function MODULE (name 'MB_...').

Put a breakpoint at the call of this function. And then compare the imported parameters, in both bapi and the MIGO, to see where is the difference between the bapi and the MIGO.

Cordialement,

Chaouki.