‎2007 Aug 09 3:28 PM
HI everybody
I have the problem to replace the old TRANSLATE-command with CL_ABAP_CONV_X2X_CE.
Before the code was like:
TRANSLATE NAMEN FROM CODE PAGE '1800' TO CODE PAGE '9011'.(in 4.7EE)
Under unicode the translate statement is not allowed for changing data with codepages.
SAP is writing in the onlinedocu that there is the class cl_abap_conv_x2x_ce. I've tried this class with all the methods but couldnt get any idea. I dont know which method to use and how in ECC 6.0.
Has anyone an idea?
Please help.
Regards,
Srinivas Rao
srinivas.aare@gmail.com
‎2007 Aug 10 6:14 AM
HI,
There is an alternative FM 'SCP_TRANSLATE_CHARS_46 which functions similar to TRANSLATE to CODE PAGE statement.
Please refer SAP NOTE 78076
Best regards,
Prashant