2007 Aug 27 1:17 PM
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..:)
2007 Aug 27 1:22 PM
Hi,
If you have numeric fields in the field catalog then make declare the type as CHAR in the field catalog
aRs
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..:)
2007 Aug 27 1:22 PM
Hi,
If you have numeric fields in the field catalog then make declare the type as CHAR in the field catalog
aRs
2007 Aug 27 1:27 PM
Hi,
If you have quantity or currency fields change it to Charachter data type while building field catalog.
<b>Reward if helpful.</b>
2007 Aug 28 12:24 PM
Hi..
Is there any date fields are there????..plz check the data type speficifed for that
Regds
Lakshmiraj
2007 Aug 28 12:26 PM
2007 Sep 05 10:31 AM
Hi,
If I change fileds to CHAR, then I can't do SUM If i export ALV to excel?
Adibo..
2007 Sep 05 10:32 AM
2007 Sep 05 11:35 AM
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.
2007 Sep 05 4:40 PM
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',
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |