Application Development 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: 

begin of screen

Former Member
0 Kudos
135

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?

1 ACCEPTED SOLUTION

Former Member
0 Kudos
81

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.

4 REPLIES 4

Former Member
0 Kudos
81

A screen can contain several subscreens. subscreen will popup as dialog box here.

Reward if useful

Regards

ANUPAM

former_member202957
Contributor
0 Kudos
81

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.

Former Member
0 Kudos
81

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.

Former Member
0 Kudos
82

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.