Skip to Content
0
Former Member
Apr 21, 2010 at 08:52 AM

Dump When Download Alv In Local File Button ( ctrl+shift+F9 ).

910 Views

Hello experts,

When i download my alv in local file ( ctrlshiftF9 ) , i give dump with this discription:

"----


Source Code Extract

-


Line

SourceCde

-


3911

using edit mask gs_fc-edit_mask.

3912

if gs_fc-inttype ca 'NnIiPpBbSs'. "Y7AK010240

3913

condense gs_out-hlpchar.

3914

endif.

3915

gs_out-hlplen = strlen( gs_out-hlpchar ).

3916

  • Bei NUMC fhrende '0' und ' ' nicht bercksichtigen

3917

elseif gs_fc-tech_form = 6.

3918

write <field> to gs_out-hlpchar no-zero left-justified.

3919

if gs_fc-just = 'R'.

3920

condense gs_out-hlpchar.

3921

endif.

3922

gs_out-hlplen = strlen( gs_out-hlpchar ).

3923

elseif gs_fc-tech_form = 11. "INS TECH11

3924

  • Min. Ausgabelהnge fr ein Datum ist immer 8

3925

if gs_fc-datatype = 'DATS'. "INS TECH11

3926

gs_out-hlplen = 8. "INS TECH11

3927

  • Min. Ausgabelהnge fr eine Uhrzeit ist immer 6

3928

elseif gs_fc-datatype = 'TIMS'. "INS TECH11

3929

gs_out-hlplen = 6. "INS TECH11

3930

endif. "INS TECH11

3931

elseif gs_fc-tech_form = 1 or gs_fc-tech_form = 90.

3932

  • berfhrung int. in ext. Format via Konvertierungsexit

3933

if not gs_fc-convexit is initial or "INS TECH11

3934

not gs_fc-inttype ca 'CN'.

3935

  • elseif not gs_fc-convexit is initial. "DEL TECH11

3936

write <field> to gs_out-hlpchar left-justified.

3937

gs_out-hlplen = strlen( gs_out-hlpchar ).

3938

  • ansonsten entspricht sich min. Ausgabelהnge und Ausprהgungslהnge

3939

else.

3940

if gs_fc-tech_form ne 99.

>>>>>

gs_out-hlplen = strlen( <field> ).

3942

endif.

3943

endif.

3944

endif.

3945

  • Falls Ausprהgung abgeschnitten wird, dann wird noch ein weiterer

3946

  • Charakter fr die Visualisierung mittels Symbol reserviert

3947

if gs_out-hlplen > gs_fc-outputlen.

3948

if gs_fc-outputlen = 0.

3949

gs_out-hlplen = 0.

3950

else.

3951

gs_fc-outputlen = gs_fc-outputlen - 1.

3952

">>Unicode/Doublebyte 1

3953

get parameter id 'SLI' field g_sli.

3954

if g_sli eq 'UNICODE' or g_sli eq 'MULTIBYTE' or

3955

not cl_gui_alv_grid=>m_multibyte is initial. "Y7AK013723

3956

data:

3957

im_pos_vis type i,

3958

im_pos_tech type i,

3959

ex_pos_vis type i,

3960

ex_pos_tech type i,

-


"

The dump in line 3941 , what can be the problem ?

Thanks for the help.

Avi.