博客首页 注册 建议与交流 排行榜 加入友情链接
推荐 投诉 搜索: 帮助

老白的ABAP博客

  abaper.cublog.cn

关于作者
姓名:    白天振(Barry.bai)
职业:    ABAPer

SAP Certified Development Consultant
|| << >> ||
我的分类


SmartForms打印预览字符重叠原因之一
 
Symptom


You display an Asian Smart Form in a Unicode system. In this case, one table line contains enough space for you to display the contents. However, the system compresses text that is longer than 31 characters.

Other terms


Smart Forms, Unicode, compressed, Asian

Reason and Prerequisites


This problem is caused by a program error.

Solution


Implement the correction by using the Notes Assistant or import the relevant Support Package.

 

修改程序:LSTXBCFFO
FORM   :fo_set

...
...
      fo_header_dbcw = l_width.
    endif.
  endif.
*{   INSERT         DEVK900321                                        1
*
  if l_subrc <> 0.
    fo_header_dbcw = fo_header-tdspacews.
  endif.
*}   INSERT

endform.

 

 

发表于: 2008-07-16,修改于: 2008-07-16 11:01,已浏览229次,有评论0条 推荐 投诉


网友评论
 发表评论