Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Capturing Condition Change Date.

Former Member
0 Kudos
1,133

Dear Gurus,

How can I capture conditions change date either at the sales side or purchase side.There is a field in KONV-KDATU but this contais the pricing date at the time of creation. I'm looking for condition change date.

Waiting for response.

Thanks in Advance,

Suresh.

4 REPLIES 4

christian_wohlfahrt
Active Contributor
0 Kudos
289

Hi Suresh!

Document conditions or master data conditions? Or with other words, do you look for changed purchase / sales orders, are you looking for changes done in ME12, MEK2, VK12...

Anyway, change documents (tables CDHDR / CDPOS) will hold the data.

Purchase order has object EINKBELEG and objectid EBELN

Sales order has object VERKBELEG and objectid VBELN

Conditions have object COND_A and objectid KNUMH.

You can search yourself for specific field changes in CDPOS or take some function modules (e.g. CHANGEDOCUMENT_PREPARE_DISPLAY) for display.

Regards,

Christian

Former Member
0 Kudos
289

Hi Suresh,

In table CDPOS OBJECTCLAS VERKBELEG

OBJECTID Sales Order Number

CHANGENR

TABNAME KONVC

Get CDHDR-UDATE for this record

In table CDHDR :OBJECTCLAS VERKBELEG

OBJECTID Sales Order Number

CHANGENR CDPOS-CHANGENR

CDHDR-UDATE will give you the Change CONDITION date.

Hope this helps.

Regards,

Sudheer

0 Kudos
289

Dear Sudhher,

Plese let me know , how can I get even for the purchase conditions. I mean I also want the chain to trace the change date of conditions for purchase order/Purchase contract.

Thanks in Advance,

Suresh

0 Kudos
289

Hi Suresh,

CRHDR & CDPOS will contain all the history about any changed documents.