<?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: Refresh control in another subscreen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-control-in-another-subscreen/m-p/12220971#M1983566</link>
    <description>&lt;P&gt;Please, first understand what REFRESH CONTROL does, by reading the ABAP documentation of &lt;A href="https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/index.htm?file=abaprefresh_control.htm"&gt;REFRESH CONTROL&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Why don't you simply clear the internal table connected to the table control? (if you have one? I can't be sure if you don't post the details)&lt;/P&gt;</description>
    <pubDate>Wed, 01 Jul 2020 05:54:08 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2020-07-01T05:54:08Z</dc:date>
    <item>
      <title>Refresh control in another subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-control-in-another-subscreen/m-p/12220966#M1983561</link>
      <description>&lt;P&gt;Hi All Expert,&lt;/P&gt;
  &lt;P&gt;I refreshed control in total subscreen from items screens with&lt;/P&gt;
  &lt;P&gt;refresh control 'LINKAGE' FROM screen '0103'.&lt;/P&gt;
  &lt;P&gt;But it does not refresh the display in control LINKAGE.&lt;/P&gt;
  &lt;P&gt;May u know how to realize it?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2020 02:58:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-control-in-another-subscreen/m-p/12220966#M1983561</guid>
      <dc:creator>jasonwangcn</dc:creator>
      <dc:date>2020-07-01T02:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh control in another subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-control-in-another-subscreen/m-p/12220967#M1983562</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;You have to use this in PBO. &lt;/P&gt;&lt;P&gt;Please make sure you use it in the PBO event.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2020 03:23:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-control-in-another-subscreen/m-p/12220967#M1983562</guid>
      <dc:creator>venkateswaran_k</dc:creator>
      <dc:date>2020-07-01T03:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh control in another subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-control-in-another-subscreen/m-p/12220968#M1983563</link>
      <description>&lt;P&gt;I did it in PBO of my items subscreen.But the total subscreen was not refreshed.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2020 03:47:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-control-in-another-subscreen/m-p/12220968#M1983563</guid>
      <dc:creator>jasonwangcn</dc:creator>
      <dc:date>2020-07-01T03:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh control in another subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-control-in-another-subscreen/m-p/12220969#M1983564</link>
      <description>&lt;P&gt;Please share your screen&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2020 04:04:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-control-in-another-subscreen/m-p/12220969#M1983564</guid>
      <dc:creator>venkateswaran_k</dc:creator>
      <dc:date>2020-07-01T04:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh control in another subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-control-in-another-subscreen/m-p/12220970#M1983565</link>
      <description>&lt;P&gt;Don't use the answer option for response, use comments section.&lt;/P&gt;&lt;P&gt;Answer section must only be used if you are contributing towards answer.&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2020 04:25:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-control-in-another-subscreen/m-p/12220970#M1983565</guid>
      <dc:creator>former_member1716</dc:creator>
      <dc:date>2020-07-01T04:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh control in another subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-control-in-another-subscreen/m-p/12220971#M1983566</link>
      <description>&lt;P&gt;Please, first understand what REFRESH CONTROL does, by reading the ABAP documentation of &lt;A href="https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/index.htm?file=abaprefresh_control.htm"&gt;REFRESH CONTROL&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Why don't you simply clear the internal table connected to the table control? (if you have one? I can't be sure if you don't post the details)&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2020 05:54:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-control-in-another-subscreen/m-p/12220971#M1983566</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-07-01T05:54:08Z</dc:date>
    </item>
  </channel>
</rss>

