cancel
Showing results for 
Search instead for 
Did you mean: 

Disable Edit notification button on T.code QM12

former_member597690
Participant
0 Kudos
338

Dear Guru's,

I want to disable or hide the edit notification option in QM12 t.code. so that some users can only complete the task but can not change other things in notification.

PS- We don't want to manage this by authorization control QM02 because we have various type of Quality notifications and user can go to that notification change the data.

Thanks

Regards

Arpit

Accepted Solutions (0)

Answers (2)

Answers (2)

AlbertMolnar
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Arpit,

thank you for the details provided.

I have run a quick debug and found 2 exits, which has "fantasy" in them for current situation. None of them hides/deactivates the edit button though.

  • Enhancement: QQMA0024
    Function module: EXIT_SAPLIQS0_016
    Short Text: Function Module for Deactivating Notification Function Codes
    --> user will be able to access notification in edit mode, but functions can be restricted
  • Enhancement: QQMA0002
    Function module: EXIT_SAPLQAUT_001
    Short Text: Customer Exit: Authorization Check for Notification Transactions
    --> you have mentioned that you do not want to use standard authorization control, but to have a complete picture I put this option here as well, as the system calls up the user exit after the authorization object Q_QMEL has been subjected to the standard SAP check (custom logic might be used)

Have a nice day,
Albert

***

Read and follow the 'SAP Community Rules of Engagement' at https://www.sap.com/community/about/rules-of-engagement.html

Caetano
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello

I have never tested in QM12, but transaction variants can usually be used to hide specific fields or buttons. See details about transaction variants below:

https://wiki.scn.sap.com/wiki/display/Snippets/Transaction+Variant+-+A+Step+by+Step+Guide+for+Creati...

https://wiki.scn.sap.com/wiki/display/ERPFI/Transaction+variants+and+Screen+variants

Regards,
Caetano