‎2010 Oct 07 4:50 PM
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
‎2010 Oct 07 4:52 PM
‎2010 Oct 07 4:59 PM
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.