cancel
Showing results for 
Search instead for 
Did you mean: 

restrict user to view uploaded document in solar02

former_member409456
Participant
0 Kudos

Dear All,

I have uploaded some document in Solution Manager vi solar02 transaction.

I want that only with my sapid documnet should view. With another login id document should not view.

Is it possible? please help.

Accepted Solutions (0)

Answers (3)

Answers (3)

khalil_serrhini
Contributor
0 Kudos

Hello Tatrun,

could you please confirm that your problem is fixed ?

Regards

Khalil

khalil_serrhini
Contributor
0 Kudos

Hey Tarun,

here is a simple solution for you but, that requires some lines of ABAP but its still very easy and it works (tested on my Solman).

Create an enhancement for function module SOLAR_BUSINESS_CONTENT_FCODE at the beginning (1st line)

Insert following lines

if fcode = 'SA_DOCDISPLAY' and sy-uname ne 'I060172'. " Here put YOUR User ID

message 'You re not authorized to display this document' type 'E'.

endif.

Keep us updated !!

Hope this helps,

Regards

Khalil

raguraman_c
Active Contributor
0 Kudos

Hi,

Try object S_IWB with field IWB_FLDGRP (project name). and try to restrict S_GUI denying activity 02 and 61.

Hope this helps

Feel free to revert back.

-=-Ragu