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: 

BAPI_PO_CREATE1- pricing conditions

Former Member
0 Kudos

Hi,

In general if a info record exists, price will be determined based on that.

But I need the price to be determined from condition records. Please help me to do that.

BAPI_PO_CREATE1 consists of parameter POCOND. Can any body tell me in detail what this parameter does?

Pls get me code if possible.

regards,

Ravi

points will be awarded

1 REPLY 1

Former Member
0 Kudos

Hi

<b>Conditions</b>

Conditions are transferred in the table PoCond; header conditions in the table PoCondHeader. Price determination is reinitiated via the parameter CALCTYPE in the table PoItem.

<b>Parameter: POCOND</b>

ITM_NUMBER = 000001

COND_ST_NO = 001

COND_TYPE = PB00

COND_VALUE = 79.900000000

CURRENCY = EUR

CURRENCY_ISO = EUR

COND_UNIT = KG

COND_P_UNT = 1

CHANGE_ID = U

<b>Parameter: POCONDX</b>

ITM_NUMBER = 000001

COND_ST_NO = 000

ITM_NUMBERX = X

COND_TYPE = X

COND_VALUE = X

CURRENCY = X

CHANGE_ID = X

Thanks

Vijay

<b>PLZ Reward points if helpful</b>