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

ABAP to Unicode COnversion

Former Member
0 Likes
1,237

hi ABAPers.

please help in regards to unciode conversion.

my work is to conver abap(which is in hr abap) to unicode conversion.

and im not aware of unicode conversion.

what exactly we need to do in unicode conversion.

is there any coding part comes in this or not just i was ased to work on this part .. please help me.

thanxs in advance.

hi ABAPers.

please help in regards to unciode conversion.

my work is to conver abap(which is in hr abap) to unicode conversion.

and im not aware of unicode conversion.

what exactly we need to do in unicode conversion.

is there any coding part comes in this or not just i was ased to work on this part .. please help me.

thanxs in advance.

7 REPLIES 7
Read only

Former Member
0 Likes
1,055

Hello,

You can use the transaction UCCHECK and input your program names.

This trnsaction will tell you what and where the change is required and then you can make the appropriate change.

The changes are to remove the obsolete statements from your ABAP Code and add the new piece of code that is unicode compatible.

eg: Your old system may have a call to FM : WS_DOWNLOAD.

Now in th econversion, your task would be to replace it with GUI_DOWNLOAD and change the parameters accordingly and test.

Please reward if useful.

regards,

Read only

0 Likes
1,055

hi sachin.

but im ABAPer.. will it be gud do shift from ABAP to uncode conversion as im totally egtting confuse with this situation.

uncode means upgrade of something or what. n

my proj has not started yet..

just collecting the info abt uncode ..

Read only

0 Likes
1,055

Hi,

To change the ABAP code is the work of the ABAPer.

Your project wud be a technical upgrade to ECC6.0 or so..

I beleive you should have exposure to all types of projects.

This would be a small project may be 3 - 4 months. Later you can shift to some other project.

I am an ABAPer as well and working on Upgrade to ECC.

Working on Upgrade is not going to change your main stream of being a ABAPer

regards,

sachin

Read only

0 Likes
1,055

thanxs sachin.

here we need to upgrade to ecc 6.0..

thats what i was afrade of.. ... my next ABAP proj.

it wont affects my next ABAP proj ?

thanxs...

Read only

0 Likes
1,055

HI Sachin.,

so we dont write any code.. in UC..write.

only to conver from abap code to UC ....

and this upcoming UC is in HR ABAP module .

Read only

0 Likes
1,055

Hi,

Unicode conversion is converting the existing code into unicode compatible code.

If the business requires, you may have to develop new objects as well but that will not be conversion in that case.

Please close the thread with appropriate points.

reagrds,

sachin