To update the Associate node from se38 program

Hi Expert,
I am trying to update the bobf root node and associate node under it.
This is BOBF EHFND_DATA_AMOUNT custom enhanced z_***** , i can able to update the root node but for associate node created after enhancement its not updating.
Code i used is
           APPEND INITIAL LINE TO lt_mod ASSIGNING <ls_mod>.
          <ls_mod>-node        = if_ehs_ih_ehfnd_data_am_c=>SC_NODE-/SDR/EHS_IH_AMNPPE_ITEM.
*          /sdr/if_ehs_ih_ehfnd_data_am_c=>sc_association-root-ehs_ih_amnppe_item.
          <ls_mod>-change_mode = /bobf/if_frw_c=>SC_MODIFY_CREATE.
          <ls_mod>-key         = lr_s_amnppe_item->key.
          <ls_mod>-data        = lr_s_amnppe_item.
          <ls_mod>-association = /IF_EHS_IH_EHFND_DATA_AM_C=>SC_ASSOCIATION-/SDR/EHS_IH_AMNPPE_ITEM-/SDR/EHS_IH_AMNPPE_ITEM.
          <ls_mod>-source_node = if_ehfnd_amn_c=>SC_NODE-ROOT.
          <ls_mod>-source_key  = lv_key.
          <ls_mod>-root_key    = lv_key.
*      Create the Amount record:
      CALL METHOD lo_driver->mo_svc_mngr->modify
        EXPORTING
          it_modification = lt_mod
        IMPORTING
          eo_change       = lo_change
          eo_message      = lo_message.
            "Check for errors:
      IF lo_message IS BOUND.
        IF lo_message->check( ) EQ abap_true.
          lo_driver->display_messages( lo_message ).
          RETURN.
        ENDIF.
      ENDIF.
      "Apply the transactional changes:
      CALL METHOD lo_driver->mo_txn_mngr->save
        IMPORTING
          eo_message  = lo_message
          ev_rejected = lv_rejected.
      IF lv_rejected EQ abap_true.
        lo_driver->display_messages( lo_message ).
        RETURN.
      ENDIF.
but the above code is not helping to update the associate node from se38 program.
Regards
Sasikumar S
Can anybody help me on that thanks in advance.

Hi Sasi,
According to what you have written above, You want to update a Z node under a root node.
But in the coding for association you have written a standard node.
Give the name of the Z interface which is created and in that you will have the 'Z' custom created node.
Try this.
ls_mod>-association = "Z Interface"=>SC_ASSOCIATION-"root_node"-znode.
Hope this helps you.
Regards,
Sanket Vaity.

