Display E-Business Suite Navigation in Tree Structure

Hello:
When I login to E-Business Suite the Module display is in Folder format
Is it possible to display Tree Structure?
When can I get the instruction?
Please help
Vijay

Hi,
Is there a way where I can create a VO in ADF to which I can insert records dynamically from a source and the Source connects to E Business Suite tables and returns results ie BPEL etc.
http://download.oracle.com/docs/cd/E15523_01/web.1111/b31974/bcadvvo.htm#sm0341
Just replace the PLSQL example with your data source
Can ADF invoke SOA which inturn connects to Oracle E Business Suite and fetches the data from Oracle tables and pass it back to ADF? Is it possible
Yes. Just use a WS proxy client to access the SOA entry point (WSDL) and follow the link above
Frank

Similar Messages

  • Navigation or tree structure is possible Adobe Interactive?..

    Hi,
    Navigation or tree structure is possible is Adobe Interactive form?.
    Like
    Header
    >   ( When they navigate this arrow head, there is some record.. When you expand there may be record with which give again    navigation)
    > A
       B
       C
    >
    >
    Is it possible?
    Thanks
    GJ

    Hello again,
    of course that is possible. But there is not standard component for this. Build you can build your own and add it into your LCD library as a custom field/ object. In case you didn´t read my blog about how to do that, check it here: /people/otto.gold/blog/2010/01/12/adobe-forms-about-the-custom-components
    Back to the tree control:
    - lets create a subform which will be the root for the component
    - inside the subform (which has direction top to bottom with flowed content) create a header (you can create this as a static text or as a text field or something)
    - again inside the subform, create another subform (X2), this will hold all the content of the header node, what means: when clicking on the header node, all this will dissappear.
    - inside the subform X2 you can create as many sub-root as you wish and follow all that once more - recursively
    - now you need to write a script into the header field/ text onclick event. This script will check if the X2 subform is present (presence = visible) and if it is, it will set the presence to hidden and vice versa...
    Regards Otto

  • Displaying of uploaded directory in a tree structure using servlet

    I have uploaded a directory at the server side.I want to diplay the whole directory in tree form at the client side.I don't want to use Jtree or swing option neither applets.I want to do it using Java Server Page.But I am not able to do it??COuld anyone sujjest a method or can send me a piece of code that may help me to do this...Looking forward for your Brainstorming replies....and codes....

    Could you please explain it more and if possible can u give piece of code??I will be grateful to you...

  • How to displaying "my favorite Links" as a tree view menu

    Gurus,
    I have a KM iView in portal home page, where users keep adding their favourite links from time to time.  Now I want to display all the links as in tree structure say -
    Content Admin
             |--> Page A
             |--> Page B
    System Admin
             | --> Page C
    Kindly help me out in finding a solution.
    regds,
    Sukanta Rudra

    Krishna,
    Thanks for the reply. I was able to create the tree view.  Now I have two requirements related to this.
    1. How to have them as collapsible menu structure, which gets expanded as and when user wants.
    2. Can we customize it as, Whenever a user add as page in favorites, it will ask for to to put in some folder that is there under my favorites links? I belive it requires some programming customization. Could you guide me, for some solution.
    regds,
    Sukanta Rudra

  • ALV Tree Structure

    Hi All,
           Is there any Function module to display the output in a ALV tree structure( like parent node --> child nodes)
    Thanx in advance,
    Regards,
    Ravi

    Hi kranthi,
    1. Its quite simple.
    2. Basically there are TWO FMs,
    which do the job.
    3. just copy paste in new program
    and u will know the whole logic.
    4.
    REPORT abc.
    DATA : tr LIKE TABLE OF snodetext WITH HEADER LINE.
    data
    tr-id = '1'.
    tr-tlevel = 1.
    tr-name = 'amit'.
    APPEND tr.
    tr-id = '2'.
    tr-tlevel = 2.
    tr-name = 'mittal'.
    APPEND tr.
    display
    CALL FUNCTION 'RS_TREE_CONSTRUCT'
    TABLES
    nodetab = tr
    EXCEPTIONS
    tree_failure = 1
    OTHERS = 4.
    CALL FUNCTION 'RS_TREE_LIST_DISPLAY'
    regards,
    amit m.

  • Embedding a table in a tree structure in an in WebDynpro application

    Hi All,
    I need an application that displays a table dynamically in a tree structure as it's child node.
    Can any one suggest me how to approach ?

    Hi SMI SAP Project Team,
    Please check the code for loop and lead selection when you setting the values.
    for( f = 0; f < e; f++)
    Refer to below documents:
    initializing AbstractList Model in Custom Controller
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/761eba66-0401-0010-b982-d5f5bd9e8f90?quicklink=index&overridelayout=true
    Hope it will helps
    Regards
    Arun

  • Tree Structure in JSP

    Hi,
    I have an xml file , my requirement needs me to display the xml file as a tree structure in jsp. The user should be able to make changes to tree. he can drag and drop the nodes and save the changes.
    I parsed the xml file and created a method that returns an arrayList of the immediate children given a node.I'am not getting how to proceed from there on.
    Can anyone provide me with any useful tips or code. I can use javascript css java(not swing).Please reply ASAP as I have to complete it soon.
    Thanks,
    Sabi

    Hi why dont you try the link below,
    basically its for menu u can change it,
    http://demo.raibledesigns.com/struts-menu/
    in the above link see the following hyperlink
    Expandable DHTML List Example - Shows Expandable DHTML list

  • How to get tree structure navigation in module pool program

    please send me a sample code for getting tree structure navigation in a screen  in module pool program.
    ex.
    masters
    items

    do a chain and endchain on the fields.Then insert the fields in to the required database.

  • Display Tree structure using EVS or OVS

    Hi All,
        Here we have a requirement like display tree structure when I press F4. currently the sample application (using Object Value Selector or Extended Value Selector) is displaying the values in table, instead of table here we have to display it in tree.
       If it is not possible using either OVS or EVS please tell me what is the other way to solve the problem.
    Please give me any suggestion.
    Regards
    Suresh

    Suresh,
    You can emulate the behaviour by having a separate view for the tree structure.
    1.) Create a new view and put your tree structure UI + related logic in that view.
    2.) Create an input field and a linkToAction / button (with the text "Search".) aligned side by side.
    3.) On click of the search button, show the view containing tree as pop-up.
    You may develop upon this hint to meet your requirement.
    ~ Bala

  • Display Tree Structure in a List / Select Box

    I need info on the following
    1.display tree structure inside a select/combo/list box.
    2.Select a node element from the above tree structure.
    Thanks in advance

    Have you managed to do this?
    Faaiez

  • Regarding Tree structure display in Webdynpro ABAP

    Hi Experts,
    I am very new to webdynpro ABAP , I was asked to implement some functionalities of RWBE transaction in webdynpro , in RWBE transaction list can be displayed as Tree structure , in webdynpro how i can implement this ? using ALV UI element is it possible . Please help .
    Regards,
    Ratheesh BS

    Hi ,
    I need an output like the below
    <material number                 a1           a2        a3
              < plant                       b1          b2        b3
                 . org                        c1          c2        c3
    <material number                 A1          A2       A3
    is it possible to show the output as in this format using ALV ?.
    I have tried with the help provided by SDN , but not succeed .
    also i need to capture double click event and show the currosponding result in a seperate view.
    here material number is the parent node , plant and org were child nodes
    Regards,
    Ratheesh BS
    Edited by: Ratheesh Bhaskaran on Oct 7, 2008 4:22 PM
    Edited by: Ratheesh Bhaskaran on Oct 7, 2008 4:26 PM
    Edited by: Ratheesh Bhaskaran on Oct 7, 2008 4:29 PM

  • SE80 : Source for the tree structure display for any type of Object

    Hi Experts ,
    I have developed a report which takes in a TR .Given a TR , I get the list of objects under it from table e071 table .
    Now , I need all the objects (includes,screen,status,etc) related each of this object  . SE80 perfectly does this in the form of a tree structure but now sure how.
    Is there any Standard Table in which this information is stored or any FM/Method using which these details can be retrieved ?

    Hi,
    You may use this tool : [SDN wiki: ABAP program to read where-used lists|http://wiki.sdn.sap.com/wiki/display/ABAP/ABAPprogramtoreadwhere-used+lists ]
    Sandra

  • Display the name of responsabilities of the E-Business Suite in OIM 11

    Hi
    I have a problem when is displayed the responsability of E-business Suite to user in the IDM.
    Is displayed the responsability code instead of the responsability name.
    I changed some configurations in child EBS form, Design Console,
    Column Captions = lkv_encoded
    Lookup Column Name = lkv_encoded
    Where is lkv_encoded i changed to lkv_decoded but not worked
    Can help me ?
    TKS

    Hi Jose,
    no idea whether this is approach is correct or not, you can judge yourself (so without warranty ) It's based on the way Tom Kyte calculated the size of a table in one of his posts on AskTom.com. I just put some aggregations around it:
    select owner
        , count(table_name) as count_tables
        , sum(table_size_in_MB) as total_size_in_MB
    from ( select owner
                , table_name
                , round((blks*(select value from v$parameter where name = 'db_block_size') - blks*avg_space)/1024/1024,1) as table_size_in_MB
              from (select owner
                        , table_name
                        , blocks blks
                        , empty_blocks
                        , avg_space
                        , num_freelist_blocks
                      from all_tables
    group by owner
    order by 3 desc nulls last;
    Have fun.
    David.

  • Displaying Tree structure in FC -

    I am trying to display a tree structure in FC similar to what is see here:
    > GrandParent Node 1
    > GrandParent Node 2
    > GrandParent Node 3
    When user clicks on ">GrandParent Node 1", then it should expand the contents under it and should look like:
    v GrandParent Node 1
       >Parent Node 1
       >Parent Node 2
    > GrandParent Node 2
    > GrandParent Node 3
    When user clicks on ">GrandParent Node 1" again, then it should collapse the contents.
    I am oversimplifying my end result here.  Is there an efficient way to achieve this requirement without creating multiple states or pages?

    kk88:
    No, there is no straightforward way of doing this in Catalyst. What you really want, it seems, is a tree control. Currenly the only way add a tree control to a Flex application is to use Flex Builder.
    As you point out, a limited tree could be constructed with states in Catalyst, but this would be very cumbersome for all but the smallest trees.
    - Bruce

  • How to Display Tree structure in Grid Data ?

    Hi Friends.,
                      I am Using tree control to get the data from database dynamically.
                        Now i use to selected (node or folder) will be display in grid in tree structure with using panel.   any Example coding....?
    Any One Help me.....
    With Regards.,
    Lingu..,

    i've posted some examples to Tree structures in a Datagrid in a topic a few below this one
    http://forums.adobe.com/thread/569070?tstart=0

Maybe you are looking for