cancel
Showing results for 
Search instead for 
Did you mean: 

Re: Restrict deleted documents

Former Member
0 Kudos

Hi All,

I have a requirement where I do require to restrict user to view documents which have been deleted.

Is this possible through Basis Administration activity.If yes,please advise which Authorization object need to be used.

Regards,

Vivek

Accepted Solutions (1)

Accepted Solutions (1)

former_member188883
Active Contributor
0 Kudos

Hi,

You can use authorization object C_DRAW_TCS . This object can be used to provide status based authorization.

Fields are as follows

ACTVT : Create/change/display/delete

DOKAR: Document type

STATUS: Status of document flow

Additionally you can also try out authorization object C_DRAW_DOK. This object can be used to provide document based access

Fields are as follows:

ACTVT: Create/change/display/delete/archive

DOKAR: Document type

Hope this is useful.

Regards,

Deepak Kori

Answers (0)