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 + Migration

Former Member
0 Likes
352

Dear All,

Could you please let me know whether there is any Unicode check required for Z table / SAP Script / Smartforms ? If yes, then what need to be require to do ? From my knowledge for Smartform it's only need to check the program node not actual Smartform. For SAP Script only print report need to check.

Any specific Unicode technique require for Class / Methods as UUCHECK cannot carried out on Class / Method as far I know.

I have to migrate Custom ABAP objects from 46C to ECC 6.0

Any suggestion are welcome.

Thanks in advance

Nilesh

2 REPLIES 2
Read only

former_member226999
Contributor
0 Likes
320

Hi Nilesh,

We did a similar migration. The Z table will be automatically unicode enabled as you must have already updated the unicode patched for the database.

The SAP Script unless has any hardcoding for specific hex values should not give any problems and should be unicode ready. If custom driving program then check the programs.

Smartforms is also unicode ready. If custom driving program then check the programs.

We did not have any problems after migration.

Hope this helps.

Fra

Read only

Former Member
0 Likes
320

Thanks got the answer myself