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

Former Member
0 Likes
353

Hi everyone,

I have just changed a paramter from:

PARAMETERS tcode LIKE tstc-tcode.

to

SELECT-OPTIONS tcode for tstc-tcode.

to allow a range of values to be entered against the transaction code. Everything appears ok.

The multiple selection appears instead of the drop down list.

However, when I run the program and enter say 'SE38' I get the error message

'Transaction IEQSE38 does not exist'

Can't think of anything else I need to change. Can anyone help??

Moderator message: please read ABAP documentation for SELECT-OPTIONS and RANGES to understand the difference to a PARAMETER.

locked by: Thomas Zloch on Oct 7, 2010 5:57 PM

2 REPLIES 2
Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
324

Use F1 . In your case it will be tscode-low.

Read only

Former Member
0 Likes
324

Can you show your code? I just coded the basic SELECT-OPTIONS statement and a form with a select using it and it worked just fine.