Some AE functions are not directly available in the SAP Solution Manager but by using a specific configuration, you can open the UserInterfaceVeralteter Begriff. Ersetzt durch: Automic Web Interface directly from the Solution Manager at the required position. By doing so, you can quickly access these functions.
The following functions are not directly available in the SAP Solution Manager:
To set up the UserInterface integration, follow the steps below. For a general description of the configuration process, see SAP Solution Manager Integration.
Procedure
![]() |
1. | Setting up the UI Web application |
---|
Do not delete the WAR file because if you do so, Tomcat will also remove the folder UC4WEBSTART.
![]() |
2. | Adjusting the configuration file |
---|
This step determines the AE system to which the UserInterface should connect.
Note that you can configure only one connection for the UserInterface.
An example of the relevant part of the file web.xml that must be adjusted:
<init-param>
<param-name>Server name</param-name>
<param-value>SAPHOST01</param-value>
</init-param>
<init-param>
<param-name>SystemName</param-name>
<param-value>UC4</param-value>
</init-param>
<init-param>
<param-name>Portnr</param-name>
<param-value>2217</param-value>
</init-param>
For example:
[SMSE]
webStartURL=http://saphost01:8080/uc4webstart
![]() |
4. | Calling the UserInterface |
---|
The URL that you have specified in the agent's INI file opens when you call one of the described functions in the Solution Manager.
The Web browser displays a page that includes the link "Start AE UserInterface". Click it to open the UserInterface's login dialog. Log on to run the selected function in the UserInterface.
For example: When you create a new job in the SAP Solution Manager, the UserInterface and the dialog open that request you to enter a name for the new Job object.