What is the difference between At selection screen and At
selection screen on output?
Answers were Sorted based on User's Feedback
Answer / sagi.nagamani
AT SELECTION SCREEN : TO VALIDATE ALL FIELDS.whenever user
presses enter this event is triggered.if there is any
error,system redisplays the screen by enabling all fields.
AT SELECTION SCREEN ON : to validate a specified field.
whenever user presses enter this event is triggerd.if there
is any error,system redisplays the screen by enabling only
that particular field & disables all the fields.
AT SELECTION SCREEN OUTPUT : THIS EVENT IS TRIGGERED BEFORE
SELECTION SCREEN APPEARS.here u can perform user defined
actions like making fields mandatory,hide like that.
Is This Answer Correct ? | 25 Yes | 0 No |
Answer / nagaraju
At selection screen event is used to validate the multiple
fields.
At selection screen on field is used to validate the
perticular field(which we want to validete)
At selection screen output it is used to disable the value
on a selection screen of any fields.
Is This Answer Correct ? | 12 Yes | 1 No |
The extract statements in field groups can be used before or after processing the sort statements. State true or false. : abap modularization
What are the exact sequences in which the reporting events trigger.I mean starting from 1st to last.And how many times we can use At-Selection screen or Start-of-selection in a report??
What is view? Explain the different types of view?
where u can find out the check table?
What are MENUEXITS, SCREENEXITS, FUNCTIONEXITS, FIELDEXITS and what is the difference between them ?
A field-groups statement or an insert statement reverses storage space and transfers values. State true or false. : abap modularization
How many types of tables exist and what are they in data dictionary?
Is there any BAPI to retrieve list of customers and their sales areas i.e., Cust No, Distr Channel and Division for all the customers.
how to stretch the report size in standard tool bar.
How to print Back to Back in Scripts?
Difference between sy-tabix and sy-index? Where it is used?
pls tel me......how we link two fields by using foregin keys between two tables in sap abap?