cancel
Showing results for 
Search instead for 
Did you mean: 

button on WebGUI title area

Former Member
0 Kudos

Hi Experts,

I'm configuring WebGUI title area. I'd like to display "back" and "cancel" but to hide "exit".

Is this possible?

I referred to Note 1010519 and set ~webgui_simple_toolbar for some combinations but it failed.

I don't want users to use exit in WebGUI because this WebGUI is displayed in Portal. If user trys to exit session, Portal session remains.

any advice or recommendation is appreciated.

Thanks,

Megumi

Accepted Solutions (1)

Accepted Solutions (1)

former_member194364
Active Contributor
0 Kudos

Hello Megumi,

Are you calling the WEBGUI as a "transaction iView" ?

Portal DSM should be able to handle the session management if the WEBGUI service is being used via the Portal.

Regards,

Oisin

Former Member
0 Kudos

Oisin,

Yes, WebGUI is called via transaction iView.

As you know, if user logoff using "log off" link on Portal, ERP session is closed.

But the user exit session using "exit" button on WebGUI, ERP returns "log off screen" within the iVew however user session in Portal remains, that means the user can log on again without entering ID and password.

That's why I don't want users to use "Exit" button on WebGUI.

Regards,

Megumi

former_member194364
Active Contributor
0 Kudos

Hi Megumi,

You should be able to set the "Exit" button to not to display as per note 1010519.

What values have you tried setting: ~webgui_simple_toolbar

The value is a combination of different binary flags.

Flag 4 is for the

o   4  : Displaying the buttons [Exit] and [Help]

What is your SAP_BASIS and Kernel version that you are on?

Do you meet the requirements of the notes:

1010519 SAP GUI for HTML: Simplified title area w/o menu and OK Code

and

1604702 correction of webgui_simple_toolbar

Regards,

Oisin

Former Member
0 Kudos

Hi Oisin,

I set the value 40 (8  : Displaying the active system buttons on the screen (for example, [Back] and [Cancel])* + 32  : Displaying the application buttons).

Then, displaying "exit" button seems error as note 1604702, but the kernel is 720 SP401, SAP_BASIS is SAPKB73105. The issue should be resolved, shouldn't it?

Regards,

Megumi

former_member194364
Active Contributor
0 Kudos

Hi Megumi,

What are the rest of the 'GUI Configuration' parameters that you have set here?

These settings are all set in the WEBGUI service in SICF? Correct?

Following note might be of interest

1811862  Alternate path property for ITS Transaction iViews

Regards,

Oisin

Former Member
0 Kudos

Hi Oisin

The other parameters in GUI configurations are;

~WEBGUI     1

~THEME     sap_tradeshow_plus

~XSRFCHECK     1

~WEBGUI_SIMPLE_TOOLBAR     40

~WEBGUI_ICON_TOOLBAR     1

Are there any problems here?

Regards,

Megumi

former_member194364
Active Contributor
0 Kudos

Hi Megumi,

I tested myself on latest kernel (kernel 720 SP435) and passed the parameters

"

&~transaction=se38&~WEBGUI_SIMPLE_TOOLBAR=40&~WEBGUI_ICON_TOOLBAR=1

"

within the URL.

The button's 'BACK', 'EXIT' and 'CANCEL' are displayed. See below. This would seem to be the standard behaviour.

I read note

1010519 SAP GUI for HTML: Simplified title area w/o menu and OK Code

again. Which explains why the EXIT is included.

"

o   8  : Displaying the active system buttons on the screen (for

   example, [Back] and [Cancel])*

.

..

...

(*) Comment: With the introduction of the parameter ~webgui_icon_toolbar

(see the related notes), the [Exit] button was added. This is a reaction

to user requests and ensures the compatibility with old IACs. This also

enables you to exit a transaction normally if the [Back] button is not

displayed due to the call hierarchy or the application.

"

The EXIT button also displays without the parameter: ~webgui_icon_toolbar

Regards,

Oisín

cris_hansen
Advisor
Advisor
0 Kudos

Dear Megumi,

You wrote:

"...

But the user exit session using "exit" button on WebGUI, ERP returns "log off screen" within the iVew however user session in Portal remains, that means the user can log on again without entering ID and password.

..."

If you want to avoid the "log off screen", you can use the redirect mechanism (see inside SICF) to call a different page.

If your concern is related to the actual session, then you may take a look at  1777513.

I hope this helps,

Cris

Message was edited by: Oisin ONidh

Answers (0)