cancel
Showing results for 
Search instead for 
Did you mean: 

Where is the Authority Check for Issue Management in DSWP version?

Former Member
0 Kudos

Hi Everyon,

For Issue Management in DSWP version, there are Authority Check while create, display or change a issue.

I know Authority Check is in DSWP_CI package, but I don't konw which class Authority Check is.

I am assigned a task to add Authority Check for Issue Management in Work-Center version.

So who can tell me where Authority Check is in DSWP version.

Thank you very much!

Best Regards,

Derek

Accepted Solutions (0)

Answers (1)

Answers (1)

JaredS
Advisor
Advisor
0 Kudos

Hi Derek,

Please review the following roles:

SAP_ISSUE_MANAGEMENT_ALL - Full Authorizaton

SAP_ISSUE_MANAGEMENT_EXE - Operation Authorization

SAP_ISSUE_MANAGEMENT_DIS - Display Authorization.

You can copy the SAP_ISSUE_MANAGEMENT_EXE role and then modify the DSWP_ACTIO object to remove the relevant authorization.

There you will have the ability to 'create' , change or generate etc.

Regards,

Jared

Former Member
0 Kudos

Thank you,

your answer is very helpful when I debug my program.