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

Module Pool Screen elements text

Former Member
0 Likes
766

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

2 REPLIES 2
Read only

Former Member
0 Likes
416

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 ?

Read only

Former Member
0 Likes
416

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	DYNFLDTEXT

After 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