Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

f4 help giving dump in spanish

former_member5472
Active Contributor
0 Kudos

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!

2 REPLIES 2

raymond_giuseppi
Active Contributor
0 Kudos

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

0 Kudos

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.