Hi,
Getting an restricted error for my Select Query in my QA log,......Is there any possibilities to hide the error without changing the code
SELECT (T_SELECT) "#EC CI_SEL_NESTED
FROM (W_TABNAME) INTO (W_FIELDVALUE, W_COUNT)
GROUP BY (T_GROUP).
CHECK NOT W_FIELDVALUE IS INITIAL.
IF P_MIN <= W_COUNT.
WRITE: / T_DD03L-TABNAME, T_DD03L-FIELDNAME,
W_FIELDVALUE, W_COUNT.
ENDIF.
ENDSELECT.
The screen shot of the error showing is
Waiting for your kind replies...thanq