‎2007 Mar 26 2:58 AM
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
‎2007 Mar 26 4:58 AM
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
‎2007 Mar 26 3:46 AM
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
‎2007 Mar 26 4:58 AM
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
‎2007 Nov 16 8:31 AM
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