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

purchase orders

Former Member
0 Likes
813

hi all

when i am creating POs through bapi_po_create1 i am sending the net price of the item into the BAPIMEPOITEM_NET_PRICE field of the bapi but when the po is created the net price in the po is the net price of the material in the inforecord.

can any one suggest me to which field in the bapi at the item level i should send the netprice so that in the po the net price should be the one i sent not from the info records.

thanks.

1 ACCEPTED SOLUTION
Read only

venkata_ramisetti
Active Contributor
0 Likes
686

Hi,

set the IMPORT paramter NO_PRICE_FROM_PO = 'X'.

PLease see NO_PRICE_FROM_PO IMPORT parameter documentation.

Short Text

Description This parameter controls the adoption of the price from the last Document

If no condition can be determined from the purchasing info record (no conditions have been maintained), the system adopts the conditions from the last purchase order stored in the purchasing info record

Value Range

'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

Default In the standard system, the parameter is initial.

4 REPLIES 4
Read only

Former Member
0 Likes
686

Hi,

Try passing it in the conditions internal table BAPIMEPOCOND & BAPIMEPOCONDX with the condition type and condition rate..

Thanks,

Naren

Read only

venkata_ramisetti
Active Contributor
0 Likes
687

Hi,

set the IMPORT paramter NO_PRICE_FROM_PO = 'X'.

PLease see NO_PRICE_FROM_PO IMPORT parameter documentation.

Short Text

Description This parameter controls the adoption of the price from the last Document

If no condition can be determined from the purchasing info record (no conditions have been maintained), the system adopts the conditions from the last purchase order stored in the purchasing info record

Value Range

'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

Default In the standard system, the parameter is initial.

Read only

0 Likes
686

thanks ramakrishna

can u tell me in which table i will find the NO_PRICE_FROM_PO .

many thanks

Read only

0 Likes
686

Hi,

It is an IMPORT parameter. (Open the functionmodule BAPI_PO_CREATE1 and click the IMPORT parameters tab and you can see the last parameter)

You are most welcome,

Ramakrishna