Similar Messages

  • I have removed the old Java Updates (17/19/21) from my Program and Features list(Win7). They still appear in the Tools Add-ons Extensions list. How do I remove them?

    I have removed the old Java Updates (17/19/21) from my Program and Features list(Win7). They still appear in the Tools>Add-ons>Extensions list. How do I remove them?
    In both SAFE and Regular browser windows, the UNINSTALL button is grayed out.
    I have tried in SAFE MODE, as well as the Help>troubleshooting Information>Application Basics>Profile Directory>Open Containing Folder,,,(looked, nothing there),,,,in both SAFE and Regular browser windows.

    You can uninstall (remove) the Java Console extensions, you do not need them to run Java applets.
    See http://kb.mozillazine.org/Java#Multiple_Java_Console_extensions
    Your above posted system details show outdated plugin(s) with known security and stability risks that you should update.
    *Shockwave Flash 10.1 r85
    Update the [[Managing the Flash plugin|Flash]] plugin to the latest version.
    *http://www.adobe.com/software/flash/about/

  • Is there a way the user can change the equation in the formular node from the front panel on the fly, dynamically?

    Is there a way the user can change the equation in the formular node from the front panel on the fly, dynamically?

    Sorry, I don't think so. That would be pretty cool if you could create a property node for a formula node and then enter a formula on the front panel and use it to update the formula. But you can't create a property node for a formula node and the only way of modifying the formula is by typing it into the formula node on the diagram. And you can't modify a diagram of a running VI.
    You could create a VI which is only a formula node with the maximum number of inputs and outputs you expect. Have a button on the calling VI to Edit Formula. When the button is pressed, use a VI server to display the front panel on the formula VI, display a dialog box telling the user how to display the diagram of the formula VI, then stop the calling VI. (You can't edit a sub-VI while t
    he calling VI is running). The user will then need to rerun the calling VI to use the new formula.
    You might be able to do something by calling MatLab or something like that to get an interactive formula window.

  • Tokenizer - getting the third node from this format (800,PA,PAC,Package)

    Hi Folks,
    I am trying to get the third node from the following format: 800,PA,PAC,Package
    The correct output is PAC.
    Your help is very much appreciated!
    Just to add the code that I have is as follows:
    Import com.sap.mw.jco.*;
    //write your code here
    String DBTABLE = a;
    String WHERE_CLAUSE = b+" = "+"'"c"'" ;
    //...some code in here...
    // Create function
    JCO.Function function = null;
    IFunctionTemplate ft = mRepository.getFunctionTemplate("RFC_READ_TABLE");
    function = ft.getFunction();
    // Obtain parameter list for function
    JCO.ParameterList input = function.getImportParameterList();
    // Pass function parameters
    input.setValue( DBTABLE, "QUERY_TABLE");
    input.setValue( "," , "DELIMITER");
    //Fill the where clause of the table
    JCO.ParameterList tabInput = function.getTableParameterList();
    JCO.Table inputTable = tabInput.getTable("OPTIONS");
    inputTable.appendRow();
    inputTable.setValue(WHERE_CLAUSE,"TEXT");
    mConnection.execute( function );
    //This is the part where the output is generated
    JCO.Table valueSet = function.getTableParameterList().getTable("DATA");
    String resultSet = valueSet.getString("WA"); //WA contains 800,PA,PAC,Package
    mConnection.disconnect();
    return resultSet;

    Hi Morgalr,
    Thank your for the tip.
    I am not sure if there is a better way to do the coding. But what what I have come up is the following:
    JCO.Table valueSet = function.getTableParameterList().getTable("DATA");
    String resultSet []= valueSet.getString("WA").split("(double \ in here),");
    mConnection.disconnect();
    return resultSet[2];
    Let me know if this works with you.
    regards,
    Lex

  • Is there a way the user to change the equation in the formular node from the front panel on the fly, dynamically?

    Is there a way the user to change the equation in the formular node from the front panel on the fly, dynamically?

    Try the Parser VIs (also known as LV Mathematics VIs, or simply GMath VIs) located under the Analyze>>Mathematics palette (not in the Base package). You might want to start with the "Eval Formual Node.vi" located in the Analyze>>Mathematics>>Formula palette. There are many differences between these G-based, dynamic formula VIs and the LabVIEW formula node, but these VIs often prove quite useful when your formula changes on the fly. For more detail on the differences, see the LabVIEW Help file (Cntrl-Shift-? from within LabVIEW) under the topic "Mathematics VIs, parser differences with Formula Node".

  • Update the database structure from entity Framework Model

    Hello !
    I'm using VB.net , EF6 with SQL server 2008R2 database.
    This is the situation :
    I have created the application. Using wizard I have created the Entity model from an existing database.
    A client start using this application using this database on his computer.
    After some month , I made some modifications on the database and I have updated the model on my application .
    Now I have a new .exe file that has the new model from the new database.
    I put the new .exe file on the client computer.
    Now on his computer : The .exe file has the new database model , but the sql server database has the old structure.
    I want to know : Is possible to update the database structure from the entity model on application ?
    I want to add a command on application that can make ( if is possible ) this update , so the database become up to date according to entity model ?
    Thank you !

    Hello,
    From your description, it seems that you want to apply a migration for a database first approach, unfortunately, as far as I know, EF Migrations is a product targeted at Code First and doesn't support Database First operations. A workaround I know is to
    use update-scripts. If your database structure would be changed frequently, it is recommended to use the Code First approach which would have a better workaround for migrations, for details, you could refer to this
    video,
     and with the
    Entity Framework Power Tools, it is easy to create a code first based project form an existing database.
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How do you update the schema password from Oracle Enterprise Manager...

    How do you update the schema password from Oracle Enterprise Manager...

    Or do you mean, change the SYSMAN's password?
    If this is the case, I suggest you to refer to this link --> EM HowTo Reset sysman Password
    ~ Madrid

  • How do you update the schema password from OEM

    How do you update the schema password from Oracle Enterprise Manager...

    There is a metalink article on changing the SYSMAN password, assuming that's what you're referring to. See Metalink Note 270516.1

  • Updating a property node from a sub-vi

    I want to have a string indicator box that updates as my program moves along, i have been using the property node this works fine in the main vi but now i want to update it from a sub iv. any ideas?

    Tip: The easiest way to accomplish this is to do the following:
    In your top-level VI that has the control right-click on it and select Create-->Reference. This will allow you to place a reference in top-level VI's block diagram.
    Create a new VI that will be your subVI.
    Drag and drop the reference object from the block diagram of your top level VI to the front panel of your new subVI. This will create a reference control on your subVI that is of the same type as the control on your top-level VI.
    Connect the reference control on your subVI to a connection terminal, and then wire the reference object in your top-level VI's block diagram to the subVI's input terminal.
    Then, in your subVI you can just use the standard "Property" and "Invoke" nodes to fiddle with the control.

  • I used to be able to make iDVDs to share. photos with family members.  Now I can't even open iPhoto when I am working on iDVD.  I have a 2008 iMac.  I already recently updated the computer memory from 1GB to 4GB.

    I have not been able to make any iDVDs lately.  I can't open iPhoto to access media when I am in iPhoto.  I presently am trying?  Recently I updated the memory on my 2008 iMac from 1GB to 4GB, but this did not help.  I just reinstalled iLife 2009.  Can anyone help me? 

    Try some of these techniques to free up some space:
    Where  did  my  Disk  Space  go?
    http://macmost.com/what-to-do-when-your-hard-drive-is-full.html
    This can help with system performance:
    OmniDiskSweeper is a good program to see what's taking up space: http://www.omnigroup.com/products/omnidisksweeper/

  • Update the z table from the header text of VF01 on save

    Hi All,
    I have a  Z table 'ZEXIM_LICDETAILS'. Whenever a billing doc. of type 'ZEXP' is created with tcode VF01, the Z table fields should also be updated. I have learned that we cannot include tabs in Billing Doc, so the licence number is put in the header text of the VF01.
    Is there any way that I can update my Z table from header text, when we save the VF01.
    Waiting for your repy in anticipation.
    Thanks a lot in advance,
    Anu

    Write code in USEREXIT_FILL_VBRK_VBRP (Module pool SAPLV60A, program RV60AFZC)
    Reddy

  • Web Dynpro & Adobe Interactive Forms - how to update the context node

    Hi Experts,
    I got a WD Component with some context nodes that are mapped to some views and are filled in this views. These context nodes are the dataSource for the Interactive Forms. These forms are embedded in a view by UIElement Interactive Forms.
    My problem is, everytime when I change the structure of the context nodes (i.e. there's an additional attribute necessary), I have to design new forms to get the context nodes linked to the form. My existing forms cannot handle updated context nodes.
    The change in the context node is displayed on web dynpro side, in the dataSource view in UIElement property. But in TA sfp there is the old context node structure displayed without any change (i.e. in number of attributes).
    My forms' layout type is ZCI Layout the interface is based on XML.
    How can I easily update the forms' context node structure without creating new forms every time?
    Thanks in advance,
    Tan

    ok, got it.
    by double clicking on templateSource in UIElement properties the interface can be updated.
    Regards from Murphy's Law.
    Tan

  • How to edit the existing data in the XML file from java programming.

    Hi all
    i am able to create XML file with the sample data as below from java programming.
    i need sample code on how to edit the existing data in the XML file?
    for example
    <?xml version="1.0"?>
       <mydata>
               <data1>
                         <key1>467</key1>
                        <name1>Paul</name1>
                        <id1>123</id1>
              </data1>
              <data2>
                         <key2>467</key2>
                        <name2>Paul</name2>
                        <id2>123</id2>
              </data2>
        </mydata>
    i am able to insert the data in the XML.
    now i need sample code on how to modify the data in the above XML file from the java programming for only key2,name2,id2 tags only. the remaining tags data in the XML file i want to keep same data except for key2,name2,id2 which are i want to modify from java code
    Regards
    Sunil
    [points will be always rewardable]

    hi
    u need a parser or validate the xml file for to read the xml file from java coding u need for this
    xml4j.jar u can download this file  from here
    http://www.alphaworks.ibm.com/tech/xml4j
    or we can use the SAX(simple API for XML)
    some sample applications for this
    http://www.java-tips.org/java-se-tips/javax.xml.parsers/how-to-read-xml-file-in-java.html
    http://www.developertutorials.com/tutorials/java/read-xml-file-in-java-050611/page1.html
    http://www.xml-training-guide.com/e-xml44.html
    let me know u need any other info
    bvr

  • HT5181 iPhoto for iOS: Photos in iphoto's Camera Roll folder are not updated automatically with edits from other programs

    How can I solve the problem în the subject?

    How can I solve the problem în the subject?
    What exactly are you trying to do?
    Have you been editing photos in iPhoto and want to add them to your camera rool or photo stream?
    Then do exactly as the article describes, that you lonked to:
    iPhoto for iOS: Photos in Camera Roll are not updated automatically with edits from iPhoto
    Use iPhoto's Sharing to save a copy of the edited photo to the Caera Roll, or explain on mor e detail, what you want to do.
    Regards
    Léonie

  • Update the Vendor master from Employee master - PRAA

    Hi
    I need to know the process of updating multiple vendors from multiple employee data .i.e.bank,address and pernr.
    I was using PRAA transaction but it was not updating ...i think i miss some entries..especially file path...
    what are the steps need to be taken care of ...what should be in the file in the file path?
    please let me know
    Thanks

    Thanks Rob
    I checked the documentation..and found my error...actually the PRAA is updating vendor with employee data only when the employee number(PERNR) is updated in Vendor master...so i updated the field PERNR in Accounting section of Vendor then i ran the transaction PRAA it worked...it created the session and i processed the session..
    My question is ..is the PERNR is mandatory in Vendor master record?
                              and How iam going to update the multiple vendor records with multilple Employee records? since the vendor for Reference is the single filed?
    Please let me know
    Thanks
    Govi

Maybe you are looking for

  • Photoshop CS4 Setup.exe gets Setup Error on Windows 8.1

    First: I've paid for Photoshop and upgrades for many years. However, when time came to upgrade from CS4 to CS6 last year, Adobe had shut that avenue off, and didn't want my money. I now have a new computer, and need to re-install Photoshop CS4. I fol

  • Adobe Premiere Elements 10 kann kein neues Projekt anlegen. Es stürzt sofort ab.

    Adobe Premiere Elements 10 konnte erfolgreich installiert werden. Doch beim anlegen eines neuen Projektes kann zwar noch der Name eingegeben werden, aber wenn bei „Speichern in:" auf „Durchsuchen" geklickt wird, öffnet sich ein Fenster: „Adobe Premie

  • Spry XML and image map

    Hi all- I'm new to using spry and xml, but not new to xhtml and layout, having said that. I'm trying to store file paths in my xml and parse that xml to repace <href> tags in an image map. For example (the actual cooridnates in the map are just made

  • How to create a claender in forms6i

    Hello Gurus, Can anybody tell me how to create calender in forms6i...............

  • Making a hardware controller out of logic remote

    Hey people, I need your help! I'm deep into creating MIDI controllers with MIDIbox electronics. What I really need is a hardware controller, that acts like the logic remote. Most of the functions I can simulate with simple midi commands, but not all