2007 May 08 7:50 AM
hi all,
We want to get the classification(configuration) data from the production order.
We are presently using VC_I_GET_CONFIGURATION and passing the instance as CUOBJ from AFPO. But the data we get is from the sales order.
Require help as to waht instance to pass to get the data from Prod Order and not from sales order.
any pointers???
hi all,
We want to get the classification(configuration) data from the production order.
We are presently using VC_I_GET_CONFIGURATION and passing the instance as CUOBJ from AFPO. But the data we get is from the sales order.
Require help as to waht instance to pass to get the data from Prod Order and not from sales order.
any pointers???
2007 May 08 10:51 AM
pls give me more info. becuase i am also working on same WM module. i may clarify u doubts on this.
2007 May 08 10:59 AM
I make a sales order first -
XYZ
Then i make a prod order with reference to sales order -
ABC
The CUOBJ -
LMN is same for both the orders in AFPO and VBAP
I go to VC_I_GET_CONFIGURATION and pass LMN and I get the charac values.
Now i change the sales order. I get a information message that a prod order is already available, but the system allows me to change the configuartion values
Now, the config values are different in sales order and prod order
I want the details from the prod order, but since the CUOBJ is same- when i run the FM, i get the changed values from the sales order
I need the previous unchanged data from the prod order and not from the sales order