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

select options for a file

Former Member
0 Likes
870

Hello all,

At the moment iam using parameters for actual file and its path

for eg:

PARAMETERS: p_file(100) TYPE c .

i want to go for select-options so that i can use multiple files at the same time.....plz advise

regards

Hello all,

At the moment iam using parameters for actual file and its path

for eg:

PARAMETERS: p_file(100) TYPE c .

i want to go for select-options so that i can use multiple files at the same time.....plz advise

regards

2 REPLIES 2
Read only

JozsefSzikszai
Active Contributor
0 Likes
558

hi Sudher,

TABLES : rlgrap.

SELECT-OPTIONS : s_file FOR rlgrap-filename NO INTERVALS.

hope this helps

ec

Read only

former_member156446
Active Contributor
0 Likes
558

data: name(100) type c.

select-option: so_file type (name) no intervals.