cancel
Showing results for 
Search instead for 
Did you mean: 

Change price conditions via BAPI CHANGE_SALES_ORDER

0 Kudos

Hi all,

We are developing a new solution using this RFC to maintain Sales Orders from the Legacy System.

In some situations, it will be necessary to change values of the Item Price Conditions in Sales Orders already created, in order to attend a Legacy Systems requests.

We tried to use the follow keys, but without a good result:

IX_KONVKOMX-UPDKZ = D (Delete) - Doesn't works

IX_KONVKOMX-UPDKZ = U (Update) - Insert a new line in Pricing

IX_KONVKOMX-UPDKZ = I (Insert) - Works as U (Update)

Could you please clarify why the key "U" doesn't works as Update and

if there is any way to make this kind of modification?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Example:-

Let us say you have a Sales order with pricing condition value 10 USD.

Now you want to update this pricing condition to 20 USD.

To do this i was suggesting that your create 2 new pricing record Inserts,

one for -10 (minus) USD and another one for 20 USD.

0 Kudos

Naresh Ganesan I thank its attention.

I did not understand its information, you I could me to send an example of this?

Best Regards.

Luiz

Former Member
0 Kudos

Luiz,

Your observation is correct.

One workaround i used for an update is to create 2 insert records,

1) a complete offset of the original pricing condition

2) create a new condition with the new value.