‎2007 Oct 12 4:54 PM
Hi everybody,
In the inbound function module, I am using BAPI_GOODSMVT_CREATE to create a material document.But I want to change the field MSEG-AUFNR before updating MSEG table. Can anybody tell me Is there any user exit or badi to serve the purpose.
Thanks in advance.
Vijay
‎2007 Oct 13 2:16 AM
Hi,
You can populate the field "orderid" in the internal table record for table parameter "goodsmvt_item" with the value you want for MSEG-AUFNR before calling BAPI_GOODSMVT_CREATE to create a material document.
Don