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

Unicode dump

Former Member
0 Likes
531

Hi All,

We have a statement in an old program as below:

INSERT (TABLE) FROM wa.

TABLE is defined as variable and it is identified in run time and it reprenents the table name.

wa is the workarea which represents some part of databae table.

It is giving dump UNICODE_TYPES_NOT_CONVERTIBLE.

How can this be rectified?

Regards,

Jeetu

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
454

Hi Jeetu,

Plese see the Sap note 955463 for this dump UNICODE_TYPES_NOT_CONVERTIBLE.

Regards,

Md Ziauddin.

2 REPLIES 2
Read only

Former Member
0 Likes
455

Hi Jeetu,

Plese see the Sap note 955463 for this dump UNICODE_TYPES_NOT_CONVERTIBLE.

Regards,

Md Ziauddin.

Read only

Former Member
0 Likes
454

Hi Jeetu,

In Unicode programs the following rules apply:

If the work area or the line of the internal table is a structure, the system also checks whether the fragment views of the work area and the database table are identical with regard to the length of the database table.

If the work area is a single field, the field must be character-type and the database table purely character-type. These requirements are valid for all statements listed above.