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: 

Creating ABAP Report to find change logs by using CDHDR and CDPOS.

former_member611923
Discoverer
0 Kudos

Hello Everyone,

I want to create a ABAP report to find the change logs of some tables. I know the report RSSCD100 but this is not helpful as only one table ca be selected per execution.

Main objective - Create a report through which i should get change logs of past month for some tables. The display should be same as we get after executing report RSSCD100.

Please provide your suggestions.

Thank You

Sanket

2 REPLIES 2

Sandra_Rossi
Active Contributor
0 Kudos

Why can't you read the change documents with the official CHANGEDOCUMENT_* function modules?

developerone
Contributor
0 Kudos

Would it be bad idea to clone RSSCD100 and make the changes needed for your requirement ? It looks like a simple report program.