I have been given a program .
AT SELECTION-SCREEN ON s_prctr.
IF sscrfields-ucomm EQ 'ONLI' OR
sscrfields-ucomm EQ 'PRIN' OR
sscrfields-ucomm EQ 'SJOB'.
some logic was already developed.
But what ever user entered the values in selection screen parameters are not coming in the above logic to get desired results.
How can I get those values entered by user on selection screen.
Or I need to change the logic ?
&
what benefit is the "on s_prctr" option
what are sscrfields-ucomm
Could you please explain me .
YOUR HELP WILL BE APPRECIATED.