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

Pass value in selection screen

0 Likes
1,045

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.

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.

2 REPLIES 2
Read only

adityaIngale66
Active Participant
1,001

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?

Read only

Sandra_Rossi
Active Contributor
1,001

PARAMETERS and SELECT-OPTIONS define variables in the Global scope, so no issue to use them directly.