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: 

System Log(SM21), how I can achieve this?

Former Member
0 Kudos

How I can display the fields that were changed during the debug mode through System Log. What are the Function Modules to read the system log.

3 REPLIES 3

raymond_giuseppi
Active Contributor
0 Kudos

Look at these Function Groups :

SLO2 System log: Read and analyze 
SLO3 System log: Table caches 
SLO4 System log: Parameter buffer 
SLO5 System log: Errno analysis 

Regards

Former Member
0 Kudos

Hi,

Check out the functional modules,

1. ENQUEUE_READ

2. ENQUE_DELETE

regards,

Santosh Thorat

Former Member
0 Kudos

Hi,

u can use FM,

APPL_LOG_READ_DB - With this function module you read the log data in the database for an object or sub-object according to specified selection conditions.

thanks,

Swati