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

problem in TRANSLATE SYNTAX in ECC 6.0

Former Member
0 Likes
338

this is old syntaxes

TRANSLATE c ...FROM CODE PAGE g1 ... TO CODE PAGE g2

new systems should use this class

  • CL_ABAP_CONV_IN_CE

it reads data from a container and converts it to the system format.

my old syntax is TRANSLATE header-id FROM CODE PAGE file_tab-codepage.

i need to change to new one by using above class how to do it

Moderator message - Cross post locked Rob

1 REPLY 1
Read only

Former Member
0 Likes
311

Moderator message - Cross post locked Rob