cancel
Showing results for 
Search instead for 
Did you mean: 

SAPGUI Hide/Disable CommandField

Former Member
0 Kudos

Hi Guys,

I have searched a lot and googled everywhere but unable to find any solution to hide/disable command field in GUI. I cannot implement WebGUI and no, ShowCmdLine does not do any good. I need to Hide the Command Field Bar due to security reasons.

These Keys doesnt work either:

[HKEY_CURRENT_USER\Software\SAP\SAPGUI Front\SAP Frontend Server\

Customize] "HideCmdLineInplaceAllSession"=dword:00000001

[HKEY_CURRENT_USER\Software\SAP\SAPGUI Front\SAP Frontend Server\

Customize] "HideCmdLineInplace"=dword:00000001

===

Kindly Help me out guys.

Regards,

Zaman.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dear Zaman

please look at the note

[NOTE|https://service.sap.com/sap/support/notes/538214]

Another settings are NOT possible

BR

Sven

Former Member
0 Kudos

Great,

Thanks Sven for your great help. This has resolved one issue.

NOW, I want to Disable the Create New Session Button. Also please brief me how can i disable other Standard buttons aswell. Kindly Help me here.

Thanks A lot.

Regards.

Former Member
0 Kudos

Hi Zaman,

sorry, NO WAY, that is not possible !

BR

Sven

Former Member
0 Kudos

Hi Sven,

There has to have a parameter/registry settings/any configuration which disables the Create Session option for a specific user.

Please help me out if possible,

Thanks A lot for Command Field.

-regards.

arthur_viool
Explorer
0 Kudos

De-activate the Create Session button:

You could do this with a simple GuiXT script for the start screen.

GuiXT code:

If V[_sessioncount>1]
  Enter "/I"  // Delete currrent session
Endif

Put this code in GuiXT scripts "saplsmtr_navigation.e0100.txt" and "saplsmtr_navigation.e0101.txt"

This way if a second session is opened by pressing the Create Session button it is immediately closed again by GuiXT.

Edited by: Arthur Viool on Jan 26, 2012 10:14 AM

Answers (0)