cancel
Showing results for 
Search instead for 
Did you mean: 

Transaction /SAPSLL/PR_CLWB_CUS - Display Classification Worklist

dean_hinson2
Active Contributor
0 Kudos
586

Hello,

My customer would like this transaction for display only, no ability to change classification. I dug into the code, and didn't see an authorization check to allow only display.

Are my findings correct?

Regards, Dean.

View Entire Topic
former_member215181
Active Contributor
0 Kudos

Hi Dean,

You are correct. There is an Authorization check for the Legal Regulation, but it's a simple "all or nothing" gate - the user needs to have Create, Change and Display access to proceed, and (as you say) there's no "display-only" option.

It shouldn't be too difficult to code a new report transaction to display the current classifications, or alternatively perhaps periodically arrange to send the standard output to a spreadsheet for your colleague(s) to review.

Regards,
Dave

dean_hinson2
Active Contributor
0 Kudos

Hello David,

Thank you for the confirmation. We are trying to use as much standard as possible. So, I will look into the transaction that Rahul mentioned above.

As always, Thank you for your support.

Regards, Dean.