‎2008 Mar 12 8:26 AM
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,
‎2008 Mar 15 11:11 AM
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.