2007 Dec 22 8:09 AM
29)Hi all,
in reporting, what is difference between screen and subscreen i.e
what is diff between
'selection-screen: begin of screen 100.'
and
'selection-screen:begin of screen 100 as subscreen.'
basically what is difference between screen and subscreen?
2007 Dec 22 11:42 AM
Hi ,
Have you looked at the SAP help regarding subscreens?
It's a way to control PAI & PBO on several screens individually - so one subscreen triggers, then another etc.
I would consider looking at some Help files and training material on dialog programming to get a better feel for what you can achieve by declaring subscreens.
2007 Dec 22 8:13 AM
A screen can contain several subscreens. subscreen will popup as dialog box here.
Reward if useful
Regards
ANUPAM
2007 Dec 22 9:02 AM
Hi Chakradhar,
Check the below standard programs in SE38 and Execute.
For screen.
demo_sel_screen_parameters_2
For subscreen:
demo_sel_screen_as_subscreen.
demo_sel_screen_with_subscreen
You will understand the difference.
<b>reward if useful</b>
Regards,
sunil kairam.
2007 Dec 22 9:44 AM
Hi,
Screen is the main screen. And subscreen is the screens which can be embedded into the screen. And a Screen can consists of subscreen. And vice versa is not possible.
Thanks,
Sriram Ponna.
2007 Dec 22 11:42 AM
Hi ,
Have you looked at the SAP help regarding subscreens?
It's a way to control PAI & PBO on several screens individually - so one subscreen triggers, then another etc.
I would consider looking at some Help files and training material on dialog programming to get a better feel for what you can achieve by declaring subscreens.