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

program not unicode compatible..

prince_isaac
Active Participant
10,821

Hie guys

I am trying too implement a user exit for tcode FPCJ in ECC6.0. i have created my project and made a component assignment to user exit EXIT_SAPLFKYA_003. After writting the relevant code i tryd to do a syntax check and got the error "SAPLXDME is not unicode compatible according to its program attributes".

I have tryd the same in another system 4.7C and the exit works fine with no errors. The unicode check in the program attributes is not checked. i have tryd to use the tcode UCCHECK but i get the message that no programs exist for the selection criteria.

SAPLXDME function group XDME.

Package FKKB.

No results. The ECC6.0 system is a new implementation. How can i resolve this error.

regards

Isaac Prince

1 ACCEPTED SOLUTION
Read only

Former Member
5,296

Hey Isaac,

First thing is 4.7 version is not unicode compatible so these reports works fine in 4.7. But in ECC 6.0 the code pages like MDMP and Blended code pages are replaced with Unique code page(Unicode).

So in ECC6.0 all programs must be unicode enabled. Usually these process can be done while upgrading to ECC 6.0.

So in this case you have to check the box Unicode active and make the programs unicode enabled however for standard SAP programs to make these changes we need access key. So please contact with OSS, I am not sure whether basis people are able to make these changes.

Hope this helps.

Thanks !

Rakesh.

6 REPLIES 6
Read only

Former Member
5,296

Hi,

Check the system status, if the Unicode system is marked as YES then you need to check the unicode flag active for the function group XDME. otherwise it will thrown an error like "SAPLXDME is not unicode compatible according to its program attributes".

Regards,

Sathish

Read only

5,296

Hie Satish

i have checked my system and unicode check is on yes. however to check the unicode check for the function group now requires an access key.

is ther no other way i could make the change which does not involve an access key??

Prince

Read only

5,296

Hi,

Basis people can help you with out need of access key. check with them.

Regards,

Sathish

Read only

Former Member
5,296

This would be a question for OSS.

Rob

Read only

Former Member
5,297

Hey Isaac,

First thing is 4.7 version is not unicode compatible so these reports works fine in 4.7. But in ECC 6.0 the code pages like MDMP and Blended code pages are replaced with Unique code page(Unicode).

So in ECC6.0 all programs must be unicode enabled. Usually these process can be done while upgrading to ECC 6.0.

So in this case you have to check the box Unicode active and make the programs unicode enabled however for standard SAP programs to make these changes we need access key. So please contact with OSS, I am not sure whether basis people are able to make these changes.

Hope this helps.

Thanks !

Rakesh.

Read only

prince_isaac
Active Participant
0 Likes
5,296

With the assistance of the basis guys you would have to get the access key and check the unicode option. After which the exits will function properly.