‎2006 Feb 27 8:27 PM
Hi,
I need to read the texts of screen element of a screen of module pool program elements in different langauages.
Is there any program/function module to which if I provide the screen number, module program name and the language and it will provide all the texts for all screen elements?
Regards,
Divyanshu
‎2006 Feb 27 8:52 PM
FM "DYNP_VALUES_READ" read the value of the screen. If the screen values are in English it will read only in English.
can you please tell, why you want to read the screen values in some other language?
what is the requirement ?
‎2006 Feb 27 9:05 PM
Hi,
At first I thought all the data you need is in table D021T. If this were the case, you would only need to enter your dynpro name, screen number, and language.
<b>Table D021T</b>
Field Type Key
PROG PROGNAME X
DYNR DYNPRONR X
LANG DDLANGUAGE X
FLDN DYNFNAM X
DTXT DYNFLDTEXTAfter looking at this table some more, however, I found that it does not store all the field texts. .
Regards,
James Gaddis
Message was edited by: James Gaddis