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 |
What is a currency factoring technique?
How 10 Digits are stored in Packed Decimal?
What are the differences between the table and the structure in the data dictionary in the sap abap?
What are the functional areas? User groups? and how does ABAP query work in relation to these?
What is a development class? : abap data dictionary
How can u decide that how many records can be displayed in one page in scripts ? or in one window ? 2. what is enhancement category in transparent table ?
In selection screen I have three fields- Plant, Material No, and Material group.If i insert plant how do i get the material no and material group based on plant dynamically?
How do we assign dynamic views while creating material master and generating bdc? : abap bdc
Which and How will you use function module for ALV Interactive report?
BDC Structure?
What is personnel sub are
what is bdc?