Smartforms 中更改默认编辑器的两种方法

本文介绍了通过两种方法更改SAP Smartforms中的默认编辑器。第一种方法是使用T-code I18N进行配置;第二种方法是通过创建并运行一个包含特定代码的报告来实现。这些方法可以帮助用户将默认编辑器更改为MS Word或SAP默认编辑器。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Smartforms 中更改默认编辑器的两种方法(Tow Methods of smartform's default editor modification)
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.
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值