Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to disable the SAP Menu where u can cancel a transaction?

Former Member
0 Kudos

Hi Folks,

is there a way to disable the menu to the top left of every SAP Screen where you can cancel the transaction or create a new screen, minimize, maximize the screen etc.

because in my program the user shouldn't be able to cancel the transaction, so i have to disable this menu. i looked it up in GUI Status, but i didnt found a possibility to disable this menu there.

Thanks for all the answers in advance!

7 REPLIES 7

jayanthi_jayaraman
Active Contributor
0 Kudos

Hi,

Create a gui status for the report. And then don't mention the cancel in Application toolbar.

0 Kudos

hmm. now the cross to the top right and the cancel button arent workin anymore... but i can still cancel the transaction with the menu to the top left.

how can i disable it?

0 Kudos

Hi,

In your gui status, in function keys, remove the cancel.

0 Kudos

yes i did. but i think you dont understand exactly what i mean.

when u open the sap menu to the top left u can minimize, maximize the screen, open a new screen AND you can cancel the transaction. and this still works even if i didnt made a cancel button.

or is there a way i can catch this up in my code?

0 Kudos

i think the menu i mean is called the "context menu"

0 Kudos

I know what you mean (the menu that opens when clicking the lil' SAP icon on the very top left), but I don't know how to disable "stop transaction"...if it's at all possible. Probably a frontend / sapgui function, since it is available even while you see a sandclock.

Thomas

0 Kudos

Hi

I don't think it's possible to do it

Max