Application Development and Automation 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: 
Read only

ALV dump, character fields?

Former Member
0 Likes
1,540

Hi,

Opening ALV file without problems but,

I am getting this dump when trying to save/export ALV file as local file?

The current statement only supports character-type data objects

Is there an FM to convert ALV table to char?

Adibo..:)

1 ACCEPTED SOLUTION
Read only

former_member194669
Active Contributor
0 Likes
1,075

Hi,

If you have numeric fields in the field catalog then make declare the type as CHAR in the field catalog

aRs

Hi,

If you have numeric fields in the field catalog then make declare the type as CHAR in the field catalog

aRs

8 REPLIES 8
Read only

former_member194669
Active Contributor
0 Likes
1,076

Hi,

If you have numeric fields in the field catalog then make declare the type as CHAR in the field catalog

aRs

Read only

Former Member
0 Likes
1,075

Hi,

If you have quantity or currency fields change it to Charachter data type while building field catalog.

<b>Reward if helpful.</b>

Read only

abapdeveloper20
Contributor
0 Likes
1,075

Hi..

Is there any date fields are there????..plz check the data type speficifed for that

Regds

Lakshmiraj

Read only

former_member188827
Active Contributor
0 Likes
1,075

in the field catalog all the fields should be char type

Read only

Former Member
0 Likes
1,075

Hi,

If I change fileds to CHAR, then I can't do SUM If i export ALV to excel?

Adibo..

Read only

Former Member
0 Likes
1,075

not solved..

Read only

Former Member
0 Likes
1,075

ERROR IN:

"OBJECTS_NOT_CHARLIKE"

"SAPLKKBL " or "LKKBLF99 "

"GEN_FIELD_OUT2"



039110   *   ansonsten entspricht sich min. Ausgabelänge und Ausprägungslänge   
039120       else.                                                              
039130         if gs_fc-tech_form ne 99.                                        
     >           gs_out-hlplen = strlen( <field> ).                             
039150         endif.                                                           
039160       endif.                                                             
039170     endif.                                                               

Read only

Former Member
0 Likes
1,075

I solved the problem..

First I used this code to fill catalog:


  PERFORM:
  fill_fieldcat_column USING 'LT_billit'
                             'EUITRANS_EXT_UI'
                             'EAN',

Problem was TABLE LT_billit. When I deleted table,when calling perform, I had no problem with no character fields..:)


  PERFORM:
  fill_fieldcat_column USING
                             'EUITRANS_EXT_UI'
                             'EAN',