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: 

Table log for a Z table

jagadeesh_j
Explorer
0 Kudos

Hello SAP gurus,

I need to find the changes made to my Z table between two specified dates.

I can find it using FM DBLOG_READ_WITH_STATISTIC.

But if the user updates teh same Z table through a report which uploads the data into Z table using a CSV input file, it doesnt show any log changes but the Z table ahs the entries.

Please help in suggesting a way to find the table log of Z table if it is updated using a report program.

Thanks in advance.

1 REPLY 1

Kanagaraja_L
Active Contributor
0 Kudos

If you are trying to get a Modification Histry from the Custom/Z Table,

Goto SCDO Transaction create a Change doc.....(Any name starting with Z) then enter

Next screen give the name of your Reference Table Name and check the both check boxes then Save.

From Utilities - > Generate update program then System will display the generated objects.

Note the FM Name.

Modify the Function Module for your requirement.

Now check the Table CDHDR and CDPOS your Z/custom table changes automatically updated in the mentioned tables.

Kanagaraja L