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 Order - Update Carry out new pricing

Former Member
0 Kudos
825

Hi Gurus,

How can I execute the button "Update" with option 'B Carry out new pricing' in PO thru ABAP Program.? The reason why I want this is - there are certain condition types at Item level, they are not being set at the time of PO creation using Idocs. IDOC is not pushing conditions, but using user exit we are populating conditions in PO.

Thanks,

Raju.

3 REPLIES 3
Read only

jcutinho
Explorer
0 Kudos
456

I guess you can create a BDC to perform the same.

Read only

LukaszPegiel
SAP Champion
SAP Champion
0 Kudos
456

You can play with BAPI_PO_CHANGE. Pass CALCTYPE = 'B' in POITEMS and check if this does the trick.

Read only

labilly
Explorer
0 Kudos
456

Hi, Raju.

Did you solve this with BAPI_PO_CHANGE?