<?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>Question Re: Refresh embedded component in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/refresh-embedded-component/qaa-p/11914337#M4475280</link>
    <description>&lt;P&gt;Hello Jakub,&lt;/P&gt;&lt;P&gt;You can implement this very easily by triggering an EventHandler that Executes the DefaultSet and has the SyncDataContainer operation.  &lt;/P&gt;&lt;P&gt;To trigger the EventHandler you can implement an Inport which has the Properties configured as in the below screenshot.&lt;/P&gt;&lt;P&gt;You also will have to configure an Outport which has the same local event name configured as the Inport, the Outport should have the Broadcast property enabled. &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1658514-howtorefresh.png" /&gt;&lt;/P&gt;&lt;P&gt;This way the EC will be able to Self Trigger the Refresh and every time you open the tab it should refresh the data.&lt;/P&gt;&lt;P&gt;I hope this help,&lt;/P&gt;&lt;P&gt;Piotr.&lt;/P&gt;</description>
    <pubDate>Thu, 04 Apr 2019 12:21:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2019-04-04T12:21:33Z</dc:date>
    <item>
      <title>Refresh embedded component</title>
      <link>https://community.sap.com/t5/technology-q-a/refresh-embedded-component/qaq-p/11914336</link>
      <description>&lt;P&gt;Hi, &lt;BR /&gt;&lt;BR /&gt;Is it possible to refresh EC from absl or standard TI when user change the pane ?&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1654543-przechwytywanie.png" /&gt;&lt;/P&gt;
  &lt;P&gt;I mean when user change for example Items for Tickets tab. On EC i have only few fields, not OWL list..I founde operation "RestartClient" in event hanlders and it works when i assign to the custom button.. but ii should be done automatic. &lt;BR /&gt;&lt;BR /&gt;Maybe in absl is there some standerd function which achvie this task, but i don't know about it. &lt;/P&gt;
  &lt;P&gt;Could you please give me your advice? Thanks a lot for your help!&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2019 17:42:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/refresh-embedded-component/qaq-p/11914336</guid>
      <dc:creator>Jakub</dc:creator>
      <dc:date>2019-04-01T17:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh embedded component</title>
      <link>https://community.sap.com/t5/technology-q-a/refresh-embedded-component/qaa-p/11914337#M4475280</link>
      <description>&lt;P&gt;Hello Jakub,&lt;/P&gt;&lt;P&gt;You can implement this very easily by triggering an EventHandler that Executes the DefaultSet and has the SyncDataContainer operation.  &lt;/P&gt;&lt;P&gt;To trigger the EventHandler you can implement an Inport which has the Properties configured as in the below screenshot.&lt;/P&gt;&lt;P&gt;You also will have to configure an Outport which has the same local event name configured as the Inport, the Outport should have the Broadcast property enabled. &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1658514-howtorefresh.png" /&gt;&lt;/P&gt;&lt;P&gt;This way the EC will be able to Self Trigger the Refresh and every time you open the tab it should refresh the data.&lt;/P&gt;&lt;P&gt;I hope this help,&lt;/P&gt;&lt;P&gt;Piotr.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2019 12:21:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/refresh-embedded-component/qaa-p/11914337#M4475280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-04-04T12:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh embedded component</title>
      <link>https://community.sap.com/t5/technology-q-a/refresh-embedded-component/qaa-p/11914338#M4475281</link>
      <description>&lt;P&gt;Hi Piotr, &lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for your answer. I think your solution will work when i will have OWL on EC. &lt;/P&gt;&lt;P&gt;Inside properties in Behaviour i don't have default Set which is standard for owl.&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1657537-defaultset.png" /&gt;&lt;/P&gt;&lt;P&gt;I did all steps, but it didn't work..&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 06:52:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/refresh-embedded-component/qaa-p/11914338#M4475281</guid>
      <dc:creator>Jakub</dc:creator>
      <dc:date>2019-04-05T06:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh embedded component</title>
      <link>https://community.sap.com/t5/technology-q-a/refresh-embedded-component/qaa-p/11914339#M4475282</link>
      <description>&lt;P&gt;Hi Jakub,&lt;/P&gt;&lt;P&gt;You might have to configure a Refresh on your DataList in your Event Handler, Type (List) &amp;gt; Operation (Refresh) and choose your Target List where your data is stored. &lt;/P&gt;&lt;P&gt;Piotr.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 06:56:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/refresh-embedded-component/qaa-p/11914339#M4475282</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-04-05T06:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh embedded component</title>
      <link>https://community.sap.com/t5/technology-q-a/refresh-embedded-component/qaa-p/11914340#M4475283</link>
      <description>&lt;P&gt;I can't configure target list beacuse i don't have list on screen.&lt;/P&gt;&lt;P&gt;When i have OWL screen:&lt;/P&gt;&lt;P&gt;-In dataModel i have DataList, so i can set DefaultSet and refresh Screen by steps which you said&lt;/P&gt;&lt;P&gt;but when i have screen without list for example TI (in my case this is the EC):&lt;BR /&gt;-In dataModel i haven't datalist, so i cann't set defaultset and i can't configure target list in list operation. &lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 07:19:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/refresh-embedded-component/qaa-p/11914340#M4475283</guid>
      <dc:creator>Jakub</dc:creator>
      <dc:date>2019-04-05T07:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh embedded component</title>
      <link>https://community.sap.com/t5/technology-q-a/refresh-embedded-component/qaa-p/11914341#M4475284</link>
      <description>&lt;P&gt;Hi Jakub,&lt;/P&gt;&lt;P&gt;Can you please clarify how your fields on the EC are bound ?&lt;/P&gt;&lt;P&gt;You can create a DataList with the Required Fields yourself manually on the required Node in the DataModel and then bind them to the Fields on the BO.&lt;/P&gt;&lt;P&gt;Piotr.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 08:32:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/refresh-embedded-component/qaa-p/11914341#M4475284</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-04-05T08:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh embedded component</title>
      <link>https://community.sap.com/t5/technology-q-a/refresh-embedded-component/qaa-p/11914342#M4475285</link>
      <description>&lt;P&gt;Hi Piotr, &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;On EC i added manually Advanced List Pane&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1672477-2.png" /&gt;&lt;/P&gt;&lt;P&gt;and binded to alternative keys in BO. &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1672478-3.png" /&gt;&lt;/P&gt;&lt;P&gt;I created too the OutPort and InPort with settings like you showed ( but default Setbinding is set) and event handlers with required operations.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1672476-1.png" /&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1672479-4.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1672480-5.png" /&gt;&lt;/P&gt;&lt;P&gt;But the EC doesn't refresh when user changed the pane. The custom BO have only root node.&lt;/P&gt;&lt;P&gt;  &lt;SPAN class="mention-scrubbed"&gt;fasola55&lt;/SPAN&gt; can you help me ? &lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2019 08:26:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/refresh-embedded-component/qaa-p/11914342#M4475285</guid>
      <dc:creator>Jakub</dc:creator>
      <dc:date>2019-04-23T08:26:48Z</dc:date>
    </item>
  </channel>
</rss>

