ABAP 编辑器中禁用按钮保存以自动完成

Button Save disabled in ABAP Editor for Auto Completion

最近安装了SAPGUI,想开启自动补全选项"Suggest Non-Keywords from the Text"。

但是保存这个设置的按钮被禁用了。

如何保存设置?

很可能是权限问题导致 SAPGUI 无法执行更新。

C:\Users\\AppData\Roaming\SAP\SAP GUI\ABAP EDITOR\Settings.xml

检查 SAPGUI 是如何启动的。尝试使用管理员权限启动。 您的组织是否限制漫游配置文件?

也许那里的管理员知道你为什么不能更新
...AppData\Roaming\SAP\SAP GUI\ABAP EDITOR\Settings.xml

<Code_Completion>
    <AutoCompletion>1</AutoCompletion>
    <AutoOpen>0</AutoOpen>
    <TimeOpen>1500</TimeOpen>
    <UseExternalDict>0</UseExternalDict>
    <UseLocalDict>1</UseLocalDict>
    <QuickInfo>1</QuickInfo>
    <CodeHints>1</CodeHints>
    <KKCharsNum>2</KKCharsNum>
    <AutoHideToolTip>1</AutoHideToolTip>
    <AutoHideDelay>3000</AutoHideDelay>
    <UseSimpleAutocomp>1</UseSimpleAutocomp>         <<<<<< set this to 1
    <CurrentScope>1</CurrentScope>
    <Transparency>100</Transparency>
    <HoveringDelay>500</HoveringDelay>
    <HoveringInfo>1</HoveringInfo>
    <CodeHintAgreeByReturn>0</CodeHintAgreeByReturn>
</Code_Completion>

对于遇到此问题的任何人,我只需卸载并安装 SAPGUI,即可解决。