cancel
Showing results for 
Search instead for 
Did you mean: 

ITS Login page like in external ITS

former_member188973
Participant
0 Kudos

Dear all,

can anybody give me a hint how to configure the internal ITS (Kernel 7.0) to show a login page simular to the external its. No Popups or VIA POPUP or anything else. Just a HTML page with user, password an language field and a login button.

Many thanks for you help.

Regards

Roman Becker

Accepted Solutions (0)

Answers (3)

Answers (3)

athavanraja
Active Contributor
0 Kudos

just go to transaction SICF and expand the tree upto your ITS service. it will be under default_host/sap/bc/gui/sap/its/<your service>

double click on the service and in the resulting pop up choose "Error pages" tab and choose the radiobutton "System Logon". you can also set some additional parameters for the log on page - (for example check the ITS service WEBGUI for details).

after setting the radiobutton, if you run your its service now, you will see a log on page instead of the popup.

Regards

Raja

former_member188973
Participant
0 Kudos

The ICF is running find. I just want to know how to get ride of these Login/Logon Popups while using basic autentification. I want this login page from external ITS back.

Regards

Roman

Former Member
0 Kudos

Hi,

What are the messages in these Pop ups?

BR,

Disha.

Pls reward points for helpful answers.

former_member188973
Participant
0 Kudos

Enter User and Password!

BR

Roman

Former Member
0 Kudos

Hi,

1. Make sure Internet Communication Manager (ICM) is up and running. By default when you start the SAP system your ICM is also started. You can check the same from transaction SMICM.

2. Make sure Fully Qualified Domain Name (FQDN) is set up in the server .

3. Like in standalone ITS system where you will publish your ITS services from R/3 to the ITS server, in the Integrated ITS server scenario, we need to publish the service to a site called INTERNAL.

• First set "INTERNAL" as the publishing site. To do this Go to SE80->utilities->settings->Internet Transaction Server->Publish. choose the On Selected Site radio button and in the field Plnt choose "INTERNAL" from the drop down and hit enter.

• Now we are ready to publish the standard service. We need to publish "SYSTEM" and "SHUFFLER" before we can use integrated ITS. In transaction SE80 from the drop down box you see on the left side pane, choose Internet Service. Enter SYSTEM in the input field and click display. You will see the ITS service SYSTEM and its components in a tree structure. Right click on "SYSTEM" in the tree and click Publish->Complete Service to publish the service. Once the publishing is completed the system will issue a message "Object published successfully; site INTERNAL" . Follow the same procedure to publish internet service "SHUFFLER" also.

4. Unlike in the standalone ITS, in Integrated ITS we also need to create & activate another service in transaction SICF. First let us look at the standard WEBGUI application. In transaction SICF, Right click on default_host and click activate to activate the entire tree. (click on the yes button with tree icon).

5. To run any ITS service say WEBGUI, go to transaction SICF (testing can be done from SE80 also) and Expand the tree to the following path default_host->sap->bc->gui->sap->its->webgui. Right click on BBPSTART and click Test Service.

In addition to this, also Maintain entries in table TWPURLSVR. Publish all the services.

HTH.

BR,

Disha.

Pls reward points for helpful answers.