<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Modify a delegate node in BOPF in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-a-delegate-node-in-bopf/m-p/12125552#M1974655</link>
    <description>&lt;P&gt;with the sample code "ZTEST2" i could update the &lt;EM&gt;TransportChare&lt;/EM&gt; deligated node of TRQ bo &lt;/P&gt;&lt;P&gt;i have a new requirement&lt;/P&gt;&lt;P&gt;in &lt;EM&gt;TransportChare &lt;/EM&gt;BO it has a sub node with name &lt;EM&gt;"ChargeItem" &lt;/EM&gt; how to update it ? from TRQ BO&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1739765-tree.png" /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 10 Oct 2019 10:47:14 GMT</pubDate>
    <dc:creator>Madjid_Khanevadegi</dc:creator>
    <dc:date>2019-10-10T10:47:14Z</dc:date>
    <item>
      <title>Modify a delegate node in BOPF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-a-delegate-node-in-bopf/m-p/12125542#M1974645</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
  &lt;P&gt;I am using the BOPF API to try and modify a delegated BO node. Specifically i am using the /bobf/if_tra_service_manager-&amp;gt;modify() method to try and update a delegated node in TRQ business object. I am able to modify nodes of the host object and its item but have not been able to modify the delegated object. Any insight that you might have on how to accomplish this would be much appreciated. &lt;/P&gt;
  &lt;P&gt;Thank you. &lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2019 14:03:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-a-delegate-node-in-bopf/m-p/12125542#M1974645</guid>
      <dc:creator>Madjid_Khanevadegi</dc:creator>
      <dc:date>2019-10-07T14:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: Modify a delegate node in BOPF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-a-delegate-node-in-bopf/m-p/12125543#M1974646</link>
      <description>&lt;P&gt;In order to access an entity of the 
dependent object (DO) from within an entity implementation 
(e.g. action) of 
the 
host object (HO), the node key of the DO must be mapped to the HO. 
(This 
is
because
the
same 
dependent
object
could
be
included
multiple 
times
in 
the
same 
host
object. However
each
node key
of
a 
business
object
must 
be
unique.)&lt;/P&gt;&lt;P&gt;Use
method
&lt;STRONG&gt;GET_CONTENT_KEY_MAPPING &lt;/STRONG&gt;
of
the
configuration
of
the
host
object (/bobf/cl_frw_factory=&amp;gt;get_configuration)
in 
order
to
receive
the
valid 
key
of
an 
entity
of
the
dependent
object. Parameters of this method:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IV_CONTENT_CAT
(&lt;/STRONG&gt;E.g. /BOBF/IF_CONF_C=&amp;gt;SC_CONTENT_ACT for an action,
/BOBF/IF_CONF_C=&amp;gt;SC_CONTENT_NOD for a node, ...)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IV_DO_CONTENT_KEY &lt;/STRONG&gt;
Key of the entity, taken from the DO’s constants interface&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IV_DO_ROOT_NODE_KEY&lt;/STRONG&gt;
Key 
of the representation node, taken from the Host Object‘s constants interface&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;EV_CONTENT_KEY &lt;/STRONG&gt;Mapped key 
of the entity. This can be used to 
address 
this entity by the help of core services 
like retrieve, 
do_action
, modify
...&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2019 14:31:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-a-delegate-node-in-bopf/m-p/12125543#M1974646</guid>
      <dc:creator>ivo_vollrath</dc:creator>
      <dc:date>2019-10-07T14:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: Modify a delegate node in BOPF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-a-delegate-node-in-bopf/m-p/12125544#M1974647</link>
      <description>&lt;P&gt;thank you &lt;A href="https://answers.sap.com/users/3715/ivovollrath.html"&gt;Ivo Vollrath&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;i can get and read delegated node data with that method, but can not update it . i want update the delegated field with modify method of BO service manager .&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2019 14:53:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-a-delegate-node-in-bopf/m-p/12125544#M1974647</guid>
      <dc:creator>Madjid_Khanevadegi</dc:creator>
      <dc:date>2019-10-07T14:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Modify a delegate node in BOPF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-a-delegate-node-in-bopf/m-p/12125545#M1974648</link>
      <description>&lt;P&gt;OK. What exactly is the symptom? Do you receive failed keys? Do you receive an error message in eo_message?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2019 15:06:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-a-delegate-node-in-bopf/m-p/12125545#M1974648</guid>
      <dc:creator>ivo_vollrath</dc:creator>
      <dc:date>2019-10-07T15:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: Modify a delegate node in BOPF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-a-delegate-node-in-bopf/m-p/12125546#M1974649</link>
      <description>&lt;P&gt;No error messages are received&lt;/P&gt;&lt;P&gt;and no update any &lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2019 05:22:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-a-delegate-node-in-bopf/m-p/12125546#M1974649</guid>
      <dc:creator>Madjid_Khanevadegi</dc:creator>
      <dc:date>2019-10-08T05:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: Modify a delegate node in BOPF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-a-delegate-node-in-bopf/m-p/12125547#M1974650</link>
      <description>&lt;P&gt;Hard to guess. there could be many reasons. Did you check the change object for failed changes? ... The field you want to change may be read-only (check the properties) ... There could be an authority check kicking in ... &lt;/P&gt;&lt;P&gt;Have you tried retrieving the modified instance immediately after modifying it, using the same service manager? If that would work, the problem may be located somewhere in the process &lt;EM&gt;after&lt;/EM&gt; the modify call ...&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2019 06:29:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-a-delegate-node-in-bopf/m-p/12125547#M1974650</guid>
      <dc:creator>ivo_vollrath</dc:creator>
      <dc:date>2019-10-08T06:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Modify a delegate node in BOPF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-a-delegate-node-in-bopf/m-p/12125548#M1974651</link>
      <description>&lt;P&gt;I followed what you said, &lt;BR /&gt;but does not solved the problem&lt;BR /&gt;the problem may be with parameters being sent to "MODIFY" structure.&lt;BR /&gt;can i send my code for you?&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2019 10:38:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-a-delegate-node-in-bopf/m-p/12125548#M1974651</guid>
      <dc:creator>Madjid_Khanevadegi</dc:creator>
      <dc:date>2019-10-08T10:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: Modify a delegate node in BOPF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-a-delegate-node-in-bopf/m-p/12125549#M1974652</link>
      <description>&lt;P&gt;As long as the code is reduced to its essentials, you can post it here. There are probably other users who have much more practical experience with dependent objects than I do. Let's see if anyone is able to help.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2019 11:52:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-a-delegate-node-in-bopf/m-p/12125549#M1974652</guid>
      <dc:creator>ivo_vollrath</dc:creator>
      <dc:date>2019-10-08T11:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Modify a delegate node in BOPF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-a-delegate-node-in-bopf/m-p/12125550#M1974653</link>
      <description>&lt;P&gt;thank you so much &lt;BR /&gt;this is my sample program , it is simple for test&lt;BR /&gt;in this example for forwarding order "2100000061" we want make update in TransportCharges BO&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;*&amp;amp;----------------------------------------------------------------------*
