How to add an icon to a node in network graphics?

Hi all,
  Do you know how to add an icon (any SAP' icon) to a node in network graphics?
Just like a tree can have a leaf with icon (for example, a person icon, a plant icon), can a node in network graphics have an icon also?  and how to implement in network graphics?
  I already studied t-code gral: NETZOCX1
NETZOCX2
NETZ_BO1
NETZ_BO2
NETZ_BO3
But no actual output.
It seems using node type in network graphics can help to determine different icons, could you give some suggestion or examples?
Thanks a lot!!

Hi,
  Thanks for you link about SAP Graphics Framework. It seems not very useful in our case.
  Since we are using Control Framework now, there is Tree and Networks in it. Can a node in a network have an icon (such as person icon, plant icon)? I know a leaf in a tree in Control Framework can have an icon.
  Anybody has comments or suggestion?
  Thanks!

Similar Messages

  • Show an icon in the node of Network Graphics

    Dear guys,
    Is it possible to show a system icon like "ICON_CHECKED" in the nodes of a network/hierarchy graphics ?
    Thanks a lot.
    Donny

    Dear guys,
    I know in the IMG->Frontservice, we can define the Network/Hierarchy fiels' properties. Like GraphSymbolFile, we can set a bmp image to show a icon.
    But it seems this setting is a bmp file which need this file exists in the client PC.
    (in C:\Program Files\SAP\FrontEnd\SAPgui). If the file doesn't exist in client,
    this fiels will be empty. So for my case, I believe it is better to show a system icon here.
    Does anyone try to use this before ?
    Thank you very much.
    Donny

  • How to add an Icon to a parent menu item in Command Center?

    Hi guys,
    does anybody know how to add an icon to a parent maenu item in Command Center? BTW, I'm using SBO 6.5
    Cheers,
    Oki

    The SDK doesn't provide any features for adding icons to the command center in SBO6.5.
    Version 2004 has a new image property for menu items that can be used.
    John.

  • How to display different icon, for different node of jtree

    Hi All,
    How to display different icon, for different node of jtree

    you haven't responded to my last post here: [http://forums.sun.com/thread.jspa?threadID=5323190&messageID=10382676#10382676|http://forums.sun.com/thread.jspa?threadID=5323190&messageID=10382676#10382676]

  • How to add an icon in the title bar,next to the maximize and minimize icons

    I need to add an icon ( help icon; ?) in the JInternalFrame� title bar. Anyone could help me????
    Thanks

    have you get the answer ?? on how you add an icon to the title bar?? ...
    if you do please inform me..
    thanks

  • How can add RINGTONE icon to library?help

    how can add RINGTONE icon to library?help

    To analyze anything in LabVIEW you have to be able to access the signal through some sort of DAQ board. Once you have the signal going to a board then you have to have the right driver (packaged code) to be able for LabVIEW to communicate with that device. There are a lot of supported drivers at ni.com/idnet or you can create your own. Check out this site for how LabVIEW interacts with Audio. This other site  has information on using your local sound card with your microphone or speaker input/output to interact with LabVIEW. Hopefully this will get you started in the right direction. Make sure and only add the answered tag to your post only if your question was truly answered and Kudos are always appreciated. Cheers!!
    Grant H.
    National Instruments
    LabVIEW Product Marketing Manager

  • How to add URL Icon for each responsibility

    Hi all,
    I have a requirement where i need to add URL Icon to my custom application, i,e when i click on responsibity it will open the application so to make user to know he is in this application we need to add ICON to URL. This is possible in normal HTML just we need to include these two lines in head tab.
    <link rel="icon" type="image/ico" href="favicon.ico"></link>
    <link rel="shortcut icon" href="favicon.ico"></link>
    How can we achieve the same in the OAF?
    Thanks
    Babu

    Hi Josephine
    Please proceed as below:
    1. SE51.
    2. Change the layout.
    3. Add 2 pushbuttons at your desired location.
    4. Double click on each button for Attributes.
    5. In the attributes, give the Name, Text.
    6. Select the Icon Name from the list: Eg: ICON_OKAY and ICON_CANCEL.
    7. Go back to layout.
    8. Save & Activate
    9. Now you can test the screen to check the icons displayed in the screen.
    Hope this helps.
    Kind Regards
    Eswar

  • How to add an icon in to web template of web application designer  3.x

    Hi Friends,
    I have to add a new icon in to exsisting web template.
    Please any body can help in this issue ?
    Thanks
    Pedamarla

    Hi Stefan,
    Thanks for your early response.
    As you suggested i have added the image to MIME Repository successfully.
    Now i have to add the new icon to exsisting template.
    Stefan my problem here is
    I have to add new icon but i donot need to change the icon.
    you are giving the procedure how to change the exsisting icon but my problem is i have add new icon with out replacing any one exsisting in the template.
    Thanks in Advance
    Pedamarla

  • How to add an icon for ok code at the bottom of the screen.

    hi,
    I have designed a screen with a table control.
    I want to have at the end of the screen a ok and a cancel button.
    For example in menu painter on top we have a icon for going back, exit etc.
    At the same way at the bottom of the screen i need to have a tick icon. How to add it at the end of the screen.

    Hi Josephine
    Please proceed as below:
    1. SE51.
    2. Change the layout.
    3. Add 2 pushbuttons at your desired location.
    4. Double click on each button for Attributes.
    5. In the attributes, give the Name, Text.
    6. Select the Icon Name from the list: Eg: ICON_OKAY and ICON_CANCEL.
    7. Go back to layout.
    8. Save & Activate
    9. Now you can test the screen to check the icons displayed in the screen.
    Hope this helps.
    Kind Regards
    Eswar

  • How to add an icon to the Windows 95 Taskbar

    Hi,
    Can I get your help?
    I want to create a form under the Win32 platform which can add an icon in the notification area of the taskbar, but I did not know how to?

    There is a product called Desktop Extension - Java System Tray for Windows. It is exactly what you want. Check it out at http://www.maxistech.com/desktopex/

  • How to know which leaf node i click and how to add a listener to each node?

    hi! hello to all members, i have a problem i know how to create a listener, but i dont know how to add a listener to each leaf node. here is the scenario i want to do, i have a JTree where theres a topic that you can select on each leaf node, so when the user click the specific topic it will open another JFrame,which i dont know how to do it also, that its! the next problem will be how do i know which leaf node i select, so that i can open a right topic before the JFrame will open?please, i am very need this to solve quickly as possible. thanks again to all members.

    What you have to do is to add a mouse listener on your JTree. Try something like this:
    tree.addMouseListener(new java.awt.event.MouseAdapter() {
             public void mouseReleased(MouseEvent e) {
                tree_mouseReleased(e);
    private void tree_mouseReleased(MouseEvent e) {
          TreePath selPath = tree.getSelectionPath();
          // Check If the click is the Right Click
          if (e.isPopupTrigger() == true) {
          // This is your right Click
           else {
                     // This is your Left Click
    }Your other problem: Set the userObject on nodes and on left click compare it with your object, if it matches, display the appropriate file. Alternatively, if your nodes are unique, you can match the names to open the file.
    Hope this Helps
    Regard
    Raheel

  • How to add an icon to the dock in the macbookpro

    i am using macbook pro,  i accidentl removed the launchpad ison from the dock,  how to add it back to the dock

    Go to finder/applications
    select launchpad
    and drag it back to the dock

  • How to add a computer to Mac Mini server network?

    Hello,
    Can anyone tell me how to add a Mac Air to the computers my Mac Mini server recognizes? Currently, I cannot share files between computers.
    Thanks for any help!

    Hmmm, not sure which end the problem is on, if you don't get an answer here you might post over here...
    https://discussions.apple.com/community/servers_enterprise_software/mac_os_x_lio n_server

  • How to add png icons on image

    i have captured an image from the camera and now i want to add some png icons on that image these png icons are in the list,i want to select an icon and place it on the desired location on image, will any one guide how can i start with that thx in advance.

    Hi Jaxna,
    In my previous post I have given you two sloutions ...
    one is to use rollOverColor property if you are using TileList control..
    Another one is to use if you are not using the TileList control....
    But you have clubbed both the solutions in your code.....
    More over rollOverColor is not an event, it is a property and there is no property or event called rollOutColor ...
    For rollOverColor you should give the color thats it....
    So just include rollOverColor="#09729e" in your TileList...thats it...no need to make any changes...
    <mx:TileList rollOverColor="#09729e" />
    Thanks,
    Bhasker Chari

  • How to add app icon to finder toolbar

    I may have done this back in leopard, I do not remember, but they are still there in 10.9.  You used to be able to add an application to the toolbar in Finder by dragging it there. 
    Now I want to do this with a new 10.9 user install, but the application icon will not add when dragged to the Finder toolbar.  How do you do this in 10.9?

    That does not work in Mavericks.
    You can launch your apps from the Dock or Applications folder or from Recent Items in the Apple menu  drop down menu.

Maybe you are looking for

  • Installation Problem on Yosemite (MacOS 10.10)

    Running Yosemite (10.10). Using Safari Version 8.0 (10600.1.25) Not working here in any form. The offline installer quits at 40% and the online installer returns "process not elevated". I've uninstalled Flash and that had no result. I see a few entri

  • Using "Save as" functionality with multiple dataproviders

    Is there a way to use the <bi:SAVE_AS> command in a web template to save multiple dataproviders in a single analysis in BEx Portfolio? When I don't specify a dataprovider the command doesn't function. Thanks, Jason

  • Dynamic update in Oracle 9i Release 9.2

    Hi all, The update statement I want to execute depends on three variables. The statement is like this : update fichier_tempo                set flag = 0                where substr(texte,7,2) = pcode_enreg                and flag = 1                a

  • How to deploy a sql server compact 4.0 in windows xp?

    My program is developed by visual basic 6.0 with sql server compact 4.0.   How can I deploy it in windows xp sp3? Should I install .netframework version X in windows xp before sql server compact 4.0 ?  When I copy my program  to windows xp and run it

  • Send Storage Bins to external system (change pointer, change document, ...)

    Hello, I need to send to my external system the storage bin modifications, namely, insert and delete information. I haven't found any User Exits ou BADIs to the LS01 transaction. I'm trying to do this using change pointers, but it doesn't seems to ex