Hi all
From the below statement i need to select the values NOT IN BETWEEN '60000000' (matnr) AND '60000063' (matnr).Like i need select the values excluding the matnr values '60000000' AND '60000063' .Please help
SELECT * FROM S026 INTO CORRESPONDING FIELDS OF TABLE
IT_S026 WHERE WERKS = P_WERKS AND
SPTAG IN p_sptag AND MATNR NOT IN
endif.
Vijay