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

which event of selection screen resticts users to enter a correct value else changes screen .

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
507

AT selection output as it is PBO

which event of selection screen resticts users to enter a correct value else changes screen .

3 REPLIES 3
Read only

Former Member
0 Likes
508

AT selection output as it is PBO

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
507

You do validation in the PAI or AT SELECTION-SCREEN event. You change the screen elements visibility and such using the AT SELECTION-SCREEN OUTPUT event or PBO.

REgards,

RIch Heilman

Read only

former_member194669
Active Contributor
0 Likes
507

Hi,

AT SELECTION-SCREEN OUTPUT.

The system processes this event statement immediately before outputting the selection screen on the screen.

aRs