hi to all
help me inthis issue
SELECT BLDAT DMBTR SGTXT FROM BSIS
INTO CORRESPONDING FIELDS OF TABLE ITAB_BSIS
WHERE BUKRS IN G_BUKRS
AND GJAHR IN G_GJAHR
AND BLART IN G_BLART
AND BELNR IN G_BELNR
AND HKONT NE '00000207130'.
i am eliminating gl account 00000207130' from selection but still it is selecting data
and i need to elimate one more account o also can do like this
AND HKONT NE ( '00000207130' or '000000200123').
thanks in advance
kiran kumar