Hide icons in CLM1 and CLM2

Hi, 
Is it possible to hide the 'Padlock' and 'Unlock Padlock' icons in transaction codes CLM1 / CLM2?
I have checked via the configuration route under Set Field Selection for Notifications and under Influencing for Notification Type 'PR' I can not see the option to set these icons to 'Hide'
We have a requirement to hide the icons but to allow the users to still use the menu path Claim > Functions etc
Is there a suitable user exit we can use?
Regards
Gary B

You can create symlinks and store them at your application folder, not the systems - where all your apps probably live. Then you could add this folder to your sidebar and even tell new Finder windows to open this new location of your symlinked apps. Hit the Terminal.app and type ln -s "original item path (i.e.where it is)" "new link path" (i.e.where you want it to be). Note that you can drag the app to the terminal, bypassing the need to type its location as you can also drag the new destination afterwards.
The only problem I visualize from reading your post, is that you probably wouldn't like for the apps to have the traditional shortcut arrow on its bottom left corner…
BTW, you can trash Akamai via the uninstaller. Next time you need something via this app, simply let it be installed again (it's very lightweight). I tend to use it only when the files/installers I am transferring are too large to take the risk of stopping midway through.
Hope this helps.

Similar Messages

  • Hide icons in CLM1 or CLM2

    Hi,
    Is it possible to hide the 'Padlock' and 'Unlock Padlock' icons in transaction codes CLM1 / CLM2?
    I have checked via the configuration route under Set Field Selection for Notifications and under Influencing for Notification Type 'PR' I can not see the option to set these icons to 'Hide'
    We have a requirement to hide the icons but to allow the users to still use the menu path Claim > Functions etc
    Is there a suitable user exit we can use?
    Regards
    Gary B

    You can create symlinks and store them at your application folder, not the systems - where all your apps probably live. Then you could add this folder to your sidebar and even tell new Finder windows to open this new location of your symlinked apps. Hit the Terminal.app and type ln -s "original item path (i.e.where it is)" "new link path" (i.e.where you want it to be). Note that you can drag the app to the terminal, bypassing the need to type its location as you can also drag the new destination afterwards.
    The only problem I visualize from reading your post, is that you probably wouldn't like for the apps to have the traditional shortcut arrow on its bottom left corner…
    BTW, you can trash Akamai via the uninstaller. Next time you need something via this app, simply let it be installed again (it's very lightweight). I tend to use it only when the files/installers I am transferring are too large to take the risk of stopping midway through.
    Hope this helps.

  • Error while trying to view the details table from Show/Hide icon

    What we are having is two tables, Outer and Inner, having Outer VO and Inner VO,outer VO is linked with inner VO. Now when I am trying to view the inner table
    through Show/Hide icon to see the details of the table ,I am getting an error like ...
    The record with primary key values {2280} could not be found in view object MisForecastHeadOfiiceAM.InnerTableVO_OuterInnerVL_InnerTableVO.
    I want to know how this error can be resolved

    Hi Abdul,
    We are not getting error while searching. As said earlier
    While search for the first time > We could see proper results in out table and Even show/hide is working fine and display correct data in Inner table
    When searching for the second time with different criteria > We could see proper results in outer table and on clicking show/hide (to view inner table data), we are getting error.
    The record with primary key values {2280} could not be found in view object AM.ViewLinkVL_InnerTableVO
    From the error message, we found that its trying to get the row (of inner table) pertaining to first search results and not for the outer table row in context to second search results.

  • How to hide icons

    How do I hide icons for my son such as stocks, messages, weather,  etc. it is an old iPhone 4 and only connected via wifi at home
    Thanks

    You cannot. Put them in a folder, that's all you can do.

  • Help to Hide icons I don't use often

    How do I hide icons on my air that I don't use often

    Welcome to Apple Discussions
    If you are referring to icons on the dock you can drag them up and off the Dock until they turn in to a cloud of smoke icon and then release, or, you can control-click the specific icon and from the dialog box that appears choose options->remove from Dock

  • Hide icon in menu...

    Hi There,
    I am using developer 6i, I want to know an easy way how to hide default Oracle runtime icon in menu and MDI window at runtime. OR if possible can i give icons of my choice both in Menu runtime and in MDI window.
    please help! Thanks!
    Imran
    [email protected]

    i mean now my Dictionry icon, WLAN icon & Serach icon which supposed have their icon picture on the phone menu, but the problem now icon not appeared due to more & more games & application i installed but now all 3rd party application & games deleted , icon not appeared like being "eated" but it still inside phone.

  • Anyone knows how to hide icons on ios 7.1?

    Anyone knows how to hide icons on ios 7.1?

    The second paragraph in that article that you referenced calls the ability to do this a "bug". I assume that Apple found the bug, and fixed it.
    Here lie the instructions that turn an iOS 7 bug into either the best prank ever or a convenient solution to adding privacy to your own device.
    Note the use of the word "bug" by the author of the article.

  • Hide-icon.sh - A Small Script to Hide Annoying Application Icons

    If you are super-OCD like me, and you can't stand those ugly icons for applications that are forced to be on your system due to dependencies, I've written a little script to create .desktop files with "NoDisplay=true" in your ~/.local/share/applications directory based on a list you supply it.
    To use it, just run
    ./hide-icon.sh list_of_desktop_file_names.txt
    The script will also remove any .desktop files for applications that are no longer installed (that are in the list file).
    Script:
    #!/bin/sh
    APPLICATION_PATH="/usr/share/applications"
    USER_APPLICATION_PATH="${HOME}/.local/share/applications"
    for FILE in `cat $1`; do
    if [ -e "${APPLICATION_PATH}/${FILE}" ]; then
    echo "Creating file ${USER_APPLICATION_PATH}/${FILE}"
    echo "NoDisplay=true" > "${USER_APPLICATION_PATH}/${FILE}"
    elif [ ! -e "${APPLICATION_PATH}/${FILE}" ] && [ -e "${USER_APPLICATION_PATH}/${FILE}" ]; then
    echo "Deleting unnecessary file ${USER_APPLICATION_PATH}/${FILE}"
    rm "${USER_APPLICATION_PATH}/${FILE}"
    fi
    done
    My personal list file:
    assistant-qt4.desktop
    avahi-discover.desktop
    bssh.desktop
    bvnc.desktop
    CMake.desktop
    designer-qt4.desktop
    ipython-qtconsole.desktop
    jconsole.desktop
    linguist-qt4.desktop
    policytool.desktop
    qdbusviewer-qt4.desktop
    qtconfig-qt4.desktop
    qv4l2.desktop
    gda-control-center-5.0.desktop
    gda-browser-5.0.desktop
    nvidia-settings.desktop
    hplip.desktop
    ipython.desktop
    zenmap.desktop
    zenmap-root.desktop
    Hope this helps someone make their application list less cluttered.

    To hide the window completely use…
    click here to open this script in your editor<pre style="font-family: 'Monaco', 'Courier New', Courier, monospace; overflow:auto; color: #222; background: #DDD; padding: 0.2em; font-size: 10px; width:400px">tell application "System Events"
    tell process "Speech Feedback Server"
    set value of attribute "AXHidden" to true
    end tell
    end tell</pre>…or to just minimize it to the dock use…
    click here to open this script in your editor<pre style="font-family: 'Monaco', 'Courier New', Courier, monospace; overflow:auto; color: #222; background: #DDD; padding: 0.2em; font-size: 10px; width:400px">tell application "System Events"
    tell process "Speech Feedback Server"
    tell window "Speech Feedback"
    set value of attribute "AXMinimized" to 1
    end tell
    end tell
    end tell
    </pre>

  • How can I hide icon from my home screen?

    How can I hide icon from my home screen?

    Hi pearlyxiel,
    If you have apps on your Home Screen that you don't use regularly and would like out of the way, you may want to create a folder for them and move them to a later screen. You can either do this from iTunes or directly on your iPhone, as outlined in the following articles:
    Arrange apps on your iPhone - Apple Support
    iTunes 12 for Mac: Sync and organize iOS apps
    Random,
    - Brenden

  • Hide icons on tool bar in xp

    Not sure where to post this or for that matter how to post it. I'm running a mac/intel tower. I've used bootcamp since the beginning. I'm using leopard and xp pro while in doz.I've updated to Bootcamp2.1. The wierd deal is the little arrow thingy in the windows tool bar does not appear. That the little deal that hides icons on the right side of the tool bar. How do I make it active again ? I've been to properties and done what I think I can there. Not at all sure what's going on. Any help out there ?
    Thanks

    Joe:
    Yep I had seen that you had stated that you had checked on Properties however I wasn't sure which exact properties since there are so many and wanted to ensure that you didn't miss the obvious. And you didn't.
    Also the icons will not hide unless the OS deems it/them inactive after some time. You can however try the following:
    1.Right click on the taskbar and click on properties.
    2. Then go to the notification tab.
    3. Then click on customize
    4. Choose which system tray icons you want to hide and then in front of it click and select the "hide always" option from the drop down menu.
    If you use the "Always Hide" option and if it hides an icon then you will know that windows has yet to determine which icons are inactive to hide them. Once in a while, due to a bad boot etc, windows system tray forgets the inactive icons list and starts from scratch.
    Let me know how it goes.
    Axel F.

  • How to hide to left arrow  and to right arrow on Navigation panel

    Hi frineds:
       could you please tell me how to hide to left arrow  and to right arrow on Navigation
    panel ?
    I guess they should be  Incremental Expand Icon   Collapse  Icon in Ethem editor.
    thank you very much .
    Edited by: jingying Sony on Jun 22, 2010 9:07 AM

    Hi,
    Navigate to the Navigation panel of the selected Theme  and make the width as 0px 0px 0px and also upload the blank image with the same background color.
    Thanks & Regards||
    Ashok Kumar M.

  • Hide icons so I can see wallpaper

    is there a way to hide icons or at least make them transparent so  can see my wallpaper?

    No, not really. If you are really that fascinated by the wall paper, you could consider moving the file into your photo app and using the slide show.

  • How to hide icon ?

    How to hide icon which is mark as yellow in screenshot ..

    Hello Smita,
    Follow below steps:
    1: Open content admin and then open portal content folder.
    2: Find the Framework page. Right click and open page
    3: It will somewhat look like below snapshot
    4: Now uncheck 'Visible' checkbox of "Page Title Bar" as done in the snapshot.
    As we can see the title in second level navigation and there are no other links on your page title bar, you can uncheck it

  • When I login, all of my desktop items are gone, the "Finder" icon is bouncing and a message asking to restore windows is blinking but unresponsive. I can't exit out of it. What do I do? I've tried force quitting, and it doesn't get rid of it.

    When I login, all of my desktop items are gone, the "Finder" icon is bouncing and a message asking to restore windows is blinking but unresponsive. I can't exit out of it. What do I do? I've tried force quitting, and it doesn't get rid of this message. When I login to my husband's account, this message does not appear.

    Hey sunnyday7!
    Here is an article that can help you address this issue:
    OS X: How to quit an unresponsive application using Force Quit
    http://support.apple.com/kb/ht3411
    Additional Information
    OS X automatically relaunches the Finder when it is quit. If the Finder is unresponsive, use Force Quit to relaunch it. Select Finder in the Force Quit Window or Dock, then click Relaunch.
    Thanks for using the Apple Support Communities. Have a good one!
    -Braden

  • Any way to see ICONS in Open and Close Dialog boxes?

    Is there any way to see ICONS in Open and Close Dialog boxes, instead of just lists of items names?
    I know you can preview one at a time, but I'd love to see all my artwork as picture icons, just as you can in a finder window.
    Windows does this, but not OSX that I know of. Is there a third party app that enables you to see icon view in the Open and Close Dialogs?

    Thank you Steve Jobs. I guess that feature has been added in Leopard. Now there really is nothing that I'll miss from Windoze.

Maybe you are looking for

  • Loss of carrier signal, unable to get it back until I restart my iPhone 4

    I received my unlocked iPhone 4 from the online Apple Store yesterday. Overall, I haven't noticed the death-grip issue. I think. However, I've seen the following happen twice today while at my office: - After carrying the phone in my back pocket for

  • IP addresses from TC

    Does anyone know if there is a way of seeing what IP addresses TC has given out? I have 3 laptops, a desktop, apple TV, 3 access points and a NAS drive all running from the same network but can't seem to figure out what IP addresses have been assigne

  • To get stock status as per the delivery date

    Dear All, Order creating date is 01.03.2009 and delivery date is 20.03.2009. When I create delivery, some stocks cant get delivered because of shelf life, mrp st.date (or availablity) etc... as per the material master. To ease my process, can i get a

  • Can I make a iView to notificate user a new iView was authorizated to him?

    Hi,everyone: I want to create a iView to notificate portal user ,when he has a new iView (BI report) authorization. How can I do ? Thanks for your help or hint! Jiangxiao

  • Why has my macbook pro suddenly got slower?

    My macbook pro has been working perfectly fine until this morning. When i turned it on it was much slower than usual, so i force quit all applications and restarted it. It had no effect so i tried it again but it is still very slow! Can anyone give a