Hi Krishna
The change data is captured in two tables:
1) CDHDR - for the header (Date and Time of the change, user id etc.)
2) CDPOS - for the detail - table, field etc. that is updated, old value and new value. etc.
In CDPOS you can list the required change nr and other relevant information by using the following parameters:
OBJECTCLAS = EQUI
OBJECTID - Equipment Number with initial zeros
the fields changed are (FNAME= ANLNR or ANLUN)
The table that the change has occured (TABNAME = ILOA)
Now by entering the correct parameters you can extract the changenumber (CHANGENR). This change number will be used to extract the date and time of the change from the table CDHDR.
Use the following parameters for CDHDR extraction:
OBJECTCLAS = EQUI
OBJECTID - Equipment Number with Zeros
Change Number = CHANGENR from CDPOS
.
CDHDR will tell you the exact date and time of the change.
I hope this will help
Regards
Savas
-