cancel
Showing results for 
Search instead for 
Did you mean: 

Re: "Enter" and "Save" button in SAP GUI for HTML

Former Member
0 Kudos

Hi,

We are (not successfuly) trying to run a standard transaction (HR - PA30) from a customer webdynpro application. We tried all the combinations of webgui_simple_toolbar, but none of them displayed the save icon or button.

E.g. note 2091249 states settings of the value 2048, which should disable the command field (transaction number). This does not work too.

The save icon is not displayed even if the parameter webgui_simple_toolbar is set to zero (0). I believe, that once the webgui is used as it is and if it's value is overriden in the link, it is ignored what is placed in webgui itself. I'm not sure, whether this is true.

Branch as posted to an OLD thread

Message was edited by: Oisin ONidh, ITS SCN Moderator

Accepted Solutions (0)

Answers (2)

Answers (2)

cris_hansen
Advisor
Advisor
0 Kudos

Hello Jozef,

If you have a Web Dynpro ABAP application that mimics PA30, then WEBGUI related parameters will not work.

Have you tested the scenario via WEBGUI service (SICF path: /default_host/sap/bc/gui/sap/its/webgui)? What happens then?

Regards,

Cris

Former Member
0 Kudos

Hi, sorry for confusion, please see my previous answer.

Thank you

former_member194364
Active Contributor
0 Kudos

Hello Jozef,

webgui is NOT webdynpro so this may explain why the parameter webgui_simple_toolbar is not having any effect.


Can you check if you are calling PA30 via the webgui service or are you calling it as a webdynpro.

If you post the URL that you are using (minus the Host and Port details) then it should provide the information to identify.


Regards,


Oisín

Former Member
0 Kudos

Sorry for confusion. Our WD4A application has an action link, that runs the transaction in a new window using the WebGui (as a link to /sap/bc....webgui).

An example of the link generated is:

https://domain:port/sap/bc/gui/sap/its/webgui?~webgui_icon_toolbar=1&~webgui_simple_toolbar=2048&~si... RP50G-PERNR=00000001;RP50G-CHOIC=8;RP50G-SUBTY=0;DYNP_OKCODE=LIS1

This opens PA30 in HR, fills the personel number and opens infotype 8 with the list of records. This works fine.

Here, webgui_simple_toolbar has the value of 2048, however we tried all possible combinations. E.g. This way - the command field (for the transaction number) is shown, even though it should be hidden. Shall there be any action in the GUI the user makes, the field hides then (so later on, it acts as expected).

cris_hansen
Advisor
Advisor
0 Kudos

Hi Jozef,

Have you tried to put ~webgui_simple_toolbar in the GUI Configuration (SICF)?

Let us know the kernel version and patch level used in the system (as the system might require some new patch to have this working).

Regards,

Cris

Former Member
0 Kudos

Hi,

thanks for your feedback.

Yes, we tried also the same configuration in webgui node directly (with different values as in the generated link).

When SAP GUI for HTML is run, the splash screen shows this:

SAP NetWeaver 700 Integrated ITS, WebAS: (Kernel 721_EXT_REL Patch 500)

Is this information enough?
former_member194364
Active Contributor
0 Kudos

Hi Jozef,

what is the result if you only call the following URL

https://domain:port/sap/bc/gui/sap/its/webgui?~webgui_simple_toolbar=2048

Regards,

Oisin

former_member194364
Active Contributor
0 Kudos

Hi Jozef, FYI I got the same result when testing on 721 Kernel Patch 626 and SAPKB73118 using the URL https://domain:port/sap/bc/gui/sap/its/webgui?~webgui_simple_toolbar=2048 the Command Field Displayed with 742 Kernel Patch 329 the Command Field did not Display when calling https://domain:port/sap/bc/gui/sap/its/webgui?~webgui_simple_toolbar=2048 Regards, Oisin