Application Development 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: 

translate?

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

TRANSLATE .. CODE PAGE is OBSOLETE in ECC 6.

Former Member
0 Kudos

solved

Former Member
0 Kudos

solved.