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

user exit for BAPI_GOODSMVT_CREATE

Former Member
0 Likes
687

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

1 REPLY 1
Read only

Former Member
0 Likes
440

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