SAPGUI Hide/Disable CommandField

Hi Guys,
I have searched a lot and googled everywhere but unable to find any solution to hide/disable command field in GUI. I cannot implement WebGUI and no, ShowCmdLine does not do any good. I need to Hide the Command Field Bar due to security reasons.
These Keys doesnt work either:
[HKEY_CURRENT_USER\Software\SAP\SAPGUI Front\SAP Frontend Server\
Customize] "HideCmdLineInplaceAllSession"=dword:00000001
[HKEY_CURRENT_USER\Software\SAP\SAPGUI Front\SAP Frontend Server\
Customize] "HideCmdLineInplace"=dword:00000001
===
Kindly Help me out guys.
Regards,
Zaman.

De-activate the Create Session button:
You could do this with a simple GuiXT script for the start screen.
GuiXT code:
If V[_sessioncount>1]
  Enter "/I"  // Delete currrent session
Endif
Put this code in GuiXT scripts "saplsmtr_navigation.e0100.txt" and "saplsmtr_navigation.e0101.txt"
This way if a second session is opened by pressing the Create Session button it is immediately closed again by GuiXT.
Edited by: Arthur Viool on Jan 26, 2012 10:14 AM

Similar Messages

  • Hide/Disable Print button on the Adobe form for my user

    Hi
      How do I Hide/Disable my print option for the user viewing my Adobe form shown using WD for Java application.
    Regards,
    Murali.

    Hello Raja Sekhar,
    This object is not available anymore in Designer 7.1. This setting can now be achieved through a web dynpro (Java) API (interface <a href="https://media.sdn.sap.com/javadocs/NW04s/SPS7/wd/com/sap/tc/webdynpro/clientserver/adobe/pdfdocument/api/IWDPDFDocumentAppearance.html">IWDPDFDocumentAppearance</a>). In web dynpro ABAP you would need to use the method handler of the <b>InteractiveForm</b> UI element (IF_WD_IACTIVE_FORM_METHOD_HNDL, SET_HIDE_TOOLBARS).
    Regards,
    Philipp

  • How can I Hide/ Disable the Question mark and Exit button in the Top right corner of Link Bar of Excel Documents in SharePoint 2013?

    Hi,
    How can we  Hide / Disable the Help(?) and Close(x) buttons which are located in the right corner of the Top Link Bar in the Sharepoint Document Library pages as well as Excel Web Access?
    Our requirement is : When we try to view the Excel Services Report from another web site, Help(?) and Close(x) icons are also appearing in the Excel Web Access Web Part, but we don't want to display them in our site.
    Please let us know the solution for this case.
    Thanks in advance.
    Regards,
    Sanjana

    Hi,
    In the xlviewer.aspx, we can find the two buttons like this:
    To hide them, you need to add the CSS into the xlviewer.aspx which stays in:
    C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\TEMPLATE\LAYOUTS
    Best regards,
    Patrick
    Patrick Liang
    TechNet Community Support

  • How to hide/disable Spotlight on a client by using Workgroup Manager

    Dear Apple Pro's
    I'm looking for a script or Policy whatever to hide/disable spotlight on a client. Iam using WGM for policy's to disable some applications, but I can not find an option disable spotlight on a client. I hide a lot directory's systemfiles but if I type in the spotlight "terminal" on the client and click on it the terminal will start.
    I've 400 iMacs on a school it makes me desperate.
    Hope to hear from you pro's!

    One possible solution might be to change the permissions on the Spotlight app on all client machines. The command would be:
    sudo chmod 600 /System/Library/CoreServices/Search.bundle/Contents/MacOS/Search
    That way only root can run Spotlight. One may be able to roll that out via a startup script, too.

  • How to hide/disable menu items using Javascript in Acrobat 9 pro or later

    We just wanted to know on how to hide/disable menu items for e.g. 'Open' menu item under 'File' menu in Acrobat 9 or later on Mac using Javascript. It would be useful if you could provide if any other option is in place already.

    Not sure it will work, but you can try using the app.hideMenuItem() method. See reference here.

  • Hide/disable a row of a list when "date" column is less than today's date.

    Hi,
    We are using a "Finalsubmitted" date column in my list. my requirement is once that date of Finalsubmitted column is expired(less than today's date), total row should be in hide/disable mode.Could you help me to achieve this.
    Thanks.

    that is a drop down, showing the results from another list based on our selection.
    We have used SP services for that.
    But, date conversion is wrong on  var pubdate= new date(dateselected.value) line.
    It is showing "NaN(Not a number)" . date format it is giving DDMMYYYY.
    But, i need MMDDYYYY. How can we convert in JavaScript.
    Plz check below code.
    <script language="javascript" type="text/javascript">
    $(document).ready(function()
    today = new Date();
    getTagFromIdentifierAndTitle("select","Lookup","Dates").onchange = function() {ChangeEvent1()};
    function ChangeEvent1()
    var dateSelected = document.getElementById("Dropdown ID");
    var pubdate = new Date(dateSelected.value);
    if(pubdate<=today)
    $("input[value$='Save']").attr('disabled', true); //button hides
    alert("Publishing Date should be greater than Today's Date");
    else
    $("input[value$='Save']").attr('disabled', false); //button shown
    function getTagFromIdentifierAndTitle(tagName, identifier, title) {
    var len = identifier.length;
    var tags = document.getElementsByTagName(tagName);
    for (var i=0; i < tags.length; i++) {
    var tempString = tags[i].id;
    if (tags[i].title == title && (identifier == "" || tempString.indexOf(identifier) == tempString.length - len)) {
    return tags[i];
    return null;
    }</script>

  • ME22N Hide/Disable - Service : Attachment List - New - Create Attachment

    Hi,
    My requirement is to hide/disable the CREATE ATTACHMENT in ME22N.
    Users were able to see Create attachment button through  Service : Attachment List - > New -> Create Attachment, i need to hide/ disable this , so that they will not upload any attachment.
    Please guide me .
    regards,
    Ashok kumar

    Hi
    There is a BADI 'GOS_SRV_SELECT' . You can use it for hinding create button.
    This BADI is well documented..
    Regards
    Sachin

  • Hide/Disable My Account - BI Publisher Preferences Tab

    Hi,
    Anyone know if its possible to hide/disable the 'BI Publisher Preferences' tab under 'My Acount' in OBIEE 11.1.1.6.0 portal?
    Rgds

    Hi ,
    U gone through this ?
    how to disable BI Publisher options in OBIEE11g

  • Hide/Disable Start Button in Windows 7

    We are migrating from Windows XP to Windows 7. In Windows XP, we can able to find the "Start" button handler and hide it from the user. But this functionality seems to be broken in Windows 7. i am using below code to disable start button, its not
    disabling... its completely visible when i try to show the task bar.
    Code Snippet:
     IntPtr nShellTray = FindWindow("Shell_TrayWnd", "");
                IntPtr nStartButton = FindWindowEx(nShellTray, IntPtr.Zero, "Button", "Start");
                //Windows 7 - No Text "Start" on Button
                if (nStartButton.Equals(IntPtr.Zero))
                    nStartButton = FindWindow("Button", null);
                if (nShellTray != IntPtr.Zero && nStartButton != IntPtr.Zero)
                    ShowWindow(nStartButton, SW_HIDE);
                    ShowWindow(nShellTray, SW_HIDE);
                }

    Hi,
    Based on my knowledge, there is no official way to hide/disable start button. But we can use 3rd party software to remove start button.
    You can refer to
    http://www.thewindowsclub.com/how-to-remove-start-orb-button-in-windows-7-or-vista
    Note
    Microsoft provides third-party contact information to help you find technical support. This contact information may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.
    Andy Altmann
    TechNet Community Support

  • Hide/disable 'Change' button in IAC Iview

    Hi Experts,
    We want to Hide/disable "Change" Button in PZ88. We want to give only 'Display' button to the users.
    Please let me know as to how to do this.
    Thanks!

    You can comment the Change button on the HTML template SAPLEHIN88 100) for the Internet Service PZ88 in SE80.
    ~Suresh

  • Hide/disable certain areas from the Overview page of ESS in portal

    HI All,
    We have a requirement where we need to hide/disable certain areas from the "Overview" page of ESS in portal.
    In Overview page, we have certain links like Employee search,Life and work events,
    Purchasing and travel and expenses.
    I m not able to find these pages under overview workset also.
    We have to hide 'Purchasing' and 'life and work events' areas from the overview page as the customer dosent want to use this sap standard impl.
    Is the customiztion to be done from portal side or do we need to do it from the IMG??
    Can someone pls tell us in detail how to do it?
    Thanks,
    Abhishek

    Hi Abhishek,
    Inorder to hide/diable certain areas from the Overview page of ESS you need to do it from the IMG.
    The detail steps are as follows:
    1) After logging in to your backend, run Transaction code SPRO.
    2) Select the SAP Reference IMG button.
    3) Follow the path: Cross-Application Components >> Homepage Framework >>
    Areas/Sub Areas.
    4) In the Assign SubAreas to Areas OR Assign Areas to Area Group Pages (depending on your requirement), to hide the particular area , set the Position value to 0 for the Area / SubArea that you wish to hide.
    5) After making the changes, Refresh the Portal browser page to reflect the new changes.
    Hope this helps.
    PS : Award points if found helpful.

  • How to Hide/Disable custom ribbon button on infopath form!

    Is it possible to hide/disable custom ribbon button on specific infopath form library or list????
    I just want to hide/disable custom ribbon button for specific form library and show/enable these buttons on the other form library!
    Any suggessions??
    Thanks in advance!

    Hi Tahir,
    Using javascript you can show/hide ribbon on particualr page.
    Open your SharePoint master page
    Locate this line: <div
    id="s4-ribbonrow"
    class="s4-pr s4-ribbonrowhidetitle">
    Change it to: <div
    id="s4-ribbonrow"
    class="s4-pr s4-ribbonrowhidetitle"
    style="display:none">
    Now find the end of the “s4-ribbonrow” tag and add following
    block right after it: <Sharepoint:SPSecurityTrimmedControl
    ID="SPSecurityTrimmedControl2"
    runat="server"
    PermissionsString="AddAndCustomizePages">
        <script
    type="text/javascript">
            document.getElementById("s4-ribbonrow").style.display =
    "block";     </script> </Sharepoint:SPSecurityTrimmedControl>
    Save the new master page and publish it.
    Or try this feature.
    http://spribbonvisibility.codeplex.com/
    Best regards,
    Avinash.

  • How to hide/disable option "Export In Query Ready Mode" in HTML FR reports (workspace)version 11.1.1.3

    Hi all,
    is there a way to hide or disable the option "Export In Query Ready Mode" for HTML FR reports (workspace) version 11.1.1.3.
    Thanks in advance!
    Regards
    Tej.

    Hi Tej,
    The feature, "to hide or disable the option "Export In Query Ready Mode"  has been introduced in Financial Reporting 11.1.2.3.
        Logon to EPM Workspace.
        Open menu File > Preferences > Financial Reporting.
        The new option, called "Disabled" is available for Query Ready Mode. If selected will disable Query Ready mode completely.
    Thanks,
    Krish

  • How to hide/disable option "Export In Query Ready Mode" in HTML FR reports

    Hi all,
    is there a way to hide or disable the option "Export In Query Ready Mode" for HTML FR reports?
    Thanks in advance!
    Regards
    André

    Yes, it is a cool feature but I didnt ask for it :-) Besides it doesnt work completely without errors/warnings:
    If i click on the link and then on open (save xls works fine) an error message occurs: "Could not open 'http://<servername>/hr/hrget/modules/com/hyperion/reporting/web/office/HROfficeReport.jsp/test.xls?gridname=grid1&iInstanceId=18885&format=excel.2002&viewAs=query&previewDone=true&promptDone=true'"
    After click on OK another error message occurs:
    "Microsoft Excel cannot access the file 'http://<servername>/hr/hrget/modules/com/hyperion/reporting/web/office/HROfficeReport.jsp/test.xls?gridname=grid1&iInstanceId=18885&format=excel.2002&viewAs=query&previewDone=true&promptDone=true'. There are several possible reasons:
    The file name or path does not exist.
    The file is being used by another program.
    The workbook you are trying to save has the same name as a currently open workbook.
    After click on OK the XLS export opens correctly but the messages are annoying. Perhaps anybody can help me ;-)
    Thanks and kind regards
    Andre

  • Hide/Disable Save Button in VF04

    Hi Experts,
    Is there any way to hide or disable the save button in the transaction VF04?
    I just talk to the ABAP team and they say that it is possible by changing the standard program. This is something we would like to avoid and I wonder if there is any other way to do it.
    Any help would be greatly appreciated.
    Regards,
    Erick Acosta

    Hi Murali,
    Actually I did something very similar to your proposed solution. Using tx SHD0 It's very easy to create transaction variants, there you can customize the standar menu or buttons and then activate it.
    I did so in our DEV system, I created a transport request for the transaction variant and then imported to QAS and PRD systems.
    I really appreciate your help.
    Best regards,
    Erick Acosta

Maybe you are looking for

  • Create a wifi network with 3G iPad 2

    Is it possible to create a wifi network using your 3G on a iPad 2 like you can with iPhone 4s???

  • 80 GB Ipod can't play Lost episodes?

    I bought the first episode of Lost Season 3, when I try to move it to my Ipod it tells me: "A Tale of Two Cities" was not copied to the Ipod "Musick Man" because it cannot be played on this Ipod. Anyone have any ideas as to why this is happening? I b

  • Need username and password

    I am replacing my standard issue dsl modem with a non verizon modem/wireless router combo unit.  It says in the install instructions that I need to have my dsl username and password.  I would rather not have to call verizon customer service (never ha

  • Help reading data passed as a parameter

    I have a servlet which connects to a database and brings back data picked from a form. I now wish to chnage this servlet into a bean so i can call the bean and pass in parameters from another servlet something like this: finderBean bean = new finderB

  • Where do we assigned  movement types to schedule lines

    hi genius where do we assigned with this movement types system should pick this movement types.  can we create our own movement types in sap can we use one movement types both transactions. how system will knows this movement types should come  with