cancel
Showing results for 
Search instead for 
Did you mean: 

Recalculating PO condition values based on changes in Gross Price

Former Member
0 Kudos

Dear People,

I am using BAPI_PO_CHANGE for changing the condition value associated with Gross Price.

Instead of updating the DB by commit, i just want to simulate the changes in POCOND (tables parameter in BAPI_PO_CHANGE) by running the BAPI in SE37.

My requirement is to change the Gross price and to calculate subsequent condition type values based on changed value.

i.e i have to recalculate the condition values based on changed Gross price just as it would work in ME22n.

if i am correct, can you kindly tell me the parameters i should pass to change the gross price value and subsequent condition values.

Thanks and Regards,

Sandeep Sivan

Edited by: sandeep sivan on Apr 9, 2010 10:34 AM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Parameter: POCOND

ITM_NUMBER =

COND_TYPE =

COND_VALUE =

CURRENCY = %

CHANGE_ID = U

Parameter: POCONDX

ITM_NUMBER = 000001

COND_ST_NO = 001

ITM_NUMBERX = X

COND_ST_NOX = X

COND_TYPE = X

COND_VALUE = X

CURRENCY = X

CHANGE_ID = X

refer following notes

197958,582221

Follow This note 580225

Former Member
0 Kudos

Dear Raja,

Issue solved.

Thnx a ton.

Regards,

Sandeep Sivan

Answers (1)

Answers (1)

Former Member
0 Kudos

Dear Raja,

I am able to simulate the condition based value (final value of the item) based on changed gross price. But i am not able to view the condition based values of all the condition types (I am able to see all the condition types , but not all their condition values which are displayed in PO.)is there some parameter which i should pass to see the condition values of all the condition types.

Regards,

Sandeep Sivan

Edited by: sandeep sivan on Apr 12, 2010 2:06 PM