‎2008 Jun 23 9:56 AM
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.
‎2008 Jun 23 10:00 AM
‎2008 Jun 23 10:39 AM
RSMPE is a structure, from which table is it taking the data?
‎2008 Jun 23 10:00 AM
‎2008 Jun 23 10:42 AM
TRDIRT table is not containing the data which I'm looking for it doesn' contain the dynpros.
‎2008 Jun 23 10:53 AM
titles are specific to program (i assume you are talking about gui title)
check this table D347T
‎2008 Jun 23 10:55 AM
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.
‎2008 Jun 23 10:01 AM
‎2008 Jun 23 10:04 AM
hiii
title of any programs are stored in RS38M table..in REPTI field.
reward if useful
thx
twinkal
‎2008 Jun 23 10:05 AM
Hi,
In the same syst table you can see TITLE field.
Regards
Adil
‎2008 Jun 23 11:19 AM