cancel
Showing results for 
Search instead for 
Did you mean: 

bapi to fetch the grn numbers and grn line items

Former Member
0 Kudos

Hi All,

Can anybody tell me the BAPI to fetcht the grn numbers and grn line items.

I have been searching over the Internet but didn't find any.

Suggestions will be apperciated.

Thanks,

Nitin

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184681
Active Contributor
0 Kudos

Hi,

What do you mean by "grn"? The only thing that comes to my mind is "goods receipt", so a material document (goods movement), is that correct? If so, use BAPI_GOODSMVT_GETDETAIL or BAPI_GOODSMVT_GETITEMS.

Regards,

Greg

Former Member
0 Kudos

Hi Greg,

Does BAPI_GOODSMVT_GETDETAIL bapi fetch the goods receipts which we entered in the SAP through migo transaction ?

This may be a silly question. But I am not really very familiar with SAP.

Apologies for that.

Thanks,

Nitin

former_member184681
Active Contributor
0 Kudos

Dear Nitin,

Yes it does . You just need to provide GR document number and year (under which the document was saved in MIGO) and you receive document header data and item details as a response.

Regards,

Greg

Former Member
0 Kudos

Greg, one more thing. Can we get only open Goods Receipts with this bapi somehow ?