Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

selection screen

Former Member
0 Likes
532

Hi All,

what is the differents between AT SELECTION SCREEN and START-OF-SELECTION. Thanks in Advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
512

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.

6 REPLIES 6
Read only

Former Member
0 Likes
512

hi Vijay,

Check out a related therd

Regards,

Santosh

Read only

Former Member
0 Likes
513

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.

Read only

former_member188829
Active Contributor
0 Likes
512

AT SELECTION-screen to validate the data.

start-of-selection to retrieve data from d/b by using select statement.

Read only

Former Member
0 Likes
512

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

Read only

p291102
Active Contributor
0 Likes
512

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

Read only

Former Member
0 Likes
512

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