cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Webgui using SAPgui for HTML

Former Member
0 Likes
2,157

Hi,

We are having the transactional iviews from portal to ECC system and it connects with the SSO without asking the username and password, but when I use the Webgui link directly from the brower it is asking for the user name and the password.

What could be the problem?

Thanks

John

View Entire Topic
former_member316351
Active Contributor
0 Likes

Hello John,

Maybe I'm not reading it correctly, but it sounds like you want to call the Webgui service directly without any sort of logon. That is possible if you set a generic user/password for the webgui service in SICF, but I don't think that is what you want.

Basically you will need to logon at least once, when using the Portal you logon to the Portal and that gives the user an SSO that is valid for the ITS (therefore the iViews work without logon prompt). It is not clear from your description where you want the logon prompt when calling the ITS directly?

Edgar

Former Member
0 Likes

Hi Edgar,

If I try from the Portal, to call ECC system transaction code it directly goes to the system T-code (B'cas we given the ticket type to "SAP Logon type" in Portal --> system configuration-> Systems).

But If I directly want to call the link in the brower like copy the below link and paste them in the brower http://saphost.com:80xx/sap/bc/gui/sap/its/webgui , it is asking for the username and the password.

DO I need to specify the client parameters, system and all other parameters in SICF?

Thanks

John

former_member316351
Active Contributor
0 Likes

Hello John,

It is still not clear what the issue is.

I understand that you get to the ITS iView directly without logon prompt when using the Portal. This is usually because the user has already logged on to the Portal and the ITS is getting the logon credentials from the Portal.

I understand that you would like to NOT be prompted for logon when calling the ITS directly.

What is not clear is where you are expecting the logon credentials to come from when calling the ITS directly.

Please note that the Portal logon credentials should be deleted when you change the URL of the browser, that is part of the session management features of the Portal.

Logon to the ITS requires four things:

1. username

2. password

3. client

4. language

Thanks,

Edgar

Former Member
0 Likes

Hi Edgar,

"I understand that you would like to NOT be prompted for logon when calling the ITS directly.

What is not clear is where you are expecting the logon credentials to come from when calling the ITS directly."

In SICF, I don't have any service parameter inserted like client no, Language, etc., SO when I right click -> Test Service (the WEBgui Link from SICF T-code), it opens in the IE brower and asking for the system crediantials like System no is grayed, Client no, User(Via Pop up) Pwd (Via Pop UP).

and it has

"SSO logon not possible; browser logon ticket cannot be accepted

Choose "Log On" to continue. A dialog box appears in which you can enter your user and password

No switch to HTTPS occurred, so it is not secure to send a password"

Whether I need to put the service parameters to work for the SSO when calling the Webgui?

Eventhough I don't have any parameters in the service parameters in WEBGUI (SICF T-code), when I call from Portal system, it is not prompting for the user name or the password. It will directly shows the ECC page.

Thanks

John