cancel
Showing results for 
Search instead for 
Did you mean: 

Incident Log Status change control through authorization check

Former Member
0 Kudos

Hi all,

We have a requirement to control who is allowed to change incident logs to a particular status. For example, User 1 & User 2 both will have change access for all statuses, but only User 1 will have authorization to change to "In Process" and only User 2 will have authorization to change to "Conference". Is there any Auth. Obj. for this, thanks.

Praveen P

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Praveen,

you can use authorization object C_EHSB_STA to restricted the user status changing.

regards,

ravikumar

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Praveen,

In EHSM 3.0 - Incident Management, you have the following authorization object :

  • EHHSS_INC1

It contains the field INC_STATUS (Incident Record Status) with the following values :

  • 00 Void,
  • 01 New,
  • 02 In Progress,
  • 03 Closed,
  • 04 Re-opened.

In EHS-IHS, check authorization object C_EHSB_STA (field EHS_OBJTYP).

Regards,

Philippe