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

User Id level authorization for the monitor report change attributes

SAPSupport
Employee
Employee
0 Kudos
456

How to control user id level authorization for the Monitor report option change attributes


------------------------------------------------------------------------------------------------------------------------------------------------
Learn more about the SAP Support user and program here.

Accepted Solutions (1)

Accepted Solutions (1)

SAPSupport
Employee
Employee
0 Kudos

You can control the authorization for change attributes, There is a authorization methods for monitor,

AUTHORITY-CHECK OBJECT '/SCWM/MO'
      ID '/SCWM/LGNU' FIELD iv_lgnum
      ID '/SCWM/MONI' FIELD iv_monitor
      ID '/SCWM/OBCL' FIELD ls_method_def-obcls
      ID '/SCWM/METH' FIELD ls_method_def-method.

The check is in the code:  /SCWM/CL_WME_MONITOR_DB -> GET_METHODS

If the user has no rights then the method won't be displayed.

Answers (0)