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

translate?

Former Member
0 Likes
579

Hi I wrote the following command in ECC6.0 in unicode envinment.

TRANSLATE g_t_likp_download FROM CODE PAGE '1110' TO CODE PAGE '0100'.

But it's giving wrror that In the Unicode context, TRANSLATE... CODEPAGE/NUMBER FORMAT is not allowed.

But this is correct syntax. What shall i do ? please suggest me.

4 REPLIES 4
Read only

Former Member
0 Likes
537

Hi,

Check the Note on ABAP documentation :

The syntax check only allows character fields for specifying the codepage.

regards,

Advait

Edited by: Advait Gode on Oct 6, 2008 2:49 PM

Read only

Former Member
0 Likes
537

TRANSLATE .. CODE PAGE is OBSOLETE in ECC 6.

Read only

Former Member
0 Likes
537

solved

Read only

Former Member
0 Likes
537

solved.