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

regarding Subscreen

Former Member
0 Likes
531

Hi guys,

Is there any Func Module or way to find out what subscreen is available for Each screens.

for eg.

SAPMM07M 0200.

How many subscreens related to this above program and screen number

Thanks

ambichan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
484

Hi Ambichan,

Subscreens are not attached to a screen directly. A screen has a subscreen area only. we then attach a subscreen to subscreen area in flow logic.

If you want to find all subscreens in a program at runtime, it is stored in table D020S. If you want to get fields on a screen, you can use DYNPRO_FIELD_GET. but even this function module will only return the subscreen area name and not subcreen.

Regards,

Komal

3 REPLIES 3
Read only

Former Member
0 Likes
484

Prince,

Goto tcode "SE80" select Program in first input field and enter your program name in second input field.

You will get all subscreens etc...

Don't forget to reward if useful

Read only

Former Member
0 Likes
485

Hi Ambichan,

Subscreens are not attached to a screen directly. A screen has a subscreen area only. we then attach a subscreen to subscreen area in flow logic.

If you want to find all subscreens in a program at runtime, it is stored in table D020S. If you want to get fields on a screen, you can use DYNPRO_FIELD_GET. but even this function module will only return the subscreen area name and not subcreen.

Regards,

Komal

Read only

0 Likes
484

hi guys,

For example to the transaction VA01. I want to know what are all the Subcreens(program name,Dynpro number) related to it.

I can find out all subscreen for only Parent program name SAPMV45A. How about the Subscreen runtime programs used in CALL subscreen area. how to find other Subsrceen program names.

do we have any table to find what are the programs used/related to transaction.

Please suggst me.

regards

Ambichan