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

GR with 105 using BAPI_GOODSMVT_CREATE

Former Member
0 Likes
1,123

Hi all,

I want to create a GR document with 105 movement type with existing BAPI function module(BAPI_GOODSMVT_CREATE).

i'm passing heder information posting date and creation date.

Material Number, PO Number, Price units, Quantity, Moment type, Serial Number etc.

it's giving the error messages like this...

" <b> NO GR possiblwe for PO number "4500000104" "0010"</b> ".

i didn't write the code for this. i tested this from function module.

I'm able to create Material Document from MB01 with movement type 105.

All the best.

Regards,

Nagesh Ganisetti.

Hi all,

I want to create a GR document with 105 movement type with existing BAPI function module(BAPI_GOODSMVT_CREATE).

i'm passing heder information posting date and creation date.

Material Number, PO Number, Price units, Quantity, Moment type, Serial Number etc.

it's giving the error messages like this...

" <b> NO GR possiblwe for PO number "4500000104" "0010"</b> ".

i didn't write the code for this. i tested this from function module.

I'm able to create Material Document from MB01 with movement type 105.

All the best.

Regards,

Nagesh Ganisetti.

2 REPLIES 2
Read only

Former Member
0 Likes
704

What value are you passing to GOODSMVT_CODE? It should be '01'. After that, are you passing a value of 'B' to the GOODSMVT_ITEM-MVT_IND?

Also, if the system is saying no GR possible, check if your testing through MB01 made that line of the PO, no longer available for another GR against it.

Read only

0 Likes
704

Nice to see your Response.

i passed Movement code '01' and Movement Indicator 'B'.

i'm able to create GR Document through MB01.

i can create 15 more GR on the same PO.

Regards,

Nagesh.