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

Problem in creating Purchase order Using BAPI

Former Member
0 Likes
629

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.

1 ACCEPTED SOLUTION
Read only

former_member585060
Active Contributor
0 Likes
562

Hi,

Try to pass the value NO_PRICE_FROM_PO in the BAPI and see

NO_PRICE_FROM_PO = 'X'

Regards

Bala Krishna

3 REPLIES 3
Read only

former_member585060
Active Contributor
0 Likes
563

Hi,

Try to pass the value NO_PRICE_FROM_PO in the BAPI and see

NO_PRICE_FROM_PO = 'X'

Regards

Bala Krishna

Read only

0 Likes
562

Hi Bala,

Thank you very much.It Solved My Problem.

Thanks & Regards,

Ashok.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
562

Did you give POITEM-PO_PRICE = '2' ?

(more info on [Note 580225 - Purchasing BAPIs: Conditions and pricing|https://service.sap.com/sap/support/notes/580225])

Regards,

Raymond