2008 Feb 10 10:26 AM
hi,
i have used F4 help in alv using oops which is working fine for english, but when i logon through spanish below mentioned method is throwing dump :
CALL METHOD f4_alv->set_table_for_first_display
EXPORTING
is_layout = ls_layout
CHANGING
it_fieldcatalog = fieldcatalog
it_outtab = f4_itab.
please help!
2008 Feb 10 10:29 AM
I suppose some data/information is missing in spanish i.e. not translated ?
Look at your dump for more information, there should be a clue.
Regards
2008 Feb 10 12:14 PM
hi,
its giving error in spanish
*bold *
Feldsymbol ist noch nicht zugewiesen.
Column per Fieldcat Entry
loop at it_fcat_local assigning <ls_fcat>.
clear: ls_lvc_data-href_hndl,
ls_lvc_data-drdn_hndl,
ls_lvc_data-style,
ls_lvc_data-style2,
ls_lvc_data-style3,
ls_lvc_data-style4,
ls_lvc_data-maxlen.
clear: lt_color_lvc, lt_color_slis.
add 1 to ls_lvc_data-col_pos.
if not <ls_fcat>-indx_field is initial.
assign component <ls_fcat>-indx_field
of structure <ls_data> to <l_field_value>.
else.
assign component <ls_fcat>-fieldname
of structure <ls_data> to <l_field_value>.
endif.
>>>>> macro_cell_data_get
<ls_fcat>
<ls_data>
<l_field_value>
ls_lvc_data-value.