‎2007 Jan 30 6:48 AM
Hi All,
What is the differents between the Screen and Selection screen.
Thanks In Advance..
‎2007 Jan 30 6:58 AM
Hi Vijay,
Check these links.
http://help.sap.com/saphelp_erp2005vp/helpdata/en/e4/2adbec449911d1949c0000e8353423/frameset.htm
http://help.sap.com/saphelp_erp2005vp/helpdata/en/c5/aa575426ad11d2954d0000e8353423/frameset.htm
Hope this helps.
Regards,
Priyanka.
‎2007 Jan 30 6:50 AM
Screens are used in module pool programming whereas selection-screen is used in report programs
‎2007 Jan 30 6:51 AM
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
‎2007 Jan 30 6:53 AM
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.
‎2007 Jan 30 6:55 AM
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
‎2007 Jan 30 6:58 AM
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.
‎2007 Jan 30 6:58 AM
Hi Vijay,
Check these links.
http://help.sap.com/saphelp_erp2005vp/helpdata/en/e4/2adbec449911d1949c0000e8353423/frameset.htm
http://help.sap.com/saphelp_erp2005vp/helpdata/en/c5/aa575426ad11d2954d0000e8353423/frameset.htm
Hope this helps.
Regards,
Priyanka.
‎2007 Jan 30 7:04 AM
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