cancel
Showing results for 
Search instead for 
Did you mean: 

Sales Order - Condition Pricing

former_member189058
Active Contributor
0 Kudos

Hi all,

Is there a way(Function Modules/Table) to find out when a particular condition is added/changed in the order items.

Eg. an order has 10 line items - Order was created on say 10/15/2008

I added a discount condition on item 5 giving say 10% discount on 10/20/2008.

Is there any table / function module that will give the details of the condition type, item number and date on which the change was made.

I checked the table KONV. It has a field KDATU. But for the above scenario it contains the value 10/15/2008. I need 10/20/2008, the date on which the condition was added.

Another example is, say if I change the discount from 10% to 15% on 10/25/2008. In this case I would need the date of change.

Regards,

Reema

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You may try the tables CDHDR and CDPOS. These tables track the entries for any changes to the documetns.

Hope this is helpful.

Regards,

Mani

former_member189058
Active Contributor
0 Kudos

Hi Mani,

I have used cdhdr and cdpos but that is causing a performance issue. Hence I need an alternative.

Regards,

Reema

Shiva_Ram
Active Contributor
0 Kudos

Hi,

You can use the program RV16ACHD to see the changes made on the condition type.

Regards

former_member189058
Active Contributor
0 Kudos

Thnks Siva,

But this program internally uses cdhdr and cdpos tables.

I want an alternative without using these tables.

Regards,

Reema

Shiva_Ram
Active Contributor
0 Kudos

Hi

Did you try with A600 table?

Regards,

former_member189058
Active Contributor
0 Kudos

A600 doesnt contain the change dates. It contains validity dates. thats not what I need.

Former Member
0 Kudos

Hi Reema,

kindly try with the tcode S_ALR_87013101 for sale order changes...

Thanks & Regards

T.Arulvanan