cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI_GOODSMVT_CREATE

Former Member
0 Kudos

Hi Xperts,

I wanted to know abt this FM.

What is the functionality and what are the input parameters and output paramters.

I am really a lay man regarding this FM please help me.

Thanks.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks for the replies, Problem resolved

mandar_shete
Active Participant
0 Kudos

Hi,

This FM creates the GR for PO line item. If you want more help on this FM, goto TCODE SE37 and after displya it, click on Function Module Documentation button it will give all the required information.

Import Paramerters

GOODSMVT_HEADER (Material Document Header Data) is mandatory

GOODSMVT_CODE (Assign Code to Transaction for Goods Movement) is mandatory

TESTRUN is optional

Export Parameters

GOODSMVT_HEADRET (Material Document Number/Material Document Year) is optional.

MATERIALDOCUMENT (Number of Material Document) is optional.

MATDOCUMENTYEAR (Material Doc. Year) is optional.

GOODSMVT_ITEM (Material Document Items) is mandatory. It contains the PO line item information which needs to do a GR.

GOODSMVT_SERIALNUMBER (Serial Number) is optional

RETURN (Return Messages) is mandatory. It returns all the messages generated by BAPI (Information, Success, Warning and Error).

Using this RETURN table you will come to know if GR has done or not.

Hope this will help you.

Thanks,

Mandar

Former Member
0 Kudos

Please ask this in ABAP forum. As it is a BAPI releted to goods movement so either a MM consultatn or an ABAPer will be good option to ask.