I need to create a custom program to display the old and new values based on SCU3. However, I am unable to read the LOGDATA field from the DBTABLOG table. Is there a way to read the log table and display the results in an ALV report?
Thanks in advance
Request clarification before answering.
Hello @Gajey
Yes, you can create a Z ALV report, but don’t read DBTABLOG-LOGDATA directly. It is stored as LRAW/encoded table record data, so direct SELECT will not give old/new values properly. Use SAP standard logic/FM instead. DBTABLOG stores table change logs and LOGDATA is the modified data record in LRAW format.
Thanks,
Sravan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.