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: 

Change document in CDPOS for Storage location table T001L

Former Member
0 Kudos

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

1 REPLY 1

former_member195402
Active Contributor
0 Kudos

Hi,

please try fm DBLOG_READ_TABLE (or fm DBLOG_READ) to get your data.

Regards,

Klaus