安装GUI 760 smartforms切换经典模式无法编辑,需要到SAP官方网站下载对应的补丁包。
如果是GUI 740以下版本
方法一:
执行程序RSCPSETEDITOR,如下图:
第一步:取消 SAPscript 和智能表的复选框的勾选后点击激活。
第二步:弹出确认框,点击 “是”。
第三步:左下角出现如下标记即可使用SMARTFORMS来编辑文本了。
方法二:
第一步:改源码:
TCODE:SE24
输入:CL_COS_UTILITIES,然后点显示,然后把光标放到IS_S4H上面,点“源代码”,如下图:
点击 “显示 <-> 更改” 按钮,并添加下面语句:
if sy-tcode = 'SMARTFORMS'.
rv_is_s4h = ''.
return.
endif.
如图:
然后激活。
方法三:
因为在Windows版本SAP GUI 740及更高版本将不包含 SAPscript Legacy Text Editor.的控件,系统默认用office word。
解决方式:
参考note 2221815
https://launchpad.support.sap.com/#/notes/2221815
第一步:下载SCR LEGACY TEXT EDITOR GUI7.60,需要安装download manager
方式如下:
For GUI 7.60:
-> Support Packages and Patches
-> Click on tile 'Software Downloads' which starts the Lauchpad
-> In the header select 'SUPPORT PACKAGES & PATCHES'
-> Select 'By Category'
-> SAP Frontend Components
-> SAPSCRIPT LEGACY TEXT EDITOR
-> SCR LEGACY TEXT EDITOR GUI7.60
第二步: 安装控件
The downloaded installer can be installed locally or can be included to SAP GUI Installation Server for installation and centralized distributed.
The extending of the existing SAP GUI Installation Server Configuration can be done by following steps:
- Download 'SAPSCRIPT LEGACY TEXT EDITOR' from SAP Software Download Center
- Extract the installer’s content in one folder, by calling the installer file from command line with the option /extract=”<FOLDER_NAME>”
e.g. SCRLTESP76000_0-80004481.EXE /extract=”SAPscriptEditor”
(This example will create a folder named ”SAPscriptEditor” and extract the installer’s content into it.)
- Start NWSAPSetupAdmin.exe from the SETUP directory of the installation server
- Push the Import Products in toolbar
- Follow the wizard and supply the path to the source containing the extracted product to be added to the installation server.
e.g. SAPscriptEditor/Setup