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

Question on using a table element as a type.

Former Member
0 Likes
460

Hi all,

I wanted to practice select-options but it gives error at:

SELECT-OPTIONS: kunnr FOR vbak-kunnr.

I tried SELECT-OPTIONS: kunnr FOR kunnr.

But then also it says "Field vbak-kunnr is unknown. It is neither in one of the specified tables nor defined by the 'DATA' statement.

Please tell me the correct way to use statement 'parameters' and 'select-options'.

Thanks,

Charles.

1 ACCEPTED SOLUTION
Read only

former_member194669
Active Contributor
0 Likes
431

Tables : vbak.    "<<<<<
SELECT-OPTIONS: kunnr FOR vbak-kunnr.

2 REPLIES 2
Read only

former_member194669
Active Contributor
0 Likes
432

Tables : vbak.    "<<<<<
SELECT-OPTIONS: kunnr FOR vbak-kunnr.

Read only

former_member156446
Active Contributor
0 Likes
431

Tables : vbak.

if you give this statement it will work... here the program will know that it need to look into these tables...

its the same when u create a field catalog..

types-pool: slis.