Skip to Content
0
Former Member
May 15, 2008 at 06:40 AM

READ internal table where stock <> 0 Gives error 'Expected = after stock'

461 Views

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.)