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

system message table

Former Member
0 Likes
20,005

hi experts,

may i know the table where all system messages are stored?

6 REPLIES 6
Read only

Former Member
4,224

HI,

Please refer table T100.

Thanks,

Sriram Ponna.

Read only

0 Likes
4,224

thanks for reply ,

but to be specific i m getting an error message on sap logon screen

that

"input field contains prohibited characters"

may i know which table contains such error messages given by sap systems??

Read only

0 Likes
4,224

This message is in table T100 :

SPRSL = 'EN'

ARBGB = '00'

MSGNR = 195

Look at transaction SE91

Regards

Read only

0 Likes
4,224

hi,

great .

thank you so much for your reply ..

i found the necessary message.

may i know causes of this message?

Read only

0 Likes
4,224

Look at (old) OSS [Note 2467 - Password rules and preventing incorrect logons|https://service.sap.com/sap/support/notes/2467]

Regards

Read only

RaymondGiuseppi
Active Contributor
4,224

Messages are stored in table T100

System messages are stored in table TEMSG

Regards