2008 Feb 08 2:48 PM
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
2008 Feb 08 2:53 PM
hi Sudher,
TABLES : rlgrap.
SELECT-OPTIONS : s_file FOR rlgrap-filename NO INTERVALS.
hope this helps
ec
2008 Feb 08 2:54 PM
data: name(100) type c.
select-option: so_file type (name) no intervals.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |