‎2007 Feb 08 10:55 AM
Hi All,
what is the differents between AT SELECTION SCREEN and START-OF-SELECTION. Thanks in Advance.
‎2007 Feb 08 10:57 AM
AT SELETION SCREEN is used to validate the fields entered in the selection screen .
U can do the check in this event.
Once this is over .
Start-of-selection is triggered where in u can do the select processing.
regards,
vijay.
‎2007 Feb 08 10:57 AM
‎2007 Feb 08 10:57 AM
AT SELETION SCREEN is used to validate the fields entered in the selection screen .
U can do the check in this event.
Once this is over .
Start-of-selection is triggered where in u can do the select processing.
regards,
vijay.
‎2007 Feb 08 10:58 AM
AT SELECTION-screen to validate the data.
start-of-selection to retrieve data from d/b by using select statement.
‎2007 Feb 08 10:58 AM
Hi Vijay, Both At Selection Screen and Start of selection are events.
Where At Selection Screen Triggers when ever there is some validation required on the selection screen.
Where as Start of selection is an event from where u can write all your select queries to fetch data.
Regards,
Swaroop
‎2007 Feb 08 11:01 AM
Hi,
AT-SELECTION-SCREEN: This event triggers after proccesing user input still selection screen is in active mode.
START OF SELECTION: Start of selection screen triggers after proceesing selection screen.
Thanks,
Shankar
‎2007 Feb 08 11:01 AM
Hi Vijay,
start-of-selection
fetching the data from different tables, data selection from DB can be done here.
At-selection screen
is mainly for validation of the selection screen elements.
Thanks
Vikranth Khimavath