cancel
Showing results for 
Search instead for 
Did you mean: 

Transaction /SAPSLL/PR_CLWB_CUS - Display Classification Worklist

dean_hinson2
Active Contributor
0 Kudos

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.

Accepted Solutions (1)

Accepted Solutions (1)

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.

Answers (1)

Answers (1)

rahul_mirashi2
Participant
0 Kudos

I think you might have given wrong TCode or the description is wrong. The transaction /SAPSLL/PR_CLWB_CUS is used as worklist to classify products and doesn't have display activity. If your user wants to display Classification, he can use other options such as /SAPSLL/PR_CAT_DISPL or /SAPSLL/PRODUCT_03 etc.

dean_hinson2
Active Contributor
0 Kudos

Hello Rahul,

I will check this transaction out. See how long it takes to run and what it produces.

Regards, Dean.

Hello Rahul,

Takes a while and produces more data than the customer wants. So, it looks like a custom report.

Regards, Dean.