cancel
Showing results for 
Search instead for 
Did you mean: 

Authorisation object for Case Management

Former Member
0 Kudos

Hi Gurus.

I need to create authorisation object for Case Management,

SCMG_T_CASE_ATTR-CATEGORY Field,SCMG_CATEGORY element,

I use the tx SU21 and Su20, asigned this object to Role. But no WORK.

In the Su20:

Field Name: ZCATEGORY

Data elelment: SCMG_CATEGORY.

Table Name: SCMGATTR_CATEGO.

In the SU21:

Object: ZCASE

Class: AAAB

Field Name:

ACTVT

ZCATEGORY

When I use tx SCASE, The condition not work.

I use the field name ZCATEGORY because the field name CATEGORY was used by SAP. But for USC_Y_CONT_CATEGORY element

Edited by: Alfredo on Aug 1, 2008 5:39 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Have you put the relevant AUTHORITY-CHECK statement and logic in the ABAP code for the program you are trying to control?

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Alfredo,

Go to SU24 tcode and see if the transaction SCASE is being check/maintaned to the authorization object ZCASE.

If not then you need to do that so that when you add the tcode SCASE to a role then you will see the authorzation object ZCASE which you have created. You can edit the role and change the authorizations for the field, ZCATEGORY and maintain.

Generate the role and then assign it to the user. I think it must work.

If it doesnot work then as Alex said, you need to go and look where the Authority check statement is placed in the program behind the SCASE tcode.

Hope this helps.

Regards,

Kiran Kandepalli.