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

Import parameter shall be same type like select option

Former Member
0 Likes
473

Hey guys,

how can i make it possible that my importparameter of my FB has the type of the select option field of my program??

I need something like a tabletype or a list of values.

Thx

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
444

Hello

Try with structure SELOPT

3 REPLIES 3
Read only

Former Member
0 Likes
445

Hello

Try with structure SELOPT

Read only

0 Likes
444

HEy Dzed, thank u very much for ur answer. I copied the structure and changed it a little bit and it works finde :). Thanks a lot!!!

Read only

venkat_o
Active Contributor
0 Likes
444

Hi, <li>Define like below

DATA: s_matnr TYPE RANGE OF mara-matnr.
or
TABLES: mara.
RANGES: s_matnr FOR mara-matnr.
Thanks Venkat.O