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

Former Member
0 Likes
452

Hi,

we have run UCCHECK in unicode system and its giving one error.

For that i have to change reference of parameter type from RAW to char

Now parameter ITAB0256 is of datatype RAW 256.

I have to move the data of ITAB0256 which is of type RAW to CHAR type field..

Pls suggest some solution..

Thanks in advance

Rushikesh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
425

hi,

use FM <b>RRXWS_RAW_TO_CHAR</b>

2 REPLIES 2
Read only

Former Member
0 Likes
425

Hi Deshmukh,

Please check the following threads

Regards,

Santosh

Read only

Former Member
0 Likes
426

hi,

use FM <b>RRXWS_RAW_TO_CHAR</b>