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 enabling programs without system freeze

Former Member
0 Likes
328

We are Unicode enabling our SAP R/3 instance but we have some restrictions wherein we cannot unicode enable all the objects in one go.we have a set of objects like Function Modules,Subroutine pools which are used across the programs. Not all the programs dependent upon a Function Module or a subroutine pool can be Unicode enabled at the same time.I would like to know the correct approach to deal with the problem where the Unicode enabled program and the called Function Module work properly at the same time without disturbing the existing programs dependent upon the function modules within the same function group which is being unicode enabled.Which means we have Programs P1 and P2 calling Function modules F1 and F2 respectively (belonging to one Function group) and P1 and the Function group are Unicode enabled and P2 is not unicode enabled.How do we make sure that P2 is going to work fine (wihtout any changes to it) in the production system.The production system is in non-unicode environment (Database is not unicode enabled).

If any one has experience in similar kind of issues, please let me know the possible solutions.

1 REPLY 1
Read only

Former Member
0 Likes
296

If you are upgrading to WAS 610 or higher check OSS note 367676 . It will give you a good idea of what to check in custom programs .

If you have sandbox, you can use that to enable unicode

and then there is transaction SCI (Code Inspector) which you can use to check all custom programs. It will throw all the syntax erros if any .

Hope this helps.

Cheers