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

Former Member
0 Likes
501

we r going to upgrade 4.6B to ECC5.0 which is unicode concept right! but does we have to change C,N.D,T (character,numeric,date,time ,etc.., )of 4.6b programs.

if yes where exactly we have to make the changes

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
485

Hi,

Check this link,

<u>http://help.sap.com/saphelp_erp2004/helpdata/en/62/3f2cadb35311d5993800508b6b8b11/frameset.htm</u>

Hope it helps u.

Thanks&Regards,

Ruthra

3 REPLIES 3
Read only

Former Member
0 Likes
486

Hi,

Check this link,

<u>http://help.sap.com/saphelp_erp2004/helpdata/en/62/3f2cadb35311d5993800508b6b8b11/frameset.htm</u>

Hope it helps u.

Thanks&Regards,

Ruthra

Read only

Former Member
0 Likes
485

Hi Hussain,

The possible changes you are talking about are just a part of all the changes that are to be made in an Upgrade.

However, as far as my knowledge is concerned, you need to re-declare variables declared as hexadecimal type, and replace with abap class utilities, for Unicode related errors.

Apart from this, you need to also , change the obsolete function modules like WS_UPLOAD , WS_DOWNLOAD etc.

Thanks,

Ravi

Read only

rainer_hbenthal
Active Contributor
0 Likes
485

ABAP Source code is only one part going to unicode. To check ABAP source code check transaction UCCHECK. But honestly, i think this TA is not available in 4.6. Upgrade to ECC first und go to unicode in a second step.