‎2009 Aug 03 8:49 AM
Dear ABAPers,
I am creating the Purchase order Using BAPI_PO_CREATE1. In that the Purchase order Line item i am giving the Net Price for the Material.But While creating the purchase order the system creates the puchase order with the net price which is already available in the memory.So how to solve this problem.
Thanks & Regards,
Ashok.
‎2009 Aug 03 8:56 AM
Hi,
Try to pass the value NO_PRICE_FROM_PO in the BAPI and see
NO_PRICE_FROM_PO = 'X'Regards
Bala Krishna
‎2009 Aug 03 8:56 AM
Hi,
Try to pass the value NO_PRICE_FROM_PO in the BAPI and see
NO_PRICE_FROM_PO = 'X'Regards
Bala Krishna
‎2009 Aug 03 9:23 AM
Hi Bala,
Thank you very much.It Solved My Problem.
Thanks & Regards,
Ashok.
‎2009 Aug 03 9:09 AM