cancel
Showing results for 
Search instead for 
Did you mean: 

FM: SD_BULK_CHANGE

Former Member
0 Kudos

Hi all,

I am trying to update the condition pricing for a range of sales orders, how ever when we use the SD_BULK_CHANGE function module, it is adding the new condition instead of updating the old one. SO now we have two of the same conditions now, one old one and one updated one. How can we avoid this? I need the old condition replaced with the updated one. The ABAPER does not seem to be able to figure this out.

Cheers~

Accepted Solutions (0)

Answers (1)

Answers (1)

Shiva_Ram
Active Contributor
0 Kudos

Instead of using function module, try with t.code VA05. In VA05, just maintain sales area as selection criteria, and execute to pull all the open orders. Then select all the open orders for which you want to update the pricing and go to menu Edit -> mass change ->new pricing. Then select any of the value that suits your requirement for example option C -copy manual pricing and redetermine other and click on check button on the top. This will do repricing.

Regards,