cancel
Showing results for 
Search instead for 
Did you mean: 

Disable BACK and FORWARD button,

Former Member
0 Kudos

Hello someone knows how I can disable Back and Forward button. With code??

I want to make it to show message error and disable Back button,

Thanks in advance.

Best Regards.

Accepted Solutions (1)

Accepted Solutions (1)

robert_kunstelj
Active Contributor
0 Kudos

For disabling back button you can go to spro->CRM->UI Framework->Technical Role Definition->Define Technical Profile

Choose you profile. Then there is the "Disable browser back support" checkbox. This should help you with back button.

Former Member
0 Kudos

Hello and thanks for your help I have put my ZROLE and activate the flag but BACK and FORWARD button appear enabled. Is necesary apply any note??

Thank in advance

robert_kunstelj
Active Contributor
0 Kudos

Hi. This option has no influence on forward button, but should work with back button. But not in the way that it would disable it but that the logic of IE back button and SAP WE UI back button would work the same. Otherwise IE back button means to previos view, but SAP to previous action. But I didn't test it.

About disabling IE buttons I don't believe it's possible, because these are standard Microsoft IE buttons. But maybe I'm wrong.

santosh_v
Active Participant
0 Kudos

Hi,

If you want to disable both the "Back" and "Forward" buttons, one approach would be to comment out the code -

RAISE EVENT history_trigger.

wherever you want it disabled.

Thanks and Regards,

Santo.

Answers (0)