ABAP-在SMARTFORMS中取消使用WORD作为编辑器
生活随笔
收集整理的這篇文章主要介紹了
ABAP-在SMARTFORMS中取消使用WORD作为编辑器
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
運(yùn)行TCODE:I18N
然后打開I18N Menu -> I18N Customing -> MS Word as Editor
?
?取消Smartforms前的勾選,然后點(diǎn)擊上方的Activate按鈕
Method 1:
T-code: I18N
?I18N->I18N Customizing ->MS Word as Editor ->double click
去掉SAP script 和Smart form前的對(duì)勾 ->Activate
Comments: 這種方法基本已經(jīng)禁掉了,不知道SAP為什么喜歡用WORD來取代自己的編輯器,況且所見所務(wù)效果并不好,還不能拖動(dòng).
?
Method 2:
Use report .
T-code: se38
?New report->code below.
report ztest_mod_editor01.
*更改SMARTFORMS編輯為SAP默認(rèn)編輯器 ??????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.
?
?取消Smartforms前的勾選,然后點(diǎn)擊上方的Activate按鈕
Method 1:
T-code: I18N
?I18N->I18N Customizing ->MS Word as Editor ->double click
去掉SAP script 和Smart form前的對(duì)勾 ->Activate
Comments: 這種方法基本已經(jīng)禁掉了,不知道SAP為什么喜歡用WORD來取代自己的編輯器,況且所見所務(wù)效果并不好,還不能拖動(dòng).
?
Method 2:
Use report .
T-code: se38
?New report->code below.
report ztest_mod_editor01.
*更改SMARTFORMS編輯為SAP默認(rèn)編輯器 ??????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.
總結(jié)
以上是生活随笔為你收集整理的ABAP-在SMARTFORMS中取消使用WORD作为编辑器的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: smartforms输出格式设置说明
- 下一篇: SAP中添加自定义菜单