What is the use of AT Selection Screen output when we have
At selection screen?Can u explain?
Answers were Sorted based on User's Feedback
Answer / nar
At selection screen output is used to change the selction
screen dynamically.
Is This Answer Correct ? | 29 Yes | 1 No |
Answer / reddy
AT SELECTION-SCREEN OUTPUT
This event is called before the screen is displayed. So it
will have advantage of changing screen attributes and
default values for screen input.
AT SELECTION-SCREEN.
This event is triggered after screen is displayed. So this
Event can be used for validations of Screen fields.
Is This Answer Correct ? | 16 Yes | 0 No |
Answer / saifur rahaman
AT SELECTION-SCREEN.
The event AT SELECTION-SCREEN is the basic form of a whole
series of events that occur while the selection screen is
being processed.
The standard selection screen in an executable program or
in the logical database linked to it is automatically
called between the INITIALIZATION and START-OF-SELECTION
events. When you call the selection screen, and when users
interact with it, the ABAP runtime environment generates
selection screen events, which occur between INITIALIZATION
and START-OF-SELECTION.
AT SELECTION-SCREEN OUTPUT
event is triggered. This event block allows you to modify
the selection screen directly before it is displayed.
Is This Answer Correct ? | 7 Yes | 3 No |
Answer / ramjan shaik
THIS EVENT IS USING TO FILTER THE DATA.BEFORE GOING TO GET
THE DATA FROM DATABASE TABLES , IT ASKS THE INPUT FIELD
WINDOWS.DEPENDING ON THE INPUT VALUES,IT DISPLAYS THE DATA
FROM THE DATA BASE TABLES
FOR EX.IF I WANT TO GET THE DETAILS OF THE US PEOPLES FROM
THE KNA1(CUSTOMER) TABLE,WE CAN USE THIS TYPE OF SCREENS.SO
THAT WE CAN FILTER THE DATA.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / vishal singh
AT SELECTION SCREEN OUTPUT
THIS EVENT IS USED TO MODIFY THE SELECTION SCREEN.
AT SELECTION SCREEN.
THIS EVENT IS USED TO VALIDATE ALL THE FIELDS ON THE
SELECTION SCREEN.
Is This Answer Correct ? | 3 Yes | 2 No |
Answer / sumit0312
AT SELECTION-SCREEN OUTPUT
Event is triggered. This event block allows you to modify
the selection screen directly before it is displayed.
Is This Answer Correct ? | 2 Yes | 3 No |
how can you display data say "your name"in sap script without print program or driver program??
how to debug user exits?
hi this is naveenkumar.tell me plz. what is the difference between v4.7 and v4.6?
difference between primary index and secondary index.when we use secondary index in reports?
What are base tables of an aggregate object?
can we insert two records in internal table? if yes give code.
what is the difference between function module alv and oop alv.
4 Answers Bristle Cone, Cap Gemini, HP, Satyam, Wipro,
How is conversion of data types done between abap/4 & external level? : abap data dictionary
What is the structure of bdcmsgcoll? : abap bdc
How will you do in session method?
3 Answers FutureSoft, Unilogic Software,
How to analysis Background Job for performance Issue?
What are the commands for BDC to pass specified values directly to a Batch Input Session..?