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

SCREENS

Former Member
0 Likes
838

Hi All,

What is the differents between the Screen and Selection screen.

Thanks In Advance..

1 ACCEPTED SOLUTION
7 REPLIES 7
Read only

Former Member
0 Likes
811

Screens are used in module pool programming whereas selection-screen is used in report programs

Read only

Former Member
0 Likes
811

HI,

Selection-screen has the screen no. 1000 and is used for input from the user.

Any other screen no. other than 1000, is used for display and user interaction and its part of dialog programming.

Regards

Subramanian

Read only

Former Member
0 Likes
811

Vijay,

SCREEN is a structure which contains the selection screen elements at runtime.

selection screen is the screen that enables users to enter input values to get the output they require.

Sujatha.

Read only

Former Member
0 Likes
811

The standard selection screen always has the screen number 1000.

User-defined selection screens can have any screen number except 1000.

Screen, you do not define them in ABAP programs, but instead in the Screen Painter. A screen consists of the input/output mask and the flow logic. You can define screens for any program with type 1, M, or F.

regds,

kiran

Read only

Former Member
0 Likes
811

hi,

Selection screen is the default input screen to your report which can be invoked automatically when you have parameters or select-option in your report program. Its screen no. is 1000.

Apart from that Screens has to be created explicitly with a screen no., usually screens can be created using screen painter - se51.

Read only

Former Member
0 Likes
811

HI,

<b>Selection Screen:</b>

Automatically generated screen.

A selection screen consists of the screen and the underlying flow logic. These elements are generated from ABAP statements.

Selection screens require the user to enter values that act as database selection criteria before starting an ABAP report program.

<b>Screen</b>

Any primary window in a session or the total sum of the content of a window in Microsoft Windows that represents an SAP system.

Regards

U. Uma