Hi
The below statement is correct or not?...or is their way we can write it in a more better way so that it will execute more fast .
structure created is corresponds to internal table means type is same as IT.
SELECT ebeln ebelp matnr werks menge meins netpr pstyp revlv
INTO TABLE it_ekpo
FROM ekpo
WHERE ebeln IN s_ebeln AND
elikz <> 'X' AND
loekz <> 'L' AND "MOD003+
knttp <> 'F' AND
knttp <> 'K' AND
bstyp = 'F' AND
werks IN s_plant.
Please ket me know...
Thanks