Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
Frank_Buchholz
Advisor
Advisor

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.

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 CenterWork Center TextOrderRoles
AGS_CONTROL_CENTERMy Home1SAP_SMWORK_MYHOME
AGS_WORK_BP_ITERF_MONBusiness Process Operations2SAP_SMWORK_BPM
BPO_COMPBusiness Process Operation (new)SAP_SMWORK_BPO
AGS_CUSTOM_CODECustom Code Lifecycle Management3SAP_SMWORK_CCLM
AGS_WORK_CHANGE_MANChange Management4

SAP_SMWORK_CHANGE_MAN

SAP_SMWORK_CHANGE_MAN_SPC

WD_SISE_MAINSAP Solution Manager: Configuration5

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_COMPRoot Cause Analysis6

SAP_SMWORK_DIAG

SAP_SMWORK_DIAG_PE

AGS_WORK_DVM_NAVData Volume Management7

SAP_SMWORK_DVM

SAP_SMWORK_TECH_MON

AGS_WORK_IMPLEMENTATIONImplementation / Upgrade8SAP_SMWORK_IMPL
AGS_WORK_INCIDENT_MANIncident Management9

SAP_SMWORK_INCIDENT_MAN

SAP_SMWORK_INCIDENT_MAN_SPC

AGS_WORK_ITESTTest Management10SAP_SMWORK_ITEST
AGS_WORK_JOB_SCH_MANJob Management11SAP_SMWORK_JOB_MAN
AGS_RBESolution Documentation Assistant12SAP_SMWORK_SDA
AGS_WORK_SERVICESSAP Engagement and Service Delivery13SAP_SMWORK_SERVICE_DEV
AGS_WORK_SM_ADMINSolution Manager Administration14

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_COMPTechnical Administration15

SAP_SMWORK_SM_ADMIN

SAP_SMWORK_SYS_ADMIN

WDC_WBA_SYSTEM_MONITORINGSystem Monitoring16

SAP_SMWORK_SYS_MON

SAP_SMWORK_SYS_MON_SPC

TECHMON_COMPTechnical Monitoring17

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

4 Comments