cancel
Showing results for 
Search instead for 
Did you mean: 

Simulate an order re-pricing.

Former Member
0 Kudos

Hi gurus,

I need to simulate an order repricing in order to show a list with the two prices; before and after; but just a simulation; I dont need a real repricing.

I've used the FM 'BAPI_SALESORDER_CHANGE', 'PRICING_COMPLETE', and 'BAPI_SALESORDER_CREATEFROMDAT2' but I still couldnt.

Coul you give me some help?

A lot of thanks!

Regards.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

I've solved it !!

The FM 'SD_SALESDOCUMENT_CHANGE' allows to reprice orders in simulation mode; and it fills an internal table ITEMS_EX with the result of the simulation.

Regards.

Former Member
0 Kudos

What I need is a report for simulate a repricing, like VA02 and repricing in conditions screen; but without a real reprice; I just need the value of the repricing.

I`ll try with BAPI_SALESDOCUMENT_SIMULATE!

Former Member
0 Kudos

Hi,

In case there is a change in prices (or some data in order resulting in a different price) which you want to simulate, you can use BAPI_SALESORDER_SIMULATE to check pricing in addition to items, schedule lines, etc.

Cheers,

KC