‎2010 Oct 28 1:59 PM
hi,
i have used some fields in import in se37. I want that fields to be a select-options. so i gave associated type as selopt.
but when i write a select query in source code it shows an error
the IN operation with 'BSTYP' is followed neither by an internal table nor by a value list.
SELECT ebeln bukrs lifnr aedat FROM ekko INTO CORRESPONDING FIELDS OF TABLE i_ekko WHERE bstyp IN bstyp
AND
lifnr IN lifnr AND ekorg IN ekorg
AND bukrs IN bukrs AND aedat IN aedat.
pls tell me a solution
‎2010 Oct 29 11:06 AM
Hi,
Instead declare all your Import fields in Tables .
This works.
Regards,
Srini.
‎2010 Oct 28 2:01 PM
‎2010 Oct 29 8:53 AM
Hi,
tables: ekpo.
ranges: bstyp for ekpo-bstyp.
bstyp-sign = 'I'.
bstyp-option = 'EQ'
bstyp-low = 'X'.
append bstyp.'
bstyp-low = 'Y'.
append bstyp.'
By Jan
‎2010 Oct 29 11:06 AM
Hi,
Instead declare all your Import fields in Tables .
This works.
Regards,
Srini.