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 validation without user pressing enter or tab

Former Member
0 Likes
1,735

Is it possible to validate the selection screen parameters say vkorg or bukrs without the user pressing enter or tab.

My selection screen has 3 blocks . If a parameter in block1 has certain sales org say "A" block 2 shd be visible else if sales org is "B" block 3 should be visible.

This works only if i press enter after enter the sales org A or B

Is it possible to validate the selection screen parameters say vkorg or bukrs without the user pressing enter or tab.

My selection screen has 3 blocks . If a parameter in block1 has certain sales org say "A" block 2 shd be visible else if sales org is "B" block 3 should be visible.

This works only if i press enter after enter the sales org A or B

3 REPLIES 3
Read only

Dominik_Tylczynski
SAP Champion
SAP Champion
0 Likes
1,442

Hello winona_2013

If your block1 features a parameter you can try to use addition AS LISTBOX VISIBLE LENGTH vlen USER-COMMAND fcode

That will rise an event AT SELECTION-SCREEN right after value selection, to my knowledge without a need for ENTER.

BR, HTH

Dominik Tylczynski

Read only

1,442

@ Sandra there are no radiobutton or checkbox in my design , that would have made my job easier 🙂

I think i shd use Dominik's suggestion because that is the only way i can capture user's input.

Read only

Sandra_Rossi
Active Contributor
0 Likes
1,442

Do you mean that you have some radio buttons or check boxes, the user ticks one of them and depending on what element has been ticked, you want to make visible the "block 2" or the "block 3"?