2023 Feb 24 10:10 AM
How to get selection screen value in alv output or in table .
I have a ztable and I have added one field in there. But I want to assign value to that field through selection screen. Can u please help me. Thanks in advance.
2023 Feb 24 10:47 AM
You can directly assign value of selection screen parameter to variable or internal table.
Like suppose you have parameter: p_name type char10 then you can assign the p_name to some variable or internal table then that variable will hold your paramter value.
What's the issue you facing?
2023 Feb 24 12:53 PM
PARAMETERS and SELECT-OPTIONS define variables in the Global scope, so no issue to use them directly.