Hello,
I am displaying output in ALV.i already have saved layout of alv so when i execute my program it will display 7 fields out of 10.i can add other 3 fields using change layout option in ALV.here my program is when i try to change my alv layout specifically when i add 2 fields its working fine but when i try to add 10th field it is giving me short dump.I have this field named value.
add 1 to ls_lvc_data-col_pos.
assign component <ls_fcat>-fieldname
of structure <ls_data> to <l_field_value>.
if sy-subrc ne 0.
message x000(0k). ---->here short dump
endif.
suggest me.
regards
soniya.