‎2008 Aug 18 6:43 AM
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
‎2008 Aug 18 6:52 AM
‎2008 Aug 18 6:52 AM
‎2008 Aug 18 6:53 AM
Hi,
You should use radio buttons, with one radio button linked to each field. Assign a USER-COMMAND to it.
‎2008 Aug 18 6:58 AM
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.
‎2008 Aug 18 7:02 AM
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.
‎2008 Aug 18 7:06 AM
Hi,
Loop the screen table and doo the modification based on selection..
Raghunath.S
‎2008 Aug 18 7:48 AM