2006 Sep 14 11:03 AM
Hi All,
While trying to insert datas from an internal table to a customized Table we are getting
Syntax error: "<b>The type of the database table and work area (or internal table)are not Unicode convertible</b>".
How to convert the program to Unicode specific, we tried by changing it in the Attributes also but still no use from it, but our previous programs never encountered this type of problm.
Is there anyway to overcome this problem.
Help and Suggestions will be much apprieciated.
Regards.
Ramesh.
Hi All,
While trying to insert datas from an internal table to a customized Table we are getting
Syntax error: "<b>The type of the database table and work area (or internal table)are not Unicode convertible</b>".
How to convert the program to Unicode specific, we tried by changing it in the Attributes also but still no use from it, but our previous programs never encountered this type of problm.
Is there anyway to overcome this problem.
Help and Suggestions will be much apprieciated.
Regards.
Ramesh.
2006 Sep 14 11:06 AM
hi ramesh,
declare like this.
tables : ztable.
data : itab like ztable occurs 0 with header line.
then try to insert.
bcoz mandt will be also there as a field.
will not be any problem.
rgds
anver.
2006 Sep 14 11:07 AM
Hi
If you are in non-unicode system, just remove the
check box "Unicode Checks Active" in program attributes.
Incase you are in Unicode system, check that the
structure of the internal table holding the data is same
as the structure of the table. Including field names,
data type and length.
Kind Regards
Eswar
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |