Skip to Content
Author's profile photo Frank Buchholz

How to preselect a Work Center in the SAP Solution Manager

You can start the SAP Solution Manager Work Centers in your browser using the transaction SM_WORKCENTER. (Transaction SOLMAN_WORKCENTER starts the same function within the SAPGUI.) It’s a nice idea to add this transaction to your Easy Access Menu favorites in the SAPGUI. However, if you have access to several work centers, it’s useful to add several links in various folders to access specific work centers directly.

Instead of adding the transaction you can add the Web Dynpro Application AGS_WORKCENTER to the Easy Access Menu.

This application offers parameters to define the entry point.

AGS_WORKCENTER.png

If you omit these parameters you will see all work centers and the first one is active.

Setting the parameter WORKCENTER defines which work center will be displayed. All others are hidden.

Setting the parameter PRESELECTED_WORKCENTER defines which work center will be active. All others are visible as well.

Unfortunately, there is no value help for the work center available.

You can inspect the role menu of the workcenter roles SAP_SMWORK_* You find the code of a workcenter if you show the details of the first link within the role menu. This link point to the application AGS_WORKCENTER and shows the corresponding code.

Here is the list of work centers you can choose:

Work Center Work Center Text Order Roles
AGS_CONTROL_CENTER My Home 1 SAP_SMWORK_MYHOME
AGS_WORK_BP_ITERF_MON Business Process Operations 2 SAP_SMWORK_BPM
BPO_COMP Business Process Operation (new) SAP_SMWORK_BPO
AGS_CUSTOM_CODE Custom Code Lifecycle Management 3 SAP_SMWORK_CCLM
AGS_WORK_CHANGE_MAN Change Management 4

SAP_SMWORK_CHANGE_MAN

SAP_SMWORK_CHANGE_MAN_SPC

WD_SISE_MAIN SAP Solution Manager: Configuration 5

SAP_SMWORK_CONFIG

SAP_SMWORK_DIAG

SAP_SMWORK_SM_ADMIN

SAP_SMWORK_SYS_ADMIN

SAP_SMWORK_TECH_MON

SAP_SMWORK_TECH_MON_PE

DIAGNAV_MAIN_COMP Root Cause Analysis 6

SAP_SMWORK_DIAG

SAP_SMWORK_DIAG_PE

AGS_WORK_DVM_NAV Data Volume Management 7

SAP_SMWORK_DVM

SAP_SMWORK_TECH_MON

AGS_WORK_IMPLEMENTATION Implementation / Upgrade 8 SAP_SMWORK_IMPL
AGS_WORK_INCIDENT_MAN Incident Management 9

SAP_SMWORK_INCIDENT_MAN

SAP_SMWORK_INCIDENT_MAN_SPC

AGS_WORK_ITEST Test Management 10 SAP_SMWORK_ITEST
AGS_WORK_JOB_SCH_MAN Job Management 11 SAP_SMWORK_JOB_MAN
AGS_RBE Solution Documentation Assistant 12 SAP_SMWORK_SDA
AGS_WORK_SERVICES SAP Engagement and Service Delivery 13 SAP_SMWORK_SERVICE_DEV
AGS_WORK_SM_ADMIN Solution Manager Administration 14

SAP_SMWORK_CONFIG

SAP_SMWORK_DIAG

SAP_SMWORK_DIAG_PE

SAP_SMWORK_SM_ADMIN

SAP_SMWORK_SYS_ADMIN

SAP_SMWORK_TECH_MON

SAP_SMWORK_TECH_MON_PE

TECHADMIN_COMP Technical Administration 15

SAP_SMWORK_SM_ADMIN

SAP_SMWORK_SYS_ADMIN

WDC_WBA_SYSTEM_MONITORING System Monitoring 16

SAP_SMWORK_SYS_MON

SAP_SMWORK_SYS_MON_SPC

TECHMON_COMP Technical Monitoring 17

SAP_SMWORK_SM_ADMIN

SAP_SMWORK_TECH_MON

SAP_SMWORK_TECH_MON_PE

You can construct the resulting URL manually as well. Here’s an example:

https://server:port/sap/bc/webdynpro/sap/ags_workcenter?PRESELECTED_WORKCENTER=DIAGNAV_MAIN_COMP&sap-language=EN

Assigned Tags

      4 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Former Member
      Former Member

      Hello Frank,

      the parameter description helps a lot - thx.

      There is one missing for Solman 7. 1 Business Process Operation (new). Would appreciate if it could get added to the list, too.

      Author's profile photo Frank Buchholz
      Frank Buchholz
      Blog Post Author

      Thank you for the notification: The new item is BPO_COMP.

      Author's profile photo Former Member
      Former Member

      @Frank: Huge help with daily work - thanks a lot!!

      Author's profile photo Tim Kudla
      Tim Kudla

      Hello Mr. Buchholz,

      even though your post is already a few years old, I would be interested to know if you are aware of a similar functionality for Solution Manager 7.2 and the associated Fiori Launchpad?