*&amp;amp; Report ZTEST1
*&amp;amp;----------------------------------------------------------------------*
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 08 Oct 2019 13:21:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-a-delegate-node-in-bopf/m-p/12125550#M1974653</guid>
      <dc:creator>Madjid_Khanevadegi</dc:creator>
      <dc:date>2019-10-08T13:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: Modify a delegate node in BOPF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-a-delegate-node-in-bopf/m-p/12125551#M1974654</link>
      <description>&lt;P&gt;I have removed tag that was irrelevant to products you're using.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2019 13:36:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-a-delegate-node-in-bopf/m-p/12125551#M1974654</guid>
      <dc:creator>denis_konovalov</dc:creator>
      <dc:date>2019-10-08T13:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Modify a delegate node in BOPF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-a-delegate-node-in-bopf/m-p/12125552#M1974655</link>
      <description>&lt;P&gt;with the sample code "ZTEST2" i could update the &lt;EM&gt;TransportChare&lt;/EM&gt; deligated node of TRQ bo &lt;/P&gt;&lt;P&gt;i have a new requirement&lt;/P&gt;&lt;P&gt;in &lt;EM&gt;TransportChare &lt;/EM&gt;BO it has a sub node with name &lt;EM&gt;"ChargeItem" &lt;/EM&gt; how to update it ? from TRQ BO&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1739765-tree.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 10:47:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-a-delegate-node-in-bopf/m-p/12125552#M1974655</guid>
      <dc:creator>Madjid_Khanevadegi</dc:creator>
      <dc:date>2019-10-10T10:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Modify a delegate node in BOPF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-a-delegate-node-in-bopf/m-p/12125553#M1974656</link>
      <description>&lt;P&gt;Hi Madjid,&lt;/P&gt;&lt;P&gt;Can you please provide the sample code, I am also facing the same issue.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 07:15:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-a-delegate-node-in-bopf/m-p/12125553#M1974656</guid>
      <dc:creator>former_member1069587</dc:creator>
      <dc:date>2023-07-06T07:15:14Z</dc:date>
    </item>
  </channel>
</rss>

