cancel
Showing results for 
Search instead for 
Did you mean: 

How to change at the same time sales prices for one product and client for multiple dates?

Former Member
0 Kudos

Hi all,

I have to change retroactively the price of many products in multiple dates. For example:

I have these prices for one product:

ClientProductDate (From - To)Price
C98200337500009/02/2015 - 08/03/20151000
C98200337500009/03/2015 - 08/04/2015990
C98200337500009/04/2015 - 08/05/20151001
C98200337500009/05/2015 - 31/23/99991010

Now I have to change them to:

ClientProductDate (From - To)New Price
C98200337500009/02/2015 - 08/03/20151001
C98200337500009/03/2015 - 08/04/20151001
C98200337500009/04/2015 - 08/05/20151010
C98200337500009/05/2015 - 31/23/99991000

I can do it using VK12 transaction but I've to do these changes one to one and I've many products.

Can anyone say me how I can change all the prices at the same time? I'm thinking about one transaction where I can see all the prices at the same time and change them.

Regards

Accepted Solutions (1)

Accepted Solutions (1)

former_member183879
Active Contributor
0 Kudos

Hi Ruben,

There are 2 questions here.

If you want to see the values for a condition type for different materials, you can get that information directly from the tables. For example if the condition table you have used to maintain condition records is 901 then the values are stored in the table A901. In A901 you should give the condition type and get all the KNUMH. Then pass this KNUMH to KONP table KNUMH value, you will get all the pricing information.

Second question of updating the prices can be done easily by creating an LSMW. There are lot of tutorials on how to create an LSMW. Just a google search should help you on this.

Former Member
0 Kudos

Hi Navaneetha,

Thanks for your help. I'll study LSMW possiblities.

Regards

former_member183879
Active Contributor
0 Kudos

Thanks. Let us know if u have issues.

Answers (0)