Application Development 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: 

selection screen

Former Member
0 Kudos

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

1 ACCEPTED SOLUTION

Former Member
0 Kudos

AT selection output as it is PBO

3 REPLIES 3

Former Member
0 Kudos

AT selection output as it is PBO

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

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

former_member194669
Active Contributor
0 Kudos

Hi,

AT SELECTION-SCREEN OUTPUT.

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

aRs