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

Field in BAPI_GOODSMVT_CREATE

Former Member
0 Likes
413

Hi ,

I am using BAPI_GOODSMVT_CREATE for creating GRN , In transcation MIGO , at line item level there is a field which does not exist in GOODSMVT_ITEM table.Please suggest me how to populate the field which does not exist in BAPI_GOODSMVT_CREATE.

Regards

Edited by: Subhash Karidhal on Mar 5, 2008 6:06 AM

Hi ,

I am using BAPI_GOODSMVT_CREATE for creating GRN , In transcation MIGO , at line item level there is a field which does not exist in GOODSMVT_ITEM table.Please suggest me how to populate the field which does not exist in BAPI_GOODSMVT_CREATE.

Regards

Edited by: Subhash Karidhal on Mar 5, 2008 6:06 AM

1 REPLY 1
Read only

Former Member
0 Likes
333

Hi,

I guess you are trying to tell that you need to populate fields which are added in the item table through Append structure.If that is the case then all you need is to populate the "extensionin" field in the tables tab of the FM "BAPI_GOODSMVT_CREATE",here you need to specify the name of the include structure and its values.Hope this helps.

Regards,

Kiran

Edited by: Kiran NN on Mar 5, 2008 6:35 AM