Application Development 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: 

Pass value in selection screen

0 Kudos
245

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

adityaIngale
Active Participant
201

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?

Sandra_Rossi
Active Contributor
201

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