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: 

Instance of Purchase order not Created

Former Member
0 Kudos

Hi Floks,

We are trying to change the Quantity of PO item using user exit J_1I7_MIGO_SAVE during the MIGO. We are calling BAPI_PO_CHANGE,but it is returning an error message " Instance 4400000245 of object PurchaseOrder could not be changed ". Can anyone help us in solving this error.

Can we use the bapi in the above user eixt or not.

Regards,

Suresh.

2 REPLIES 2

Former Member
0 Kudos

Can any one suggest whthere we can use BAPI_PO_CHANGE or Not .

thanks ,

Suresh

0 Kudos

I believe u r trying to chnge the PO when it is already being processed by MIGO transaction.

Mayb dats y the error message.

Try to change the Quantity using the BAPI in standalone mode through se37.

Edited by: Kanwardeep Singh Gill on May 25, 2010 6:15 PM