<?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: Difference between Delegated Node and BO Representation Node in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-delegated-node-and-bo-representation-node/m-p/10851064#M1885666</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a "delegated node" represents an included Dependent Object (e.g. TEXT_COLLECTION) in its host Business Object. At runtime, it is replaced by the nodes of the DO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A "representation node" represents a foreign Business Object (not a Dependent Object) in order to allow you to navigate to that foreign BO via retrieve-by-associations. So it is not an inclusion (like in the "delegated node" case) but only a kind of a reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Tilmann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Feb 2015 08:37:03 GMT</pubDate>
    <dc:creator>former_member190794</dc:creator>
    <dc:date>2015-02-02T08:37:03Z</dc:date>
    <item>
      <title>Difference between Delegated Node and BO Representation Node</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-delegated-node-and-bo-representation-node/m-p/10851063#M1885665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Fellow BOPFers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Firstly I would like to thank you all for the helpful blogs and posts in this space; it really helped a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;I have recently started to get my hands dirty on BOPF. &lt;/SPAN&gt;I have created a demo BO with a delegated node TEXT_COLLECTION and BO representation node CHANGE_DOCUMENT. TEXT_COLLECTION is populated by the consumer API whereas CHANGE_DOCUMENT is populated by the framework. I was wondering if there was any other difference between these 2 node types other than the manner in which they are populated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kiran Raorane&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 08:08:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-delegated-node-and-bo-representation-node/m-p/10851063#M1885665</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-02-02T08:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Delegated Node and BO Representation Node</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-delegated-node-and-bo-representation-node/m-p/10851064#M1885666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a "delegated node" represents an included Dependent Object (e.g. TEXT_COLLECTION) in its host Business Object. At runtime, it is replaced by the nodes of the DO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A "representation node" represents a foreign Business Object (not a Dependent Object) in order to allow you to navigate to that foreign BO via retrieve-by-associations. So it is not an inclusion (like in the "delegated node" case) but only a kind of a reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Tilmann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 08:37:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-delegated-node-and-bo-representation-node/m-p/10851064#M1885666</guid>
      <dc:creator>former_member190794</dc:creator>
      <dc:date>2015-02-02T08:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Delegated Node and BO Representation Node</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-delegated-node-and-bo-representation-node/m-p/10851065#M1885667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your response David.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I noticed the upon generating the BO, the framework generates associations for both TEXT_COLLECTION and CHANGE_DOCUMENT. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tested my demo BO using BOPT to create entries for ROOT and TEXT_COLLECTION. Change document were created automatically by the framework. WOW:-)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I havent got around to reading the entries but am assuming that I will have to use READ_BY_ASSOCIATION for both nodes, TEXT_COLLECTION and CHANGE_DOCUMENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please correct me if my understanding is incorrect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 04:18:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-delegated-node-and-bo-representation-node/m-p/10851065#M1885667</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-02-05T04:18:34Z</dc:date>
    </item>
  </channel>
</rss>

