2011 May 19 4:59 AM
Hi Friends,
1) My requirement is to create a file with the recent changes made to the fields :
T001L-WERKS
T001L-LGORT
T001L-LGOBE
For this I am planning to use CDPOS table. But there is no Object class for T001L in table TCDOB. How do I retrieve the changes made to T001L ?
2) I also need to report the changes made to the address (NAME1, CITY1, etc.,) of the Storage location. These fields are present in table ADRC. But despite having an Object class (ADRESSE), CDPOS is not reflecting the changes made to the Storage location address. Infact, even I create a new Storage location in OX09 it is not showing up in CDPOS.
Do any of you have an idea on how to go about this ?
Thanks,
Dikshitha G
2011 May 19 5:53 AM
Hi,
please try fm DBLOG_READ_TABLE (or fm DBLOG_READ) to get your data.
Regards,
Klaus