Thank you very much!!
I had the same problem and your code solved it!
FIELD-SYMBOLS: <rendered> TYPE ANY. "(SAPLMLSL) Rendered (Ind. Whether acquisition)
ASSIGN ('(SAPLMLSL)RENDERED') TO <rendered>.
IF sy-subrc IS INITIAL.
CLEAR <rendered>.
ENDIF.