What is the difference between At selection screen and At
selection screen on output?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many types of data classes are there in sap abap? : abap data dictionary

548


Did you use buffering?

590


what next in SAP-ABAP/4 is it going to be change?

1648


What is narrow casting and wide casting?

1129


What is a collect statement?

567






Explain what is the significance of hide?

522


Select query optimisation

892


How do you delete duplicate records from internal table?

739


how to see the table output?

1731


What are the parameters used in each function?

597


Which transaction code can I use to analyze the performance of abap program?

550


Explain the advantage of structures?

542


2)In production what is the user exit?

1569


what is the exact code that shoud be implimented in sap note

1968


hi..i hav developed an interactive report in which alv list display in basic list and 1st secondary list in alv grid display.I want to get summation(total) of the columns in the secondary list.I hav used 'do_sum' but i couldnt get.is there any other way to get summation(total) in secondary list which is an alv grid display

2551