Disable WD ABAP default context menu

Hi All,
          Can anyone tell me how i can disable default context menu of wed dynpro applications.
I have an application open to business users. I was able to disable 'user settings' option but i still get the 'display quick help' and 'more field help' option when the user right clicks on the web dynpro page
           I want to disable the default context menu completely to show Internet explorer context menu when a user right clicks on the web dynpro page.
           Please help
Thanks
WD dev

Hi ,
You will need to pass the WebDynpro Application,parameter WDDISABLEUSERPERSONALIZATION
set its value as X  to disable users right click & personalization. Select ur webdynpro application double click, select parameters TAB.
check below link for details.
[http://help.sap.com/saphelp_nw70/helpdata/en/7b/fb57412df8091de10000000a155106/content.htm]
Greetings
Prashant
P.S.- Points Welcome

Similar Messages

  • Modifying default context menu of  af:tree

    Hi all,
    this one is urgent..
    I am having a af:tree component on a jspx web page.
    I know that we can change the context menu (the box that pops out when right click happens on any of its node) by setting contextMenuId of the af:tree which points to a af:popup having af:menu. When we dont set contextMenuId; we get a default context menu displaying options to expand/collapse other nodes. When we set it to some af:popup component we get a different context menu.
    My requirment is that instead of getting a new context menu, i must be adding up my new options to the already existing default options in the context menu. So its a kind of extension of default context menu available.
    So can anybody help me.... i am a newbie so pls forgive me if i'm wrong somewhere..
    Thanks a lot..

    Hi Frank,
    thanks for the kind response..
    Yeah, i had tried that out too. But in this case the context menu that i'm defining doesn't seem to be picked up by af:tree since i'm only able to see the default context menu of the browser.
    This is strange since even the default context menu provided by af:tree doen't appear.
    Do we need to do something else also for that...
    By the way i assume that you were talking about contexMenu facet of af:tree only.
    I am inlinning the jspx code snippet for convinient.
    Can you please suggest something....
    <af:panelFormLayout customizationId="panelFormLayout1">
    <f:facet name="footer">
    <af:group>
    <af:commandButton text="commandButton 1"
    customizationId="commandButton1"/>
    <af:image source="http://www.google.com/intl/en_ALL/images/logo.gif"
    shortDesc="THE logo" customizationId="image1"/>
    <af:tree value="#{myBean.model}" var="model"
    rowSelection="single" initiallyExpanded="true"
    id="structureNavigatorTree" inlineStyle="padding:2px"
    contentDelivery="immediate"
    customizationId="amitKumarGupta">
    <f:facet name="nodeStamp">
    <af:panelGroupLayout>
    <af:outputText value="#{model.name}"/>
    </af:panelGroupLayout>
    </f:facet>
    <f:facet name="contextMenu">
    <af:popup id="yesItsgeneral">
    <af:menu id="fdssd" text="menu 1">
    <af:commandMenuItem id="micrsfdg" text="Expand All2"/>
    </af:menu>
    </af:popup>
    </f:facet>
    </af:tree>
    </af:group>
    </f:facet>
    </af:panelFormLayout>
    </cust:panelCustomizable>
    <f:facet name="editor">
    <pe:pageEditorPanel/>
    </f:facet>
    </pe:pageCustomizable>
    </af:form>
    </af:document>
    Hi,
    turns out the solution is easy. Just use the context
    menu facet, similar to below
    <f:facet name="contextMenu">
    <af:popup>
    <af:menu text="menu 1">
    <af:commandMenuItem text="Expand
    All2"/>
    </af:menu>
    /af:popup>
    </f:facet>
    custom menu to the existing set of menus
    Frank

  • Disable default context menu on textfield

    By default the JavaFX TextField has a built in ContextMenu with 'undo', 'copy', 'cut' etc. options.
    I want to replace this ContextMenu with a custom context menu make by me. Could I can do it?

    > By default the JavaFX TextField has a built in ContextMenu with 'undo', 'copy', 'cut' etc. options.
    Really?  Are you sure?  I don't get such a menu in TextFields on a Mac with JavaFX 8.
    Maybe you mean input type text in a WebView?
    I think the answer you are looking for is => webview.setContextMenuDisabled(true);
    See also java - Modify context menu in JavaFX WebView - Stack Overflow.
    And this open feature request:
    RT-20306 Customizable Popup menu in WebView

  • Disable Additional Objects in context menu of Editbox(Open IME etc.)

    Hey, I have an EditBox and I want to disable the Options which are active here:
    because they are not needed, how to do that?
    Greetings

    Hi Oliver,
    I found the same context menu in notepad application in windows. I assumed you want to delete context menu items. I would recommend you open your thread on Microsoft Answer forum. This forum is to discuss CLR programing issue. Please refer to
    http://answers.microsoft.com/en-us/newthread?threadtype=Questions&cancelurl=%2Fen-us.
    Thank you for understanding. If I misunderstand, please feel free to let me know.
    Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Default context menu options in Multisim 11

    Below is the right click context menu that I get when clicking in the blank area of a sheet in Multisim 11.  The Properties option is not listed so it appears that another option is selected somewhere in settings.  I have tried to do a repair on the installation as well as an uninstall/re-install procedure without luck.  How can I restore the default right click context menu?
    Thanks,
    Thomas Meiswinkel

    I'm having the same issues, but I tried deleting all the files in the Config folder (Options<Global Preference) but it still hasn't fixed anything. Here's my right-click on any component as well:
    Attachments:
    Right Click.jpg ‏14 KB

  • Disabling Delete Option in Context Menu

    Hi Experts,
    I have created a  KM Navigational iView for a BO Repositry Folder and  used 'BOBJELayout'  Layout set for it.
    Now in comtext menu i am getting all options like view , history , scheduling , Delete etc.
    For administrator it is ok , but  for end user, i want to remove or disable particular options like 'Delete'.
    How to do it ?
    Please help.............
    Regards,
    Ajay Singh

    Hi all,
    Thanks for your support
    problem is solved to some extent .In my scenario working with BO repository , i was unable to to control the context menu
    ( though i didn't try RS suggestion yet) from KM  but it can be controlled from BO itself.
    In context menu Delete option is getting displayed but its not working if user doesn't has sufficient authorization at BO side . So user will not be able to delete any report from his/her login which was the main concern. But How to hide or remove 'Delete'  option
    from Context menu is still a question.
    I am keeping this thread open so that i can revert back with some solution for it or for your's solution.
    Thanks & regards
    Ajay
    Edited by: Ajay Singh on Aug 21, 2009 3:48 PM

  • Remove default context menu values

    Hi,
    I'm using Jdev 11.1.2.2.0 and i've af:tree with node as command link. If i click this link, the popup in context menu facet is launched with menu items which are created by me. Also it displays menu item like 'Collapse', 'Expand All Below' and 'Collapse All Below. I do not want these menu items. Could anyone tell me how to remove these menu items?
    Thanks in advance

    You can add a showPopupBehavior to your commandLink, with triggerType="contextMenu", make sure not to keep the popup in contextMenu facet of af:tree

  • Disable ALV grid context menu

    Hello ABAP experts,
    I have developed a program which shows some output in ALV grid (CL_GUI_ALV_GRID). I don't want the user to play with columns and rows of grid, so I have removed toolbar using following:
    LVC_S_LAYO-NO_TOOLBAR
    I have noticed, still user can hide or show columns and delete rows by right clicking on the grid. I want to disable right click or context menu. I am unable to get any hint so far.
    I appreciate for some good solution.
    Thanks,
    Waqas Rashid

    Hi,
    Just as stated by Max you can use the event 'CONTEXT_MENU_REQUEST' in the class 'CL_GUI_ALV_GRID'. In fact I just tried out calling the event. I set the handler for the event 'CONTEXT_MENU_REQUEST'. And then in the implementation I just called the clear method. Example is below.
    class lcl_events_split definition.
      public section.
        methods:
        CONTEXT_MENU_REQUEST   for event CONTEXT_MENU_REQUEST
                                                        of cl_gui_alv_grid importing E_OBJECT.
    endclass.                    "lcl_events_split DEFINITION
    class lcl_events_split implementation.
      method CONTEXT_MENU_REQUEST.
          e_object->CLEAR( ).  "THIS SHOULD STOP THE RIGHT CLICK MENU BAR
        endmethod.
    endclass. 
        CREATE OBJECT O_CC
          EXPORTING  CONTAINER_NAME = 'CC_ALV'.
        CREATE OBJECT O_ALV
          EXPORTING     I_PARENT = O_CC.
    And before you call you grid for display below code is required.
      data: ls_spl_events   type ref to  lcl_events_split.   "Event Handler class
        set handler ls_spl_events->CONTEXT_MENU_REQUEST  for O_ALV.
        CALL METHOD O_ALV->SET_TABLE_FOR_FIRST_DISPLAY
          CHANGING
            IT_OUTTAB = T_MARA
            IT_FIELDCATALOG = LS_FIELDCATALOG. 
    Hope this helps ......
    Regards,
    Imran,
    Edited by: Mujtaba Imran on Sep 11, 2011 7:34 PM

  • PowerPoint 2010: deactivate/disable right click context menu

    Hi,
    I am looking for a way to deactivate/disable the right click context menu in PowerPoint 2010/365.
    For the editing font menu it works with the registry entry
    Go to: HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Common\Toolbars\PowerPoint Create a Dword AllowMenuFloaties and set the value to zero. Set to 1 to enable again.
    NOTE This will kill ALL floatie Menus not just the one you mention.
    Does anybody know, how it works for the main right click context menu?

    Hi,
    Hi,
    We can custom the existing right-click context menu in PowerPoint 2010 via VBA.
    A similar issue is addressed here, we can learn from this experience  :
    http://social.msdn.microsoft.com/Forums/en-US/f8c7ee04-2a08-4300-9a73-48ccf084723d/how-to-remove-munu-item-from-popup-menu?forum=worddev
    http://social.msdn.microsoft.com/Forums/office/en-US/c1eb22ba-6ca8-4c21-8100-62185355aa53/customize-rightclick-context-menu-in-powerpoint-2010?forum=officegeneral
    There is an example of Customizing Context Menus in All Versions of Microsoft Excel
    http://msdn.microsoft.com/en-us/library/gg469862(v=office.14).aspx
    If you need detail help, please post it in MSDN forum.
    http://social.msdn.microsoft.com/Forums/en-US/home?forum=exceldev&filter=alltypes&sort=lastpostdesc

  • Browser right click context menu

    Hello Everyone,
    I want to get the browser right click context menu in the WD Application when they are running in portal. We don't want the SAP Default context menu, which is confusing for our end-users. Is there a way of disabling this. I would appreciate your help.
    Regards,
    Gopal.

    >Because, the iviews developed with WD JAVA will not have this option and the iViews with WD ABAP will have this special context menu. Which is not being consistent on the portal side for the end users.
    You must be running an older version of Web Dynpro Java then, because later versions have the same right mouse click context menu.
    You can't return to the browser context menu, because the application can also defined application-specific options in the WD Context Menu.  It isn't just the stuff that is placed in there by the framework.  You would be disabling Application specific funcitonality then.  You can hide some of the framework options as suggested already in this forum, but you can't go back to the browser context menu.

  • Internet Explorer context menu

    Hi All,
               How do i display browser context menu in a web dynpro abap application instead of the default context menu with  'quick help' etc items.
    Thanks and Regards
    Sunil Kumar.

    Hello,
    Please refer to this [Menu|http://help.sap.com/saphelp_nw04s/helpdata/en/ef/cc2c42be6fde2ce10000000a1550b0/frameset.htm].
    Regards.

  • How to create a Context Menu submenu?

    I am trying to create a submenu which lists scripts in the content window - Does anyone know how to do this?
    This works:
    if (MenuElement.find ('Thumbnail/tscript') == null) var ah_ScriptsContext = new MenuElement( "command", "Scripts", "at the end of Thumbnail", "tscript");
    But the submenu does not work:
    var ah_runScriptImRnContext = new MenuElement("menu","AH Image Rename","at the end of Thumbnail/tscript");
    I've tried various combinations of 'menu' / 'command' and everything else I can think of, so far no go.
    Andrew

    Here ya go, Andrew:
    Bob
    Adobe WAS Scripting
    #target bridge
    ContextDemo = {};
    ContextDemo.handler = function( menu ) {
    alert( menu.text );
    try {
    MenuElement.create( "menu", "Menu", "at the end of Thumbnail", "cMenu" );
    ContextDemo.m1 = MenuElement.create( "command", "Command 1", "at the end of cMenu", "cMenu/sub1" );
    ContextDemo.m1.onSelect = ContextDemo.handler;
    ContextDemo.m2 = MenuElement.create( "command", "Command 2", "at the end of cMenu", "cMenu/sub2" );
    ContextDemo.m2.onSelect = ContextDemo.handler;
    } catch ( e ) {
    // now let's get tricky
    // disabling a script generated context menu makes it disappear from the context menu
    SelectExample = {}
    SelectExample.menuSelected = function() {
    alert( "You selected " + app.document.selections[ 0 ].name );
    SelectExample.menu = undefined;
    SelectExample.onSelectHandler = function( event ) {
    if ( event.object.constructor.name == "Thumbnail" ) {
    if ( event.type == "select" ) {
    // event.object is the Thumbnail object that was selected
    if ( event.object.isFileType( "jpg,jpeg,psd,tif,tiff" ) ) { // enable the menu for these files with these extensions only
    try {
    if ( !isValidReference( SelectExample.menu ) ) {
    SelectExample.menu = MenuElement.create( "command", "MyCommand", "at the end of Thumbnail", "myMenuID" );
    SelectExample.menu.onSelect = SelectExample.menuSelected;
    } else {
    SelectExample.menu.enabled = true;
    } catch ( e ) {
    } else {
    try {
    SelectExample.menu.enabled = false;
    } catch ( e ) {
    return { handled:true }; // tells Bridge event was handled
    return { handled:false }; // tells Bridge event wasn't handled and
    //to continue through the handler array
    app.eventHandlers.push( { handler: SelectExample.onSelectHandler } );

  • Modifying Call Context Menu

    Can anyone let me know if there's a possibility to modify the Call context menu shown in the example below ?
    We just need to add:
    "Gizmo5 call" that may goes through WiFi or 3G
    "Skype" that goes through WiFi or 3G
    "SIP1" that goes through WiFi to SIP provider  just like "Internet call"
    "Calling card" that goes through prepaid calling card provider, the call scheme can be <access number>p<PIN>p<destination number> (p is for pause)
    Hope's it's possible.

    Hi Frank,
    thanks for the kind response..
    Yeah, i had tried that out too. But in this case the context menu that i'm defining doesn't seem to be picked up by af:tree since i'm only able to see the default context menu of the browser.
    This is strange since even the default context menu provided by af:tree doen't appear.
    Do we need to do something else also for that...
    By the way i assume that you were talking about contexMenu facet of af:tree only.
    I am inlinning the jspx code snippet for convinient.
    Can you please suggest something....
    <af:panelFormLayout customizationId="panelFormLayout1">
    <f:facet name="footer">
    <af:group>
    <af:commandButton text="commandButton 1"
    customizationId="commandButton1"/>
    <af:image source="http://www.google.com/intl/en_ALL/images/logo.gif"
    shortDesc="THE logo" customizationId="image1"/>
    <af:tree value="#{myBean.model}" var="model"
    rowSelection="single" initiallyExpanded="true"
    id="structureNavigatorTree" inlineStyle="padding:2px"
    contentDelivery="immediate"
    customizationId="amitKumarGupta">
    <f:facet name="nodeStamp">
    <af:panelGroupLayout>
    <af:outputText value="#{model.name}"/>
    </af:panelGroupLayout>
    </f:facet>
    <f:facet name="contextMenu">
    <af:popup id="yesItsgeneral">
    <af:menu id="fdssd" text="menu 1">
    <af:commandMenuItem id="micrsfdg" text="Expand All2"/>
    </af:menu>
    </af:popup>
    </f:facet>
    </af:tree>
    </af:group>
    </f:facet>
    </af:panelFormLayout>
    </cust:panelCustomizable>
    <f:facet name="editor">
    <pe:pageEditorPanel/>
    </f:facet>
    </pe:pageCustomizable>
    </af:form>
    </af:document>
    Hi,
    turns out the solution is easy. Just use the context
    menu facet, similar to below
    <f:facet name="contextMenu">
    <af:popup>
    <af:menu text="menu 1">
    <af:commandMenuItem text="Expand
    All2"/>
    </af:menu>
    /af:popup>
    </f:facet>
    custom menu to the existing set of menus
    Frank

  • Using context menu within a custom web part

    Hello,
    I'm fairly new to SharePoint and currently experimenting with some stuff.
    Now I have a list with folders and documents and instead of the regular list view, I've created a custom (visual) web part that shows the list in a sort of tree.
    In this tree I want to add a control for each document only that has the same appearance as the default context menu found in the standard list views.
    The long term goal is to have a custom (visual) web part, that shows the hierarchical structure of the list and has a (on hover only) context menu for the documents.
    I do have extended experience with ASP.Net, but I cannot find any resource to add the context menu (or one that looks, feels and behaves the same) at will at self defined location.
    Note that by default these items don't have a context menu, so how to add it in the first place?
    Your help would be greatly appreciated!
    Stefan

    I would start by looking at the HTML/Javascript structure of the ECB menus (drop down menus on itmes) and see if you can replicate the HTML snippet in your custom control.
    Nikolas Charlebois-Laprade Microsoft Certified Professional & Software Engineer http://nikcharlebois.com
    In the end I ended up using this method, unfortunately...
    However the structure (read look-and-feel) is not identical to the ECB and more modern.
    For example, all actions are icons aligned at the right of each row and appear while hovering over that one row.
    It has been a lot of work to extract the Javascript from the ECB to get everything working, especially regarding deleting and adding items from/to a list.

  • Disabling context menu

    Dear Expert,
    My requirement is to disable the context menu for certain / all parts of BExweb report.
    How could this be possible for either the whole report or just some parts of the report? Seems like whatever is shown on the report I can click and the context menu comes out. I want to suppress this.
    Thanks & Regards,
    Shankell Pong

    Hi,
    Select your web item, e.g. a table in your web template and in the properties for that web item, remove the check mark in the option: "Objects with navigation links". This will disable the (BW) context menu for that web item.
    If your using the standard web template 0ADHOC for displaying your web reports, you need to copy 0ADHOC, change the option mentioned above for the web items you want and then change the default web template in the BW customizing.
    Hope this helps,
    -Jacob

Maybe you are looking for