凡尘clsoho™的博客

E-mail & MSN: clsoho@hotmail.com
QQ1超级群: <101817641已满> QQ2群:<110722895已满>
QQ3超级群:<23765855>QQ4超级群:<85338969>

Method 1:

T-code: I18N

 I18N->I18N Customizing ->MS Word as Editor ->double click

去掉SAP script 和Smart form前的对勾 ->Activate

Method 2:

Use report .

T-code: se38

 New report->code below.

report ztest_mod_editor01.

*更改SMARTFORMS编辑为SAP默认编辑器
      call method cl_i18n_system_settings=>maintain_tcp0i
        exporting
          im_history = space
          im_name    = cl_i18n_system_settings=>c_tcp0i_name_smartforms_editor
          im_value   = SPACE.

 

report ztest_mod_editor02.
*更改SMARTFORMS编辑为MSWord
      call method cl_i18n_system_settings=>maintain_tcp0i
        exporting
          im_history = space
          im_name    = cl_i18n_system_settings=>c_tcp0i_name_smartforms_editor
          im_value   = 'MSWord'.

Method 2 for I18N not useful or I18n have no such options.

posted on 2010-07-27 13:27  凡尘clsoho  阅读(1678)  评论(0编辑  收藏  举报