cancel
Showing results for 
Search instead for 
Did you mean: 

LPD_CUST settings for Engineering Record

former_member393433
Participant
0 Kudos

Hello Guru's

I would like to know how I can disable the "Delete Engineering Record" option in the Additional Functions present in the change engineering record screen. Is there a LPD_CUST settings that I can control or is it tied to any authorization object.

The requirement is to stop End Users deleting the Engineering Record.

Attached is the screen shot.

Kindly advice.

Thanks & Regards

Jo Pz

Accepted Solutions (0)

Answers (2)

Answers (2)

abhishek_gupta2
Participant
0 Kudos

Hello Jo ,

Please check the method ADD_GOS_ADDITIONAL_FUNCTIONS of the class /PLMU/CL_ECR_APPL_ASSIST. In this method , you will find the logic written for the enabling/disabling of the button "delete engineering record".

You have to write a post exit or overwrite exit for this method to disable the button "delete engineering record ".

Regards ,

Abhishek Gupta

former_member214775
Contributor
0 Kudos

Hi Jo,

changing the menu items in Additional Functions is only possible with some development. LPD_CUST is only for Context Menu, You Can Also and Related Links menu points.

To disable the delete functionality as it is based on SAP Case and Records Management you can use authorization object S_SCMG_CAS with field SCMG_ACT and remove from there the DELE value.

Best regards

Tamas