天天看点

Smartforms 中更改默认编辑器…

朋友的建议是:1、I18N->I18N Customizing ->MS Word as Editor ->double click

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

2、SE38中运行RSCPSETEDITOR,勾掉SMARTFORMS和SAPSCRIPT前面的勾就可以了! 激活后SMARTFORM中的文本编辑器就改为SAP默认的了!

​​Smartforms 中更改默认编辑器的两种方法(Tow Methods of smartform's default editor modification)​​

Method 1:

T-code: I18N

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

​​

Smartforms 中更改默认编辑器…

​​

去掉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  

继续阅读