cancel
Showing results for 
Search instead for 
Did you mean: 

Material Document from PO

Former Member
0 Kudos

Hi all,

I am trying to find how do we get the Material Document number created (Good Receipt Document, txn MIGO) from a PO number. I am looking for the table-field where I find the this info.

I create the GR doc from PO using MIGO.

Can anyone help me in this ??

Accepted Solutions (1)

Accepted Solutions (1)

manuel_bassani
Contributor
0 Kudos

Hi Karthik,

from PO number, you can read table EKBE with the following keys

EBELN = PO number

EBELP = PO item

ZEKKN = '00'

VGABE = '1' (good rec.)

in fields: GJAHR, BELNR, BUZEI you will find all Material document numbers linked to the PO

Best regards,

Manuel

Former Member
0 Kudos

Thanks Manuel,

That works..

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Karthik,

Have you looked at the table MKPF ?

Regards,

Anand Mandalika.