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

Screen number in module pool

former_member314455
Participant
0 Likes
1,892

Hi Experts,

Can you please tell me in which table screen data of a module pool screen is stored? I'm not asking about the actual data stored in the screen fields during run time, but the screen meta data, like program name, screen number and other details of the screen. ( For example : TRDIR holds the data about all the SAP programs)

Thanks in advance.

Ajith

1 ACCEPTED SOLUTION
Read only

GauthamV
Active Contributor
0 Likes
1,215

Check this table.

D021T

6 REPLIES 6
Read only

Former Member
0 Likes
1,215

Hi,

Refer the given below link.

Thanks

Arun

Read only

0 Likes
1,215

Thank you.

D021T has only the short texts which are not coming from data dictionary. RS_SCRP_GET_SCREEN_INFOS gives the screen elements.. This has solved most of my requirement.

But I still didnt get the table in which the whole screen info is stored.

Thanks for replying.

Cheers

Ajith

Read only

I355602
Product and Topic Expert
Product and Topic Expert
0 Likes
1,215

Hi,

Refer FM RS_SELECTIONS_DESCRIPTION to read the selection screen structure,

and view TRDIR : System Table TRDIR

Regards,

Tarun

Read only

GauthamV
Active Contributor
0 Likes
1,216

Check this table.

D021T

Read only

I355602
Product and Topic Expert
Product and Topic Expert
0 Likes
1,215

Hi,

Check table:-

D021T : Screen Key Word Texts

Regards,

Tarun

Read only

awin_prabhu
Active Contributor
0 Likes
1,215

Try tables DYNPSOURCE, D020T, DYNPTXTLD

Edited by: Sap Fan on Mar 20, 2009 6:35 AM