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

Pricing Condition Value is not changing using BAPI_PO_CHANGE?

Former Member
0 Likes
1,185

Hi,

I got an issue when changing Pricing Conditions using BAPI_PO_CHANGE Fumction Module.

but above BAPI is not Updating the new Value .

Can anyone suggest me how to update pricing condition value using the above BAPI

4 REPLIES 4
Read only

RaymondGiuseppi
Active Contributor
0 Likes
945

Take a look at [Note 580225 - Purchasing BAPIs: Conditions and pricing|https://service.sap.com/sap/support/notes/580225] which answer to

Which options exist to influence the pricing if a purchase order is created or changed using BAPI_PO_CREATE1 or BAPI_PO_CHANGE?

Regards,

Raymond

Read only

Former Member
0 Likes
945

after the BAPI_PO_CHNAGE use this bapi aslo CALL FUNCTION 'BAPI_TRANSACTION_COMMIT' .

Read only

Former Member
0 Likes
945

Hi ramana ,

How r u populating the two table s?

POCOND

POCONDX of the bapi , can i know the code

here u have to populate all this

COND_TYPE

COND_VALUE

CURRENCY

COND_UNIT

COND_P_UNT

CHANGE_ID(I for insert a new condition ,U for Update , D for delete)

pls checjk thios and Pls ask if u have any thing.

Read only

Former Member
0 Likes
945

Thank u