SWO1: The program "Z00MARA" is not Unicode-compatible, according to its program attributes

SWO1: The program "Z00MARA" is not Unicode-compatible, according to its program attributes

http://blog.sina.com.cn/s/blog_7057e5240100m7wd.html

 

这两天在做SAP Workflow的Demo, 碰到点问题. 在创建Task时选Business Object Z00MARA后,找不到方法. 去SWO1中看了下Z00MARA, 重新生成它,发现有error, 说是此程序不是兼容unicode的. 解决如下:

1. Tcode: UCCHECK  更改程序的unicode属性

在更改时出现以下提示

image

2. 根据Note 997198 The current system is not the original system的提示,将程序对应的

if l_uniscan_wa-orgsys <> sy-sysid.

message s005(uni).

continue.

endif.

一段删除掉.

重新运行, 一切OK.

posted @ 2013-10-02 22:43  VerySky  阅读(1137)  评论(0)    收藏  举报