Skip to Content
0
Sep 06, 2023 at 07:04 AM

Error: ")" expected, not "(". when using VALUE operator

136 Views

With the following code, error ")" expected, not "(". is returned in syntax check. What could be the reason ?

RANGES r_matnr FOR mara-matnr.

r_matnr = VALUE #( sign = 'I' option = 'EQ' ( low = '32000' )
( low = '32300' )
( low = '39000' ) ).