2013 Dec 05 10:09 AM
Hi,
I am creating STO through BAPI_PO_CREATE1,while creating STO i am getting these errors 'Not possible to determine shipping point for item 00010' and 'not possible to determine shipping point for article 600000'.How to rectify this.
Thanks
2013 Dec 05 10:27 AM
Hi Sai,
In case of STO process, The shipping data will be maintained at receiving plant. It means reeving plant is nothing but customer. So please check the shipping data information as maintained in customer master or not. In STO processing the shipping data will be pick up from the customer master only.
EKPV table will store the shipment data for STO.
Check the passing parameters in BAPI
*" POSHIPPING STRUCTURE BAPIITEMSHIP OPTIONAL
*" POSHIPPINGX STRUCTURE BAPIITEMSHIPX OPTIONAL
This structure represents all fields that are changeable within the shipping data for stock transport orders.
Thanks,
Kiran
Message was edited by: kiran kumar
2013 Dec 05 10:24 AM
Dear Sai,
I would like to see your code.
Please make sure that you pass POHEADER-SUPPL_PLNT - where this is mandatory for STO.
However, kindly paste the code
Regards,
Venkat
2013 Dec 05 10:27 AM
Hi Sai,
In case of STO process, The shipping data will be maintained at receiving plant. It means reeving plant is nothing but customer. So please check the shipping data information as maintained in customer master or not. In STO processing the shipping data will be pick up from the customer master only.
EKPV table will store the shipment data for STO.
Check the passing parameters in BAPI
*" POSHIPPING STRUCTURE BAPIITEMSHIP OPTIONAL
*" POSHIPPINGX STRUCTURE BAPIITEMSHIPX OPTIONAL
This structure represents all fields that are changeable within the shipping data for stock transport orders.
Thanks,
Kiran
Message was edited by: kiran kumar
2013 Dec 06 5:16 AM
Hi Kiran,
Thanks for your quick response,As you told i have checked in EKPV table,in table itself there is no receiving plant(Customer) for those articles,that's why it is showing that error.
Thanks