Skip to Content
0
Former Member
Feb 26, 2014 at 11:24 AM

Field symbol not assigning?

31 Views

Hi everyone,


I am trying to assign a value to a field symbol as follows:



LOOP AT gtab_out REFERENCE INTO gr_tab_out.

ASSIGN COMPONENT l_fieldname OF STRUCTURE gr_tab_out TO <lfs_fieldname>.



l_fieldname contains a column name of gtab_out and it is populated correctly. But, for some reason, the field symbol <lfs_fieldname> is not being assigned.


What could be the problem here?



Thanks,


Shkelqim