‎2009 Mar 20 5:14 AM
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
‎2009 Mar 20 5:21 AM
‎2009 Mar 20 5:18 AM
‎2009 Mar 20 5:41 AM
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
‎2009 Mar 20 5:48 AM
Hi,
Refer FM RS_SELECTIONS_DESCRIPTION to read the selection screen structure,
and view TRDIR : System Table TRDIR
Regards,
Tarun
‎2009 Mar 20 5:21 AM
‎2009 Mar 20 5:22 AM
‎2009 Mar 20 5:32 AM
Try tables DYNPSOURCE, D020T, DYNPTXTLD
Edited by: Sap Fan on Mar 20, 2009 6:35 AM