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: 

Net Price issue with FM - BAPI_PO_CREATE1

Former Member
0 Kudos

While creating PO using this FM, for line items whose Condition remains 0, the net price is taken from the Previous document.

I am trying to populate the net price values from the Excel file. Still it overwrites in case the Pricing condition is 0.

Please adv

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Mohankumar,

I have also faced similar problem.

Give 'NO_PRICE_FROM_PO' = 'X' .

'X' means: Price is not to be adopted from the last PO

' ' means: Price is to be adopted from the last PO if no price could be found in the master records.

It will resolve your issue.

Regards,

Anil Salekar

4 REPLIES 4

Former Member
0 Kudos

hai mohan,

did u give any condition type for the item

m.a

former_member192467
Active Participant
0 Kudos

Hi,

If no condition is given then also it takes it as 0. so u can specify condition values in the excel.

0 Kudos

I tried giving the condition type "PB00" still not working...

To be more specific, this happens when the particular line item doesn't have Purchase info record. Even if we dont pass any amount it takes from the previous document.

-Mohan

Former Member
0 Kudos

Hi Mohankumar,

I have also faced similar problem.

Give 'NO_PRICE_FROM_PO' = 'X' .

'X' means: Price is not to be adopted from the last PO

' ' means: Price is to be adopted from the last PO if no price could be found in the master records.

It will resolve your issue.

Regards,

Anil Salekar