cancel
Showing results for 
Search instead for 
Did you mean: 

how to deny delete incident attached files

Former Member
0 Kudos

hello

I can't find object authorizations for deny delete attached files for incident.

it possible to deny?

maybe I can deny deletion files when incident have status - "in process"

tnx all

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Maxim,

there is no authorization for this.

We solved it by removing the delete button depending on a custom authorization object.

There are several points where you can delete attachments, we adjusted the following:

UI Component GC_CM

  • View DocList, method IF_BSP_WD_TOOLBAR_CALLBACK~GET_BUTTONS of the implementation class
  • View DocTree, method FILL_BUTTONS of the implementation class
  • View DocVersion, method GET_OCA_T_TABLE of the class of context node VERSION

Best Regards,

Christoph

Former Member
0 Kudos

Thx a lot

Answers (0)