I have a requirement to fetch all changes that were made to a long text object.
From what I know, there is a program called S_AUT_REP10 where you can see the changes that were made to a long text in ALV but I can't seem to find how to extract this data in my code.
I know that the data is somehow stored in STXH
, STXL
and dbtablog for the changes but would really appreciate any help extracting the actual changes that were made to the long text.
Thank you.
You can check the datasource by pressing
Start evaluation
button in the left apper corner of the screen after triggering the report by your parameters.It shows where the data comes from, in this case it is the STXH table by certain key
This key will be of great use when you will be fetching the DBTABLOG.
Recreation of the S_AUT_REP10-like query in the ABAP code will look like this