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

All Subscreens related to a Tcode or Program

Former Member
0 Likes
756

Hi,

Can anybody let me know in which table i can find all subscreens number

related to a particular TCODE or for a Given Program.

Say for example for a given Tcode SU01 ,i want to know what all subscreen numbers associated to the same.

Regards

SAM

Hi,

Can anybody let me know in which table i can find all subscreens number

related to a particular TCODE or for a Given Program.

Say for example for a given Tcode SU01 ,i want to know what all subscreen numbers associated to the same.

Regards

SAM

2 REPLIES 2
Read only

Former Member
0 Likes
671

I don't know if you meant screen or not. If it is screen you can have a look at table DD20S. From transaction you get the program name from table TSTC and then use the program to look from the table DD20S ( Field : DNUM ) to get the screens that the program is using.

Read only

Former Member
0 Likes
671

Sam,

Subscreens, programs, etc are not stored in the table, but it is stored on the server. If you want to see the screens then try through transaction SE51, by giving the program name and you can get the list of all the screens. You can get this too in SE80 by giving the program name.

Regards,

Hardik Mehta