Hello,
Please give us more details (source code, the begin of the dump ..)
Frédéric
It is message the DUMP:
Field symbol has not yet been assigned.
What Happened?
Error in ABAP application Program.
The current ABAP program "CL_GUI_ALV_GRID===============CP " had to be terminated because one of the statements could not be executed.
This is probably due to an error in the ABAP program.
000530 read table <tab1> into <ls_wa> index i_row_id.
000540 assign component m_cl_variant->ms_layout-stylefname
000550 of structure <ls_wa> to <l_field>. > read table <l_field> into ls_style
000570 with table key fieldname = is_col_id-fieldname.
000580 if sy-subrc eq 0.
Add a comment