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

GUI Title

Former Member
0 Likes
1,561

Hi experts,

I have a standard program, when I debug the program I can read the syst table. In the syst table I see a sy-title. I want to know if there is a table where I can see all the title-s belonging to a given program. In the syst table I can see also DYNNR and DYNGR. Is there any way to look after from where SY-TITLE is coming from?

I need to find a table, because I want to make a condition according to the language.

10 REPLIES 10
Read only

Former Member
0 Likes
1,377

Hi,

Please refer to the table RSMPE.

rgds,

bharat.

Read only

0 Likes
1,377

RSMPE is a structure, from which table is it taking the data?

Read only

Former Member
0 Likes
1,377

TRDIRT

Read only

0 Likes
1,377

TRDIRT table is not containing the data which I'm looking for it doesn' contain the dynpros.

Read only

0 Likes
1,377

titles are specific to program (i assume you are talking about gui title)

check this table D347T

Read only

0 Likes
1,377

I already look at on that table, but it is only maintained only in English language. When I log into SAP under a different language it displays the text in the given language. In table D347T, I only see the English language txt.

Read only

GauthamV
Active Contributor
0 Likes
1,377

hi,

check table TRDIRT - Title texts for programs in TRDIR.

Read only

Former Member
0 Likes
1,377

hiii

title of any programs are stored in RS38M table..in REPTI field.

reward if useful

thx

twinkal

Read only

Former Member
0 Likes
1,377

Hi,

In the same syst table you can see TITLE field.

Regards

Adil

Read only

Former Member
0 Likes
1,377

I found it: it can be found in table RSPMPTEXTS