Help for Building Hierarchial Organisation chart

Hi All,
I need to build organisation chart for my company to display in a web page with basic functionality of zoom-in , zoom-out and expanding and collapsing of nodes. I did some seach on google and found that ADF hhierachial viewer can be used aptly for this purpose. Though I know how to use JDeveloper tool but i am not aware of ADF and hierarchial viewer. Can any tell me how to do that or atleast point me to some link to build organisation chart example app. Or if someone has used some other tool please guide to gather me information and build the chart. This is urgent for my organization.
Thanks
Edited by: J2EE_Life on Mar 20, 2012 10:41 PM

I have never used "ADF and hierarchial viewer" and it is unlikely that anyone in this forum is going to write a tutorial especially for you so Google is your friend. The first hit I found was https://blogs.oracle.com/shay/entry/exploring_the_hierarchy_viewer .

Similar Messages

  • Transaction VB02 - Search help for product hierarchy

    Hi Experts,
    I have a requirement to add a search help for product hierarchy in transaction VB02. Has anybody done this before? I am not able to assign the program & screen to a Z package.
    Thanks,
    Vitz.

    there are already search helps attached to it.. which fields exactly are you talking about?
    try to find BADI for that screen

  • XSLT Help Request - Building Hierarchy

    Hi everyone,
    We are receiving a file that has the following structure, where fields that start with H are header fields, and fields that start with D are detail fields (like a header and line items in an FI posting).
    H1, H2, H3, D1, D2, D3, D4, D5
    On the first line of the FI posting, the H and the D fields are populated (i.e. contains the header information, and the first line item information).  Then on the next lines, the H fields are all blank, and the D fields are populated.  So like this:
    H1, H2, H3, D1, D2, D3, D4 (for line item 1)
    , , ,D1, D2, D3, D4 (for line item 2)
    The file can also have more than 1 FI posting (i.e. more than 1 Header):
    H1, H2, H3, D1, D2, D3, D4 (for line item 1)
    , , ,D1, D2, D3, D4 (for line item 2)
    H1, H2, H3, D1, D2, D3, D4 (for line item 1)
    , , ,D1, D2, D3, D4 (for line item 2)
    We are trying to map this into a FIDCC1 idoc posting, which looks like this:
    <FIDCCP01>
      <IDOC>
        <Header>
          <H1></H1>
          <H2></H2>
          <H3></H3>
          <Item><D1></D1><D2></D2><D3></D3><D4></D4></Item>
          <Item><D1></D1><D2></D2><D3></D3><D4></D4></Item>
        </Header>
      </IDOC>
      <IDOC>
        <Header>
          <H1></H1>
          <H2></H2>
          <H3></H3>
          <Item><D1></D1><D2></D2><D3></D3><D4></D4></Item>
          <Item><D1></D1><D2></D2><D3></D3><D4></D4></Item>
        </Header>
      </IDOC>
    </FIDCCP01>    
    We can't make this work alone in the concent conversion, so was thinking that this could be done in XSLT.  We have created a data type that contains the fill H and D fields and are taking this into XI no problems, but we are having problems putting it into the hierarchy.  Any help is greatly appreciated.
    Thanks
    Peter

    Here is the input file, top line being the field breakdown
    12222333333334444566666666666666667777777777777777
    1FB0104052007ARP 20000000026590.000000000000000.00
    /////////////////20000000098765.000000000000000.00
    1FB0104052007USD 20000000012345.000000000000000.00
    /////////////////20000000054321.000000000000000.00
    Field 1, when it is a "1", is the start of the header line.  Field 5 will always be a "2", and is the start of the detail line.  Also all null fields are populated with a slash.
    My idea was to take this in all on 1 line where the structure contains both the header and the detail fields, because I wasn't sure if content conversion could do what I wanted.  When I do that, here is the result:
    <?xml version="1.0" encoding="utf-8"?>
    <ns:IFS_MT xmlns:ns="http://xx.com/xi/fin/gl/iams/ifs">
         <Detail>
              <STYPE1>1</STYPE1>
              <TCODE>FB01</TCODE>
              <BLDAT>04052007</BLDAT>
              <WAERS>ARP</WAERS>
              <STYPE2>2</STYPE2>
              <WRBTR>0000000026590.00</WRBTR>
              <DMBE2>0000000000000.00</DMBE2>
         </Detail>
         <Detail>
              <STYPE1>/</STYPE1>
              <TCODE>////</TCODE>
              <BLDAT>////////</BLDAT>
              <WAERS>////</WAERS>
              <STYPE2>2</STYPE2>
              <WRBTR>0000000098765.00</WRBTR>
              <DMBE2>0000000000000.00</DMBE2>
         </Detail>
         <Detail>
              <STYPE1>1</STYPE1>
              <TCODE>FB01</TCODE>
              <BLDAT>04052007</BLDAT>
              <WAERS>USD</WAERS>
              <STYPE2>2</STYPE2>
              <WRBTR>0000000012345.00</WRBTR>
              <DMBE2>0000000000000.00</DMBE2>
         </Detail>
         <Detail>
              <STYPE1>/</STYPE1>
              <TCODE>////</TCODE>
              <BLDAT>////////</BLDAT>
              <WAERS>////</WAERS>
              <STYPE2>2</STYPE2>
              <WRBTR>0000000054321.00</WRBTR>
              <DMBE2>0000000000000.00</DMBE2>
         </Detail>     
    </ns:IFS_MT>
    I am open to changing the file content conversion if there is a better way!
    The desired result is:
    <FIDCCP01>
         <IDOC>
              <E1FIKPF>
                   <TCODE>FB01</TDOCE>
                   <BLDAT>04052007</BLDAT>
                   <WAERS>ARP</WAERS>
                   <E1FISEG>
                        <WRBTR>0000000026590.00</WRBTR>
                        <DMBE2>0000000000000.00</DMBE2>
                   </E1FISEG>
                   <E1FISEG>
                        <WRBTR>0000000098765.00</WRBTR>
                        <DMBE2>0000000000000.00</DMBE2>
                   </E1FISEG>
              </E1FIKPF>
         </IDOC>
         <IDOC>
              <E1FIKPF>
                   <TCODE>FB01</TDOCE>
                   <BLDAT>04052007</BLDAT>
                   <WAERS>USD</WAERS>
                   <E1FISEG>
                        <WRBTR>0000000012345.00</WRBTR>
                        <DMBE2>0000000000000.00</DMBE2>
                   </E1FISEG>
                   <E1FISEG>
                        <WRBTR>0000000054321.00</WRBTR>
                        <DMBE2>0000000000000.00</DMBE2>
                   </E1FISEG>
              </E1FIKPF>
         </IDOC>
    </FIDCCP01>
    Thanks again!
    Peter

  • Help for building a driver and newbie questions in the area.

    Hello,
    i�m currently needing to develop a driver for a usb device, a link cable. I allready know (at least i think i know) the process to depevelop such driver.
    The process would be something link this (dind put any arguments in functions to be faster):
    - usb_client_attach (dev_info_t * dip, USB_DRIVER_VERSION, FLAGS); - for system reconiction of device
    - usb_get_dev_data (); - for having the main/control pipe
    - usb_lookup_ep_data(); - for get endpoint
    - usb_open_pipe(); - opening the pipe (can be done several times for several pipes)
    - read/write/bulk transfers(); - exchanging data throuh input/output pipes if such exists
    - usb_close_pipe(); - closing all pipes other than the main one
    - usb_client_dettach () - dettaching device from system
    i think this is the general order of events/routines.
    My problem is in the first routine, the usb_client_attach(). How do i know that i�m connecting the right device. (let�s say i�d like to connect a USB PEN for example), the dev_info_t * dip is an empty structure, how do i fill it with the device information for the device i�d like to connect? For example how come do i know if the device info in the "DIP" structure belongs to the USB PEN i�d like to connect and not to any other USB device connected?
    I searched all documentation (the online one) and could not find an example of how could i do such a thing.
    Is there any way to do that?
    Thanks in advance for any help, i�m really needing to have some clarification in this matter.
    Miguel

    well just a quick update, i changed the way of programing and stated using the /dev/usb/xxx.xxx/0 pipes and allready can get the device information.

  • Search Help for Hierarchy Node in SAP BW 7.3

    Hi Experts,
    We were previously using SAP BW 7.1 system and we had a table which used to be maintained through SM30 which has a customed search help on one of the fields for a hierarchy object. And it was working perfectly.
    However, one of our systems have just been migrated into 7.3 version and the above functionality is no longer working.
    This is what is happening now:
    - User selects a hierarchy and after selection nothing is being displayed on field on the table.
    We have tried to debug this customed search help in both environments to distinguish what is wrong. We have noted that a standard function module (RRSV_IOBJ_VALUE_OUTPUT) is not behaving similarly. In 7.1 system, the C_T_DATA table is being filled whereby in the 7.3 system, it is empty.
    Do you think this is the issue?
    Please do advise and propose what can be done to make it work. Or any idea on how to create a new search help for a hierarchy node in 7.3?
    Thanks in advance.

    hi,
    one more thing i will like to add here is in BW 7.3 you get a new security admin feature that allows you to make mass changes to authorizations instead of one-by-one. This can be done by cut-and-paste in a worklist, hierarchy nodes, and you can also add users to multiple analysis authorizations.
    The u2018newu2019 authorizations has both the data value and hierarchy restrictions. You can still build using the u201CRSECADMINu201D transaction
    Also make sure that all objects are in the TLIBG library and they will be 'shielded' during the upgrade.
    regards
    laksh

  • Organisational Chart in Keynote?

    Do you know if Keynote/Pages/any other Apple software has a template to build an organisational chart?

    First of all this forum is for users of the program "AppleWorks" so you may get better answers if you post in either the Pages or the Keynote forums. You can find them under the catagory iWork.
    My understanding is the program "OmniGraffle" is what many people use for charts like that. A version came pre-installed on my machine, look in your Applications folder to see if it is already on yours.

  • Regarding Pages charts, when I try to 'build' a 3D chart all I get is little dots but not graphics.  No problems with 2D charts though. Guess my question is "Help?"

    Regarding Pages charts, when I try to 'build' a 3D chart all I get is little dots but not graphics.  No problems with 2D charts though. Guess my question is "Help?"

    Sorry for the delay getting back to this.
    Thanks to Fruhulda and Peter for their comments regarding the refusal of Pages to let me make 3D charts. 
    In answer to the questions put to  me in this regard :
    1. Pages version : Pages '09  v.4.1 (923)
    2. Mac O/S :          v.10.6.8 
    3. 3D chart :          Can't find a 'name', but upright bars with rounded corners ???
    4. Moved apps :    Not that I'm aware of!  All should be as installed off the disc.
    5. A note :              I have been able to create these in the past - related to a SW update? 
                          and ... can create these charts perfectly in Keynote (go figure).
    Thanks to all.
    CM

  • Build Hierarchy  with nodes with ABAP for custom Infoobject

    Hi,
    Need to build hierarchy with nodes with abap for custom infoobject.
    Thanks

    Hi,
    Using information from:
    http://help.sap.com/saphelp_nw04/helpdata/en/fa/e92637c2cbf357e10000009b38f936/content.htm
    you can bulid flat file with hierarchy data and then load in into BW...
    Krzys

  • Need help for flash builder

    i need help for flash builder 4 and papervison 3d. I need to create a slider with it ranges of value from 10 to 50 to adjust the camera values for the camera.fov and also need to create it for the yaw of the object from 0 to 360. I try to look for any slider event and classes in this program but cant find any, btw, i need to use the AS only project file.
    here is my codes:
    can you please tell me how i should modify the codes?
    package
        import flash.display.BitmapData;
        import flash.display.Sprite;
        import flash.events.Event;
        import org.papervision3d.materials.BitmapFileMaterial;
        import org.papervision3d.materials.BitmapMaterial;
        import org.papervision3d.objects.primitives.Sphere;
        import org.papervision3d.view.BasicView;
        [SWF (width="800", height="600", backgroundColor="0x000000",frameRate="30")]
        public class EarthBitmap extends BasicView
            private var sphere:Sphere;
            public function EarthBitmap()
                super(800 , 600);
                var earthmaterial:BitmapFileMaterial = new BitmapFileMaterial("../assets/Earth.jpg");
                sphere = new Sphere(earthmaterial,100,20,18);
                camera.fov = 25;
                scene.addChild(sphere);
                addEventListener(Event.ENTER_FRAME,rotateSphere);
            public function rotateSphere(evt:Event):void
                sphere.yaw(0.2);
                singleRender();

    Turn the click handler into a full on separate function. Then store all the views in an array and use Math.rand() to randomly choose one.
    Something like this:
    <fx:Script>
         <![CDATA[
              var questionsArray:Array = {question2,question3,question5,questionRed,questionGeography};
              function buttonClickHandler(event:MouseEvent){
                   var randomProblem:int = Math.floor(Math.random()*(questionsArray.length));     //generates a random integer between 0 and the total number of questions in the array (arrays are 0-based)
                   navigator.pushView(questionsArray[randomProblem]);
         ]]>
    </fx:Script>
    <s:Button id="randomProblemButton" label="Next Problem" click="buttonClickHandler(event)" />
    Haven't tested that, but something along that line should work

  • How to build search help for company code (BUK) in SRM

    Hello,
    I am new to SRM and was wondering if any have come across similar requirement. I am a workflow developer and we are building a custom table to derive deadline escalation timelines. We are also adding a field in our custom table for company code so that we can have company specific deadlines. table T001 is empty in SRM and hence we are unable to use F4 (search help). Is there existing functionality in SRM that gets this search from the backend ECC system and displays when F4 is pressed. How can I use that functinoality?
    Appreciate any info folks.
    Thanks again.
    Samir

    Hi
    Which SRM version are you using ?
    <b>Related links -></b>
    Re: Search Help on SRM front end screen
    F4 Help for WBS Element
    Re: Company Code defaults
    Re: Search help for Custom Item level field
    Custom field in SRM as a dropdown field with values stored in R/3
    Calendar help for Date i/p field in SRM 5.0 shopping cart
    Company code
    Problems assigning values via F4 or search help
    Also There is a standard table in SRM which contains Plant data ->
    <b>BBP_LOCMAP</b> (Mapping Table Business Partner --> System --> Location)
    Try creating a  custom search help based on this Table, defined as selection method and assign the same to the related field.
    Do let me know.
    Regards
    - Atul

  • Search help for partner functions in the message to get organisation unit O

    hello,
    Depending on the Business partner category (Organisation, Person,Group) the search help of the partner function in a message should return the corresponding partner list.
    This is working fine for standard partner functions like SLFN0002 (reported by=P) SLFN0003 (support team=O). When doing a searchhelp we get a list of organisation for the "support team" and a list of users for "reported by". this is a normal behaviour.
    When copying the partner function SLFN0003 into a new ZLFN0003 and including it in the partner profile of the message the search help returns all business partners of category P but should return category O.  The function category 0016 (service team) is well defined for ZLFN, I guess the link to business partner category is made indirectly there but I might be wrong.
    Does anyone of you experience the same behaviour ?  Any idea how to correct this ?
    thank you for your help
    Xavier

    Hi,
    Collective search helps:- Combination of elementary search helps. When we need to fetch data based on multiple selection criteriau2019s. More than one tables are Selection from multiple tables
    Steps for creating collective search help.
    1) Enter the search help name and click on create.
    2) Choose Collective search help radio button option as the search help type.
    3) Enter the search help parameters.
    Note that there is no selection method to be entered for a collective search help.
    4) Instead of the selection method, we enter the included search helps for the collective search help.
    5)We need to assign parameters for each of the included search helps.
    6) Complete the parameter assignment by clicking on the push button.
    7) Collective search help offers the user to obtain F4 help using any of the included search helps.
    Hope this helps u.
    thanks

  • HT201210 Hi, cant update IO6. After downloading the update and processing it through Itunes on my mac.... and I have a factory unlocked Iphone 4S. Cant update the software. Waring message is say this devise is not eligible for build. Please help.

    Hi, cant update IO6. After downloading the update and processing it through Itunes on my mac.... and I have a factory unlocked Iphone 4S. Cant update the software. Waring message is say this devise is not eligible for build. Please help.

    Download iTunes using the tab at the top of this page. Then run the update with iTunes closed.

  • Automating generation of web help for a daily build?

    There's a desire at my work to automate the generation of web help so that it can easily be picked up by the daily build. The (vaguely expressed) idea is to somehow kick off an automatic conversion of the latest version of our admin guide (which is the only document we single source) at the end of each day. Has anyone set up something like this? I was unable to find any traces in these forums or elsewhere.
    We use RoboHelp 8,  FrameMaker 9, and CVS for source control.  
    Many thanks in advance for your help!

    Thanks again Kathy and William for your help. I've almost got this to the point where it can be completeley automated.
    Here are the steps I'm using (likely old hat to most people, but wanted to share for other rookies like me):
    Update the RH project by invoking the update script:
           "D:\Program Files\Adobe\Adobe RoboHelp 10\RoboHTML\RoboHTML.exe" -x  Z:\techpubs\ER10\AG\UpdateFM.jsx
    Generate the output:
             rhcl c:\techpubs\AG\SentrionAdminGuide.xpj -l WebHelp -o c:\cvs\mmc-appl-mgmt\src\doc\WebHelp
    Commit those files to CVS. I don't know what would be required to automate that part. I would guess something like:
            cvs update -P c:\cvs\mmc-appl-mgmt\src\doc\WebHelp\  and then cvs commit -m  "comment" -- [files] 
             I'll update this if/when I get some developer help for the entire automation.
    Also, I had some trouble getting the example script William pointed me to to work as I expected. My colleague (Robert Lauriston) solved it for me: the problem was in the error handling part of the script:
    if(projectPath = '')
                   //Error!. Quit RoboHelp
                   alert("Project path is not defined. \nPlease update the 'projectPath' variable in the script.");
                   RoboHelp.quit();
    Once I removed that, the stripped-down version worked just as I had hoped:
    var projectPath = "C:\\techpubs\\AG\\SentrionAdminGuide.xpj";
    // User should update the project path.
    // e.g. "C:\\Users\\mayank\\Documents\\My RoboHelp Projects\\RH8_1\\RH8_1.xpj"
    //PLEASE NOTE:  Replace '\' with '\\' in the path above.
    main();
    function main()
            RoboHelp.openProject(projectPath); //Open the project
            RoboHelp.project.updateAll(true); //Update all linked documents (pass true for Force update)

  • How to implement 'Context Sensitive Help' for Workforce Performance Build Tool.

    Hi Gurus,
    We have a requirement to implement ‘Context Sensitive Help’ for Workforce Performance Build Tool. Please let me know how to go about implementing the "Context Sensitive Help".
    It will be great if you can share some links to the documents and screenshots.
    Thanks,
    Sanjiv Karmakar

    Hi Sanjiv,
    do you you mean expand the Help Menu => Pull Help or do you mean
    EPSS => push Help?
    in case pull help please tell me exactly which system GUI or EP and version you are using.
    many different scenarios are possible.
    Tom
    P.S. Please take care of  the name is Workforce Performance Builder or maybe in-official WPB.
    many people ask in the HCM area for help, this is the reason why we do not observe all discussion.
    The name in the title will help us to find your questions on time.

  • Project Online - Cube script for building files

    Hi
    We have to use Project Online for our solution and we need to build a reporting database in SQL.
    Instead of building the schema manually,are there any pre built 2013 ones for use?
    Also, would there be any ETL scripts for building the cubes available or are all of these only developed through paid services - ie Project Hosts, Agorain?
    Regards
    Sean 

    Hello,
    There are some SSIS package examples / blog posts you can start with but each organisation would have different requirements so it would be difficult to have a pre-built production SSIS package that suited all. The links below might help get you started
    with creating your custom SQL Reporting database / data warehouse:
    http://pwmather.wordpress.com/2014/03/26/projectonline-data-via-odata-and-ssis-in-sql-database-table-on-premise-msproject-sharepointonline-bi-ssrs-office365-cloud/
    http://nearbaseline.com/blog/2014/04/project-site-custom-list-reporting-using-ssis-odata-connector/
    http://msdn.microsoft.com/en-us/library/office/dn794163(v=office.15).aspx &
    http://www.microsoft.com/en-us/download/details.aspx?id=43736
    To create an OLAP cube from you custom data warehouse would required you to create the code to do that. You could look at using one of the Microsoft partners to do all of this for you as a paid service.
    http://office.microsoft.com/en-gb/project/microsoft-project-partner-resources-ms-project-FX103802119.aspx
    Paul
    Paul Mather | Twitter |
    http://pwmather.wordpress.com | CPS

Maybe you are looking for