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

report selection-screen

Former Member
0 Likes
740

Hey Hiii Everyone ...

Well I am facing a problem in a report selection-screen..

The issue is ..

I have 2 Fields...

S_PERIO type select-options.

PO_PERIO type select-options.

Now the issue is ... at the selection screen when i place the cursor on the PO_PERIO fields ,,,,S_PERIO should be graded out ....

How ever this is happening when i press enter after entering value in the PO_PERIO.....however my requirement is When i place the cursor in the PO_PERIO itself S_PERIO should be graded out ....rather than pressing ENTER key

thanks

chandu reddy

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
711

use radio buttons for both

Regards

Sathar

6 REPLIES 6
Read only

Former Member
0 Likes
712

use radio buttons for both

Regards

Sathar

Read only

Former Member
0 Likes
711

Hi,

You should use radio buttons, with one radio button linked to each field. Assign a USER-COMMAND to it.

Read only

Former Member
0 Likes
711

Without user triggering an action it is not possible to acheive the functionality that you want. Because a screens visual attribute to change, the PBO (in this case AT SELECTION-SCREEN OUTPUT) must be triggered. An alternative solution is to go for radio buttons as suggested by others and disable/enable the select-options depending on user selected radio button.

Read only

Former Member
0 Likes
711

Without a user interaction you cannot achieve this functionality, there should be a interaction to trigger At Selection-screen output(PBO of Selection screen) or any At selection Screen events(PAI of Selection screen), only placing the cursor is not a user interaction it does not trigger any event.

With luck,

Pritam.

Read only

Former Member
0 Likes
711

Hi,

Loop the screen table and doo the modification based on selection..

Raghunath.S

Read only

Former Member
0 Likes
711

thanks for the replies ....

thanks and regards

chandu reddy