cancel
Showing results for 
Search instead for 
Did you mean: 

How to disable force closure button in RR

siva_mohapatra
Explorer
0 Kudos

Hi All,

I want to disable force closure button at the time of Result recording in QE01 transaction. User should not do force closure of MIC. For that purpose that button should be disable. How to do this?

Thanks in advance.

BR

Siva Sankar

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member201849
Contributor
0 Kudos

Hi  Siva

You can achieve through Screen Variant/ Transaction variant SHD0.

And assign that Screen Variant to particular user.

By this way you can restrict.

Regards

Suresh.M

former_member198406
Contributor
0 Kudos

Hi Siva,

Instead of disabling which required ABAP development, you can use following options.

Option 1

Check out for Authorization object for force closure with the help of technical person and remove the authorization for object Q_CHAR_PRC and for value QESTATNEW, QESTATOLD. Define two groups the Group A will have QESTATNEW = 3 , QESTATOLD = 0,1 (this group can not close MIC) they can only record the result and valuate the char. The Group B will have QESTATNEW = 5 , QESTATOLD = 3 (this group can only close the MIC) they can only close the char once it is valuated.

Option 2

Refer the below document to achieve the requirement.

Regards,

Dipeshkumar Bhavsar

siva_mohapatra
Explorer
0 Kudos

Hi Deepesh,

I have tried the first solution provided by you but still its not working. Could you please suggest any solution for it?

Thanks in advance.

BR

Siva Sankar

busyaban7
Active Contributor
0 Kudos

Hi Siva,

May be you can also try creating Transaction variant for your result recording program, and omit the force closure icon. Then provide necessary authorizations to your user to use this new transaction variant. For that, you can either use SHD0 and give the transaction, or use OQFA and use module pool program SAPMQEEA (QE01) or SAPLQEEO (QE51N) and complete the steps.

For more clues, you can look into the below Wiki/threads/documents on how to achieve it -

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

http://scn.sap.com/docs/DOC-29078

http://scn.sap.com/docs/DOC-46121

Thanks to all original contributors for the above threads/documents!!

Alternatively, you can work with ABAP & Security team and they should be in a position to help you.

Thanks,

Arijit