Skip to Content
0
Former Member
Jun 11, 2009 at 05:01 AM

Looping Field Symbol

99 Views

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.