Accessing Mixed Nodes

Hi everyone,
I have a requirement where i have added a value attribute to a model node. I need to set and get values from this value attribute. As this is not part of BOL i am unable to read them using BOL entity class. How to get and set values from a value attribute which is part of a model node. And I have this value attribute in the context node BTADMINI of component BT115IT_SLSO. Any help is really appreciated.
Thanks,
Chan

Hi Chan,
Get your value node in an instance of if_bol_bo_property_access. Then you can use the set_property and get_property methods of that interface.
Regards,
Masood Imrani S.

Similar Messages

  • Access the nodes data in a table view (generated by aet).

    Hi all ,
    I have created a table view in bp overview page.
    so it has created new component /ztable/zbol entity .
    Now how can i access the nodes of BP page..in the new component created?.

    thanks vishal ,
    but as per the thread,when we create table view using aet ,
    Table view in EHP1 CRM 7.0
    You dont need to worry about the component usage nor you need to create or handle anything like that for AET compoent for table extension. SAP has a special way to handle it in WD_USAGE_INITIALIZE of component controller for AET extension generated component so its nothing for us to do about it. Thanks to SAP
    so still i need to redefine..or can directly access the nodes in do_prepare_output.?

  • Error while accessing Heirarchy node in report

    Hi Experts,
    I am getting an error message while accessing a node in hierarchy while using variables for reports. I used Tcode RSZV but its throwing error that it doesnot exist in BW 3.x and it is embedded in Bex. Can any one guide me for any other options available to get the same functionality in Bex?
    Thanks ,
    Pilli.

    Hi Pilligay,
    First check the version you are using.
    T code RSZV is used in the earlier version of 3.0B only.
    From 3.0B onwards it is possible in the query designer (BEx) itself. You need to  right click on the info object for which you want to use as a variable and proceed further in selecting variable type and processing type.
    Cheers,
    Tanish

  • Unifier manager is empty in mixed node

    Hi experts,
    I created a mixed node for the Attributes of an tablelike  Assignmentblock. The collection of the mixed node is filled correctly with the information of the entity and the extra structure. The problem is, that the extra Attributes are empty in the Assignmentblock.
    I debugged and got the following information.
    In get_xxx Method i get the wrong entity. current = collection_wrapper->get_current( ).
    the collection_wrapper hast a collection_reference to cl_bsp_wd_2collection_wrapper (my Class for my mixed node)
    There I have the attributes CL_BSP_WD_COLLECTION_WRAPPER  with the Attribut COLLECTION_REF (this collection ref is filled with all my data correctly) and the attribute CL_BSP_WD_2COLLECTION_WRAPPER with the attribut UNIFIER_MANAGER which collection is empty.
    Now, how can i get the correct current collection or how can i fill the collection of the unifier manager?
    Thanks and regards,
    Sebastian

    Hi,
    What is the solution to this ?
    We are facing exactly the same issue ?
    Thanks,
    Ashish

  • How to access a node using ID?

    Hi All,
    I have defined specific id for each node object. How can i access one particular node using the id?
    Can any one help me on this?
    Thanks,
    Thamizharasu S

    Hello!
    I just started to create my first javafx apps and stumbled upon the same problem. How can I access a Node which is identfied by the ID attribute?
    Text {
      id:"txt_greeting"
      content: "Click me to greet!"
      onMouseClicked: function( e:MouseEvent ):Void {
         //Access myselft to change the content attribute
    ...Any ideas?
    Thanks in advance.

  • Access current node in XPathFunction implementation

    Hello,
    When implementing an XPathFunction, is there a way to access current node?
    For example,
    "//*[local-name()='test123']"
    in the above example, the built-in function, local-name, take current node as its argument.
    However, from the API of XPathFunction:
    public Object evaluate(List args) throws XPathFunctionException
    It is not apparent how to access the current node.
    I've tried:
    "//*[myFunction()=1]"
    the input arg length is zero.
    Looking forward to any suggestions!
    Thanks!

    Thanks for the reply.
    Allow me to further clarify my problem with the following example:
    //*[local-name()='foo']/*[local-name()='bar']As shown in the above example, in the second call to the "local-name" function, the implementation
    of the function should unavoidably require the reference of currently navigated xml node (a "foo" node in
    the above example).
    However, it does not seem obvious how to achieve the same functionality with XPathFunction interface.
    So, what is the proper strategy if we want to implement our customized local-name-like functions?
    Thanks!
    Looking forward to suggestions.

  • Migrating Groupwise in a mixed node cluster

    I am currently migrating from a 2 node netware 6.5 cluster to a 2 node SLES 10 OES2 cluster. we are currently running GW 7. The new linux cluster node has been joined to the exisitng netware cluster to perform a rolling migration. The cluster is utilizing shared storage on an EMC san. I have looked at the migration documentation for GW, but it basically only talks about using the migration tool. Since the linux node has access to the SAN I dont need to actually migrate any data. Is it as simple as installing the GW linux agents on the linux node and failing over the resource? I have read that the GW database files use upper case letters which the linux cannot process and a database conversion needs to be conducted first.
    I am looking for some direction since there doesnt seem to be a whole lot of documentation available for migrating GW on a mixed cluster.
    Thanks.

    I don't think it will be quite that simple. The case conversion needs to be done, in both the files themselves (internally) and, I believe, the files and directory names.
    I am not sure if the migration "has" to be done, it may be possible to do an "inplace" conversion (agents down) using gwcheck (standalone) with the case conversion option. For the internal file stuff.
    for the file names, there may be a way to do this, scripted, even using linux commands. mv, awk, sed, for example.
    Hopefullly, google and others in the forum, can help.
    But, if you have the storage, or can create it, just use dbcopy, with the migration option. Depending on how you do it, you would have to alter the cluster startup and shutdown scripts to mount the new volumes.
    joe a.
    Originally Posted by jturnermia
    I am currently migrating from a 2 node netware 6.5 cluster to a 2 node SLES 10 OES2 cluster. we are currently running GW 7. The new linux cluster node has been joined to the exisitng netware cluster to perform a rolling migration. The cluster is utilizing shared storage on an EMC san. I have looked at the migration documentation for GW, but it basically only talks about using the migration tool. Since the linux node has access to the SAN I dont need to actually migrate any data. Is it as simple as installing the GW linux agents on the linux node and failing over the resource? I have read that the GW database files use upper case letters which the linux cannot process and a database conversion needs to be conducted first.
    I am looking for some direction since there doesnt seem to be a whole lot of documentation available for migrating GW on a mixed cluster.
    Thanks.

  • Access Child Node of a dataset

    I'm pointing to "root/data" in the XMLdataSet as var mdoReg
    I'm using spry:region and spry:detailregion
    Of course I can easily retrieve the node values of {name},
    {usr}, {key} and so on.
    -- but how do I access the children under <contacts>
    and <links>
    is there something like this {contacts/contact} that could
    traverse in?
    I have something like this for an XML structure;
    <root>
    <data>
    <name>name</name>
    <usr>usrname</usr>
    <key>value</key>
    <desc>description</desc>
    <contacts>
    <contact>contact-name</contact>
    <contact>contact-name</contact>
    <contact>contact-name</contact>
    ect...
    </contacts>
    <links>
    <link>link-value</link>
    <link>link-value</link>
    <link>link-value</link>
    </links>
    </data>
    </root>
    thanks
    Scott

    Hi Scott,
    There is currently there is a limitation of Spry that doesn't
    allow you do display nested data like this:
    loop through /data
    display 'name'
    loop through contacts/contact for 'name'
    display 'contact'
    end loop
    end loop
    However, you can build a master-detail just like in the
    products demo
    You'll display the 'name', 'usrname', etc and when the user
    click on one of the records you'll be able to display (in a
    separate spry:region) the related links and contacts for that
    'name'
    In order to accomplish this you have to create those two
    dataset to be dependent on the first one like this:
    ds1 - selects "/root/data"
    ds2 - selects "/root/data[name =
    '{ds1::name}']/contacts/contact"
    ds3 - same as 2
    Regards,
    Dragos

  • Freely Programmed search help - Accessing Alternative node

    Hi Experts,
    I am trying to use Freely Programmed search help for calling a custom WD component on pressing of F4 of an input field.
    I have done everything required and the component is being called properly as well.
    The issue here is that i need to pass two values to the the custom WD component on F4. As suggested in one of the threads I used F4_CONTEXT_ELEMENT to get the reference of the source context node and attributes. But the problem is that this gives reference to only that node which has the input field with F4 help (which is being used to call the custom component). The values which i need to pass are present in some other node.
    Can you please suggest a way of accessing the other node to retrieve and use the values in the custom component called?
    Regards,
    Ritvik
    Edited by: Ritvik Prasad on Mar 31, 2010 5:16 AM

    Hi Manas,
    Thanks for the suggestion. I had thought about it too. But the problem that i faced was that no event is triggered/Method called on pressing of F4 on that input field (its internally handled in the framework). In that case what should be the method/event where i should copy the values from the other node to the new attributes created so that it reflects in the Custom component?.
    If you could just elaborate on that it would be really helpful.
    Hi Chris,
    Thanks a lot for this. That actually sounds like fun. I tried looking for options to do that. Although i can get to the node from the element using "GET_NODE" but there I could not find the method "GET_PARENT_ELEMENT" to get the parent element (context as you said). Is there any other method which could possibly return the parent element which i could eventually use to get to the other node.
    It would be great if you could help out with this.
    Thanks ,
    Ritvik

  • How to access work node in a HDInsight cluster?

    Hi,
    Is there any way to access the work node? I want to check the worker's status/performance.
    Thanks,
    David
    Regards, David Shen

    The RDP user is unfortunately not an admin user. We are actively evaluating making that user an Admin user. Till then there is a workaround, you can use cluster customization script to create a admin user during cluster provisioning time, add it to the Remote
    Desktop Users group and use that to log on to the cluster.
    Info on cluster customization can be found in the very helpful blog post.
    http://blogs.msdn.com/b/bigdatasupport/archive/2014/04/15/customizing-hdinsight-cluster-provisioning-via-powershell-and-net-sdk.aspx
    Maheshwar Jayaraman - http://blogs.msdn.com/mahjayar

  • Could a SAXParser access child nodes, How?

    Hi All!
    i am desiging a saxparser for my xml db. Right now my parser accesses/searches for text/attributes etc. for the very next nodes of the root node. But not the next child nodes.
    i need to search for a node (whether root, parent or child) for its text and attributes. How could i access that?
    I will greatly appreciate Urgent replies !

    http://forum.java.sun.com/thread.jsp?forum=34&thread=330347&tstart=0&trange=15

  • Restricted access to nodes in SOLAR01

    Hi
    I have setup restricted access to the nodes in SOLAR01 (details shared below in the for "information area") - now I need to enter the team members who are allowed to update documentation in each business process & step.
    It seems that access to a higher level node is not inherited by the lower level nodes so I have to update each business process & step individually.
    This is going to be a mammoth task that will need to be repeated every time a new team member joins - is there a mass update function avaialble or perhaps a way to cause the lower level nodes to inherit the team member access of its parent?
    regards
    Marina
    For information
    To set up restricted access I did the following for standard project users;
    1.  In transaction SOLAR_PROJECT_ADMIN, edit your project and go to tab "Proj. Team Member'
    Check the box "Restrict changes to nodes in project to assigned team members
    (make sure you have assigned your team members in the grid)
    2.  Make a copy of SAP_SOLAR01_ALL role into the customer namespace and make the following changes
    S_PROJECT
    ACTVT = 03,23,71,76
    also set your project ID
    S_PROJ_GEN
    project ID = your project
    proj_func = SCEN
    S_DATASET
    actvt = 33,34
    add in S_IWB
    ACTVT = 01,02,03,33,6,80,D1,V1
    IWB_AREA = IWBSOLAR
    IWB_EXTNSN = /KWCUST/
    IWB_FLDGRP = your project
    AI_SA_TAB
    remove PRODATA from TABNAME (for administrators who should be able to edit everything create an auth with this made available).
    Any other entries I have not specifically mentioned I have given them a * value.

    Hello,
       If you want the team member to be inherited along the lower nodes you have to use button "Make Mass Changes"; access the higher node, go to "Administration" tab, then "Team member" tab, then use the fourth button "Make mass changes" to add a team member, after that, it will be inherited along the lower nodes.
    I hope that hleps!
    Best regards,
    Federico.

  • Access a node's attribute's information

    Hello All,
    I want to access the a node's attribute's information. I am passing the node as a parameter to a method which is an aanother DC. How do I get this inf ?
    Regards
    Mrinalini

    Hello Mrinalini,
    It is simple, use the following code to do so
    Iterator iter = wdContext.node<NODE NAME>().getNodeInfo().iterateAttributes();
    IWDAttributeInfo attrInfo = null;
        while(iter.hasNext()) {
             attrInfo = (IWDAttributeInfo)iter.next();
             attrInfo.getName();      // To check with attribute name
                         attrInfo.getDataType().getName();        // To check with attribute type
    Regards
    Mohammad Bohra

  • Probe disabled (in a vi that accesses FPGA nodes), why?

    Hi all,
    I have problems with debugging code I wrote for a project that runs on a cRIO device. In one of the sub-vi's  on the RT target I am trying to write to analog outputs on this
    device by calling a read/write node to access the FPGA devices. This vi "crashes" for some reason. Strangely enough, I cannot debug this vi (debugging is enabled),
    but the probe menu item is disabled. The probe tool is still active but does not do anything. So I am unable to track the problem here. Why? The only thing I know is
    that the vi returns with an error -1073807346 and afterwards the FPGA reference is "empty" so I have lost the connection to the FPGA and further parts
    of the program cannot access the hardware anymore.
    Maybe I should mention that the code I am using to access the FPGA is derived from some examples provided by NI, but I guess this does not affect the probe item?
    Any ideas what the problem might be?
    Thanks,
    Olaf

    Hi again,
    I finally could find the problem. Actually, the FPGA reference was lost somwhere else already in another sub-vi which is not finished yet. For some reason
    other parts of the software - those who got a valid FPGA reference upon first call - still worked even when they were called with a meanwhile empty reference
    which is stored in a shift register in the main loop. This is a behaviour of Labview I will never fully understand, that it "stores" and remembers data in some
    registers even though it should have been overwritten. This makes debugging hard because you suspect the error somewhere else.
    The still remaining question is why I cannot use variable probes in those sub-vi's on the RT target that use FPGA interface nodes to read or write data to the FPGA-vi.
    Olaf
    Olaf Stetzer wrote:
    Hi all,
    I have problems with debugging code I wrote for a project that runs on a cRIO device. In one of the sub-vi's  on the RT target I am trying to write to analog outputs on this
    device by calling a read/write node to access the FPGA devices. This vi "crashes" for some reason. Strangely enough, I cannot debug this vi (debugging is enabled),
    but the probe menu item is disabled. The probe tool is still active but does not do anything. So I am unable to track the problem here. Why? The only thing I know is
    that the vi returns with an error -1073807346 and afterwards the FPGA reference is "empty" so I have lost the connection to the FPGA and further parts
    of the program cannot access the hardware anymore.
    Maybe I should mention that the code I am using to access the FPGA is derived from some examples provided by NI, but I guess this does not affect the probe item?
    Any ideas what the problem might be?
    Thanks,
    Olaf

  • Accessing context nodes from DO_VALIDATE_INPUT

    Hello together,
    in Web-UI i want to set the CITY depending on the POSTAL-Code. This should be done automatically if the user saves a new business partner. I did some coding in the EH_ONSAVE, but there are some problems with the duplicate check. So i tried it in the DO_VALIDATE_INPUT but i can't access the context node. Does anybody know how i can change some field before EH_ONSEARCH()?
    Best regards
    Sascha Federau

    Sascha,
    If the context node is available on the view you are working, you should be able to access the the context node as DO_VALIDATE_INPUT is available in the IMPL class.
    Example:
    current ?= me->typed_context->product->collection_wrapper->get_current( ).
    Also you use DO_HANDLE_DATA, I remeber using it sometime back as it triggers on Save.
    Regards,
    Masood Imrani S.

Maybe you are looking for

  • Czech smart quotes

    I was wondering how to set Czech smart quotes in Pages 09. I have set Language in System Preferences->International to Czech, but I get US smart quotes anyway, even though the rest of language specific formatting (p.e. date) is in Czech. I have tried

  • Reverse service entry sheet

    Hi, We are involved in implementing Transportation module for an FMCG client, we were trying to show the reverse cycle to the client. Service PO has been raised, GR done and service entry sheet generated and has been accepted. Now we want to reverse

  • Ipod shuffle issues

    OK 1) When my iPod shuffle is connected, and I restart my MBP, it takes much longer to boot... I noticed this after it took a while, and I was wondering *** happened. I disconnected my Shuffle, rebooted, and it booted fast like usual.. and 2) This ju

  • Transporting Transport Request from One System to other

    Hi All, I want to create tranport request from ECC 5.0 System to ECC 6.0 system. Please let me know steps for creating transport request and transporting transport request from one system to other system. Thanks in advance. Best Regds, zubera

  • Resolution too high for me

    All of the current Mac Book Pros and Mac Books have a native screen resolution that makes it difficult for me to read without getting a head ache. I do not believe that I have special needs and I am not a senior (in my fourties). However I still pref