Application Development and Automation 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: 
Read only

Table for SM21 data.

Former Member
0 Likes
7,569

Hello,

When tr. sm21 is executed, all the system details can be seen. I need to show all the details of the rows over here with 'Priority' column having color 'Red' i.e. 'very high priority'. So, does anyone know what is the table where all this data is stored? Any kind of help will be appreciated.

Thanks,

AD.

7 REPLIES 7
Read only

Former Member
0 Likes
3,398

Hi,

Look into

RSLGTYPE

TSL3T

TSTC

RSLG*

<b>Reward points</b>

Regarsd

Read only

Former Member
0 Likes
3,398

Hi

Use the following tables related to SM21 Tcode

TSL1D System Log Message

TSL1T System Log: Message texts

TSL2D System Log: Classification ID for Messages

TSL2T System Log: Message Class Names

TSL3D System Log Entry Types

TSL3T System Log: Log Entry Types

TSL4T SYSLOG Monitoring Categories

TSL5D System Log Filter Settings Used

TSL7T Syslog new assessment for monitoring

<b>Reward points for useful Answers</b>

Regards

Anji

Read only

0 Likes
3,398

Thanks a lot, Anji! But these tables give all the text messages. I need only those text messages which correspond to 'very high priority', alongwith the date and time. Neways, thanks.

Regards,

AD.

Read only

Former Member
0 Likes
3,398

Hi,

System tables Name Description Uses

DD02T Table texts

DD03L Table fields Lists the fields in a table

DD04T Data element texts

USR02 Valid user names

Pls reward points if useful.

Regards,

Ameet

Read only

Former Member
0 Likes
3,398

System log entries are not stored in a database table - they are in external file system files. To read them I believe there are function modules you should use. Look through the SM21 code for "call function" and they should be easy to find.

The messages themselves are maintained in tcode SE92 - this is where the flag is set to say red/yellow/green etc. for an individual message number.

If you want advice of red messages to be forwarded to someone, I believe you can configure this in Solution Manager.

Andrew

Read only

Former Member
0 Likes
3,398

Hi

Use the following tables related to SM21 Tcode

TSL1D System Log Message

TSL1T System Log: Message texts

TSL2D System Log: Classification ID for Messages

TSL2T System Log: Message Class Names

TSL3D System Log Entry Types

TSL3T System Log: Log Entry Types

TSL4T SYSLOG Monitoring Categories

TSL5D System Log Filter Settings Used

TSL7T Syslog new assessment for monitoring

Regards

sandeep

Read only

Former Member
0 Likes
3,398

hy Ajay,

have you solved your problem?

I have the same issue.

I need to "print' only the very high priority errors in an Raport.

If you solved your problem please let me know.

Regards,

Marius