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

AT SELECTION SCREEN

Former Member
0 Likes
438

Hi experts,

i have a selection screen for my report program.I have warning message when wrong input is put.

But after the warning message, i cannot enter again the input fields.i have to run the program again.Why does this happen ? Please guide me to get the control back on screen with active input fields.

Thank you.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
414

Hi,

Take a look at the programs

DEMO_AT_SELECTION_SCREEN

Cheers

VJ

4 REPLIES 4
Read only

Former Member
0 Likes
414

use the event

at selection-screen [ on field f1 | on block b1] or on radiobutton group like that means specify which field or block you have to validate.

regards

shiba dutta

Read only

0 Likes
414

hi Shiba,

i have three block on the screen and there is possibility of any entry or all the entries going wrong.

I cannot even declare at selection screen multiple times for different block as it overridesthe previous declaration.

Read only

Former Member
0 Likes
415

Hi,

Take a look at the programs

DEMO_AT_SELECTION_SCREEN

Cheers

VJ

Read only

0 Likes
414

thanks vijayendra rao.

Points have already been awarded.