InterviewSolution
Saved Bookmarks
| 1. |
How will you check table logs and what T-codes will you use? |
|
Answer» The FIRST THING we need to do is make sure that logging is enabled or not for this table, and we can check this by using the T-code SE13. Then, if the table loggings are enabled, we can VIEW the HISTORY of the table (table logs) by using T-code SCU3. |
|