Hello all,
I want to read a record where stock <> 0. I have written following read statement but it gives error
'Expected = after stock'.
READ TABLE T_RESULT INTO LWA_RESULT_REC
WITH KEY MATNR = LV_MATNR
EXCESS_STOCK <> 0 .
Can you please tell me what should I write instead of <>( I have tried != but it also gives same error.)