Application Development 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: 

GR for a PO that does not have Materials in the PO lines.

0 Kudos

Hi,

We have a scenario wherein we need to do the Goods receipt for a PO that does not have material on any of the PO line items but just the Short text. I am looking for a BAPI that could do a GR without a matnr in the PO line items. I tried both BAPI_GOODSMVT_CREATE and BAPI_EXCINV_CREATE_FROMDATA but looks like both of them need matnr. Could any suggest a standard Function module that could do a GR when the materials are not present? I do not wish to use a BDC on MIGO. I have always done GR with BAPI_GOODSMVT_CREATE since I had the materials in the PO lines. But I've never tried GR for POs without matnrs. Appreciate help on this.

1 ACCEPTED SOLUTION

JL23
Active Contributor
0 Kudos

What had you tried with BAPI_GOODSMVT_CREATE?

And what errors had you received?

Had you seen the excellent documentation in SE37? It tells what fields are must and what fields do not have to be filled for the specific case that is to be achieved with this BAPI.

2 REPLIES 2

JL23
Active Contributor
0 Kudos

What had you tried with BAPI_GOODSMVT_CREATE?

And what errors had you received?

Had you seen the excellent documentation in SE37? It tells what fields are must and what fields do not have to be filled for the specific case that is to be achieved with this BAPI.

0 Kudos

My bad, I missed entering the Movement indicator. Works fine now. Thanks Jürgen for your quick help!