Difference on get node

Hi all,
What's the difference among the two ways to get a node?
1 -
wdContext.nodeRequest_EmployeeRegisterViDocument_registerEmployee()
2 -
wdContext.currentRequest_EmployeeRegisterViDocument_registerEmployee()
Regards

Hi,
wdContext.nodeRequest_EmployeeRegisterViDocument_registerEmployee() refers to the entire node elements.
wdContext.currentRequest_EmployeeRegisterViDocument_registerEmployee() refers to the current node element.
To give you an example, suppose your node has 2 attributes, Name and Address.
Now you can have multiple set of Name and Address attrbutes stored in that node.
Suppose if this node is bind to a table UI and your cursor is pointing to one of the values in the node, then you will use currentNode object of that node.
Ashutosh

Similar Messages

  • GET NODE

    HELLO,
    can any one tell me what is the difference between GET NODE and GET NODE LATE ?
    Thank you very much in advance.

    HI,
    GET NODE
    This is the most important event for executable programs that use a logical database. It occurs when the logical database has read a line from the node node and made it available to the program in the work area declared using the statement NODES node.
    When you define the corresponding event block in the program, you can specify a field list if the logical database supports field selection for this node:
    GET node [FIELDS f1 f2...|.
    please check this link
    http://help.sap.com/saphelp_nw70/helpdata/en/9f/db9aa335c111d1829f0000e829fbfe/content.htm
    GET node LATE
    This event is triggered when all of the data records for a node of the logical database have been read.
    When you define the corresponding event block in the program, you can – as with GET –specify a field list if the logical database supports field selection for this node:
    GET node LATE [..FIELDS f1 f2...|.
    Please check this link
    http://help.sap.com/saphelp_nw70/helpdata/en/9f/db9abd35c111d1829f0000e829fbfe/content.htm
    regards
    raam

  • Difference between Interface node and normal node?

    What is the main difference between  Interface node and normal node?
    Cheers
    Aisurya.

    Hi surya,
    Interface node or methods comes into picture whenever you want to use one component as used component. I mean to say
    Component usages. If you select node as interface node, it will available in another component so you can use that node or methods.
    Normal node means in that component only. Simply we can say for component usages we go for interface nodes.
    Cehck This...
    http://help.sap.com/saphelp_nw70ehp1/helpdata/EN/79/555e3f71e41e26e10000000a114084/content.htm
    Cheers,
    Kris.

  • How to get nodes and its attributes of an XML file usiong DOM parsing?

    how to get nodes and its attributes of an XML file usiong DOM parsing?
    i am new to XML parsing.......
    Thanking you........

    import org.w3c.dom.Document;
    import org.w3c.dom.*;
    import javax.xml.parsers.DocumentBuilderFactory;
    import javax.xml.parsers.DocumentBuilder;
    import org.xml.sax.SAXException;
    import org.xml.sax.SAXParseException;      ...
    //Setup the document
    DocumentBuilderFactory docBuilderFactory = DocumentBuilderFactory.newInstance();
         DocumentBuilder docBuilder = docBuilderFactory.newDocumentBuilder();
         Document doc = docBuilder.parse (new File("MY_XML_FILE.xml"));
    //get elemets by name
         String elementValue = doc.getElementsByTagName("MY_ELEMENT").item(0).getTextContent();
    //This method can return multiple nodes, in this instance I get item(0) , first nodeRead the api for other methods of getting data.

  • GET Node in logical database to be executed on a condition

    Dear Friends,
    I have used GET NODE (get pernr) to extract data from HR LDB- PNP.
    Using HR Report Category I have customized selection screen so that user cannot enter employee number (so that he can only see his payslip only) but can select just the period.
    So in the calling program I want "GET pernr" to execute only when pernr = sy-uname. How can I do it???
    Thanks,
    Amit

    Hi ,
    After the Get event ,put a check statement on node data like
    Get Pernr.
    Check pernr-pernr = sy-uname.

  • Get Node Key Multiple Items Selected  from ALV tree

    Hello Experts,
    I'm having a problem in getting Node keys for the items displayed as ALV tree.
    I'm able to get Node key, when only ONE record (Item) is selected.
    But, when I select multiple items under a Single node am not able to read(get) the node keys for all the selected items.
    I'm using the classCL_GUI_ALV_TREE.
    I have tried using the method GET_CHECKED_ITEMS, but not getting the keys.
    method GET_SELECTED_ITEM is giving node for a single item. I need it for multiple items selected.
    Thank you for your time.
    -SANGAR

    Hi,
    You need to use checkbox concept. and use method GET_CHECKED_ITEMS get selected items
    please check this tread.
    CL_GUI_ALV_TREE and Checkboxes
    aRs

  • Get node jtree without click

    hi all,
    I want get node from jtree without click, just with mouse in node.
    I look in google but dont find nothing...
    I try use listener but MousePressed dont help-me.
    thanks

    jTree1 = new JTree1(treeModel);Sorry, now
    jTree1 = new JTree(treeModel);
    MouseMotionListener mm = new MouseMotionListener(){
          public void mouseMoved(MouseEvent e) {
                System.out.println("moved "+e.getX()+" "+e.getY());
                 int selRow = jTree1.getRowForLocation(e.getX(), e.getY());
                TreePath selPath = jTree1.getPathForLocation(e.getX(), e.getY());
                if(selRow != -1) {
                                    System.out.println("mouse moved..."+selPath);
        public void mouseDragged(MouseEvent e) {
                   System.out.println("dragged "+e.getX()+" "+e.getY());
    jTree1.addMouseMotionListener(mm);
    jScrollPane1.setViewportView(jTree1);

  • Iam not getting nodes in enterprise manager consol

    while iam logging from oms(enterprisemanager) not getting nodes
    iam getting the error as home agent is not started
    if i start manually in services it is not starting
    pls help me
    thanks
    kiran
    [email protected]

    I don't know about the error but alternatively you can get the list via DBA_NETWORK_ACLS and DBA_NETWORK_ACL_PRIVILEGES views.

  • Difference between GET pernr LATE and GET pernr LAST?

    Hi all,
    does anyone know the difference between GET PERNR LATE and GET PERNR LAST?
    Regards
    Mart

    hi,
    Please refer to this link:
    [http://help.sap.com/saphelp_nw70/helpdata/en/9f/db9abd35c111d1829f0000e829fbfe/frameset.htm]
    Hope this will Help.
    reward if useful.
    Sumit Agarwal

  • Difference between value node,model node and recursion node?.

    Hi all,
    this is to ask you the difference between modal node, value node and recurrsion node?
    please explain
    Anhitya Kashyap

    hi Anhit,
    node can be classified as a value node or model node. The difference between value nodes and model nodes is that a value node can store the data itself, whereas the model node only references an external model object that stores the data.
    more on nodes check this
    http://help.sap.com/saphelp_webas630/helpdata/en/b8/cd96edb9c8794aa362e6e8b4236a1f/frameset.htm
    thanks,
    Saloni

  • Difference between hierarchy node and single value

    Hi experts,
    Can anyone explain me the difference between hierarchy node and single value?
    This is my problem:
    I have a query that uses a characteristic (0ORGUNIT) with a hierarchy and I execute it without any problem but when I try to set a fliter on this characteristic and I try to find a single value, for example 101, it doesn't appear in the single value list, instead it appears in the hierarchy nodes list in the selection window.
    I think I'm confused about both terms because I thought  a hierarchy node was always the one who has one or more values as its lower levels like this:
    A. 10
        A1.  100
        A2.  101
        A3.  102
             A3.1.  1021
    B. 11
    I this case I thought , for example, 101 was a single value but not a hierarchy node so I must find it in the single values list in the selection window, however, 102 can be both and must appear in both lists, is it true?
    Thanks in advanced

    In BW, hierarchy node with more information compare to the single value. for example, it always carries its father node information, which it belongs to. and some time information if it is time-dependent.
    So, when you using hierarchy node, it means at least 2 information: value and "position" (who is its father node)
    That's the reason why you see the hierarchy tree when choosing the node.
    If you want to expand the hierarchy to the certain level, you can setting in the property. Another choice is restrict in the query designer.

  • Difference between GET and URL Rewriting in Servlets

    What is the difference between GET and URL Rewriting in Servlets?.Please illustrate with an example.

    Thanks for your reply gimbal.
    GET appends query string at the end of the URL. URL rewriting also does the same thing. It also appends query string right?. Then what is the difference between two. I have this question in my mind for long time.To my surprise an interviewer asked this question in an interview also.

  • If my 5c screen clicks could i take it to the apple store and pay the difference to get a 5s?

    the screen on my 5c clicks and seems loose. If i can take it to my local apple store would they offer the difference to get the 5s?

    Connect it to your Mac or Windows PC and restore it completely, if the problem persists, go to your nearest Apple Store.

  • Difference betweek adding node via Sysadmin and adding host via OAM

    We have cluster setup at DB node in EBiz 11.5.10.2. After running autoconfig we have to manually add physical host entry in FND_NODES table. We do this via sysadmin > Install > Nodes. But I have seem some difference when we add node via OAM > add new host and sysadmin > install > nodes. Specially if you add host via OAM, it add support_CP value along with hostname, same doesn't happen if you do via sysadmin.
    Did anyone know technical difference between these two approach.

    Here is the X server backtrace I get when I try to open an image in GIMP:
    Backtrace:
    0: /usr/bin/X(xorg_backtrace+0x3b) [0x813017b]
    1: /usr/bin/X(xf86SigHandler+0x51) [0x80d8cb1]
    2: [0xb7fde400]
    3: /usr/lib/xorg/modules//libexa.so [0xb7a07f4c]
    4: /usr/lib/xorg/modules//libexa.so(exaComposite+0x607) [0xb7a08747]
    5: /usr/bin/X [0x8175e5d]
    6: /usr/bin/X(CompositePicture+0x19a) [0x815e86a]
    7: /usr/bin/X [0x810ef9a]
    8: /usr/bin/X [0x811f20d]
    9: /usr/bin/X(miPointerUpdateSprite+0x1ac) [0x8118aec]
    10: /usr/bin/X [0x8118bd5]
    11: /usr/bin/X [0x8145948]
    12: /usr/bin/X [0x81691ee]
    13: /usr/bin/X [0x809378f]
    14: /usr/bin/X [0x8098611]
    15: /usr/bin/X(miSlideAndSizeWindow+0x24e) [0x812734e]
    16: /usr/bin/X(ConfigureWindow+0xab3) [0x8078763]
    17: /usr/bin/X(ProcConfigureWindow+0x9c) [0x808b7ac]
    18: /usr/bin/X(Dispatch+0x34f) [0x808c20f]
    19: /usr/bin/X(main+0x47d) [0x8071c8d]
    20: /lib/libc.so.6(__libc_start_main+0xe5) [0xb7beb6c5]
    21: /usr/bin/X [0x8071071]

  • To get  node value in a tree

    I have a tree with 3 level and it is working fine.. In view mode I need the First child value of the 3rd level with out clicking / Selecting from teh Tree node..
    for eg;
    A -- ist level
    Ap -- 2nd level
    Apple -- 3rd level
    So What I need is that I should get a message 'Apple' While landing teh Form itself without clicking on teh Tree
    Thanks in Advance...

    To my knowledge it is not possible to get the value of a node which is not selected.
    What you have to do is to build up a memory structure similar to your tree, then you can access any node at any time.
    Peter

Maybe you are looking for

  • How to save resized photo in the event

    I am having trouble saving my resized photo in my event. When I open an event, choose the photo I want to resize, and use the export feature, I am unable to choose my event as a place to save to. Any suggestions. What I end up doing is saving it some

  • Problem with synching pictures

    Help, please. My Blackberry Torch 9800 - sychs perfectly from the docking station for all my organizer data, but when I ask it to synchronise pictures, the desktop program refuses to recognise the presence of the device (that it has just been connect

  • Stopping iTunes V11 from automatically opening

    HELP! Each time I disconnect my iPod, I exit iTunes but it keeps constantly opening automatically.  It's fecking annoying. I've reconnected my iPod, gone to the Summary Tab and unchecked "Open iTunes when this iPod is connected" as well as unchecked

  • Cannot create link in report region!

    Hello Everyone, I have developed a region in Page 0 which holds the page items of a JQuery Dialog Box and javascript fuctions( dispAudit_p(), dispAudit_r()) to pass value between the page and the dialog box. Now! In my actual page i have a master det

  • XML Output - II

    Hi All, I have an XML output with 4 columns and 1 row. I would like my output to look like individual fields placed one below the other (as opposed to a tabular XML format). Can somebody tell me the different options I got? Appreciate it. Regards, V