Hi All,
In my program I did the following declaration:
DATA:c_string TYPE string VALUE '(SAPLKOBS)GT_COBRB_BUF[]'.
FIELD-SYMBOLS:<fs> type any.
And after some validation,
ASSIGN (c_string) TO <fs>.
Please tell me how to loop the field symbol.
Thanks,
Neethu.