Hi Jacob,
Please try the below syntax. This syntax will help you assign value to the particular column.
DO 50 TIMES.
ASSIGN COMPONENT sy-index OF STRUCTURE <f1> TO <f3>.
WRITE <f3>.
ENDDO.
Regards,
Peri
Hi Jacob,
Please try the below syntax. This syntax will help you assign value to the particular column.
DO 50 TIMES.
ASSIGN COMPONENT sy-index OF STRUCTURE <f1> TO <f3>.
WRITE <f3>.
ENDDO.
Regards,
Peri