cancel
Showing results for 
Search instead for 
Did you mean: 

MENUSYST, SAP_BASIS SAPKB64027, Unicode Flag not set

Former Member
0 Kudos

Hello,

we are in the proccess of implementing SAP_BASIS SP SAPKB64027. This fails eventually because the Unicode Flag of program MENUSYST is not set. We modified this program in a parallel system as descibed in SAP Note 1285869.

It is not possible to import the program in our affected sysrem by tp, though. This is propably due to

WARNING: Background job RDDIMPDP could not be started or terminated abnormally.

RDDIMPDP started to fail during the process of importing SAPKB64027.

We already opened up a message with SAP. Nevertheless it would be great, if someone could come up with a hint how to solve / work around this. The impact of program MENUSYST failing to (re-)compile is, that no one can log on to the system anymore.

Best Rgs,

Thorsten

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

if you run SE38,

display MENUSYST

Select Goto, Attributes.

You may need to register the object to get the key when you enter change mode, but then you should be able to flag the program with the "unicode code checks active" check box.

Regards,

Zecher

Former Member
0 Kudos

Hello,

unfortuneatly it wasn't possible to logon to the affected system anymore, so changing the attributes in se38 was not an option. We simply modified the database entry in table TRDIR.

update SAPSR3.TRDIR set UCCHECK='X' where name = 'MENUSYST';

This fixed it. No guarantees, that this doesn't come with unwanted side effects, though !

Best Rgs

Thorsten