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: 

Table to see message no and standard text

Former Member
0 Kudos

can anybody tell me which table is used to see the standard text and message no.

3 REPLIES 3

Former Member
0 Kudos

You can directly check in t-code SE93.

regards,

Atish

paruchuri_nagesh
Active Contributor
0 Kudos

see table T100

regards

Nagesh.Paruchuri

Former Member
0 Kudos

Hi

Check table standard text

STXH

You need to give as input

1)application object

2)Name

3)Text ID

4)Language Key

These are stored in STXH and STXL tables. But you will have to READ_TEXT function to read the text. You can find the parameter values, in the Go To --> Header.

While saving the text, use SAVE_TEXT function, following COMMIT_TEXT.

<b>Reward if usefull</b>