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 ERROR WHILE UPGRADING TO ECC6

Former Member
0 Likes
357

HI ALL,

REPORT PROGRAM CONSISTS OF INTERNAL TABLE WHICH HAS A STRUCTURE OF STANDARD TABLE.

THAT TABLE CONSISTS OF FIELDS TYPE 'X' AND 'XSTRING' . UNICODE DOES NOT PERMIT TYPES 'X' AND 'XSTRING' IN A TABLE.

1 REPLY 1
Read only

Former Member
0 Likes
339

Hi,

1.In unicode everything can be treated as String.

2.If we need different ,then go for rawstring,numc etc.

Regards,

Shiva.