cancel
Showing results for 
Search instead for 
Did you mean: 

Historic of change of parts price

Former Member
0 Kudos

Hello, in the SAP module SD, i modify a part price or the validy date of the current price. This change is visible on the KONP and A902 tables, but my need is to know where the historic of change is stocked, i've tried in CDHDR and CDPOS, but nothing interesting.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Tanks

Former Member
0 Kudos

thanks for replying, but my need is the table where the historic is stored, i'm developping in abap so i need the name of tables.

Former Member
0 Kudos

Hi,

Goto the T.Code "SE16".

Enter the table Name as "CDHDR".

Pass the condition record number(which can be derived from A902 and the same will be passed to KONP table) in to the field "ObjectID(Object Value)".

Get the value from the field CHANGENR(Document Number).

Pass this one to "CDPOS" to get the old value.

Alternatively,

You can use the program "RV16ACHD" as well to track the Changes.Goto the T.Code SE38 and pass the Program Name as "RV16ACHD".Enter the Date range and execute.

Regards,

Krishna.

Shiva_Ram
Active Contributor
0 Kudos

There is standard program available to see the changes. Run program RV16ACHD in SA38 and input the details like pricing condition type, date ranges etc, then execute. The system will show the change histories.

Regards,