<?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: reg refresh button in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-refresh-button/m-p/12601676#M2011048</link>
    <description>&lt;P&gt;Hi Alazhu,&lt;/P&gt;&lt;P&gt;To clear data from table control.&lt;/P&gt;&lt;P&gt;delete zalast_ekko.&lt;/P&gt;&lt;P&gt;delete zalast_ekpo.&lt;/P&gt;</description>
    <pubDate>Thu, 16 Jun 2022 12:44:06 GMT</pubDate>
    <dc:creator>anujawani242683</dc:creator>
    <dc:date>2022-06-16T12:44:06Z</dc:date>
    <item>
      <title>reg refresh button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-refresh-button/m-p/12601671#M2011043</link>
      <description>&lt;P&gt;hi team,&lt;/P&gt;
  &lt;P&gt;when i click on refresh button both header and item data should be cleared in module pool screen .it should show blank in input screen in all fields ,please give solution&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 10:11:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-refresh-button/m-p/12601671#M2011043</guid>
      <dc:creator>former_member661105</dc:creator>
      <dc:date>2022-06-16T10:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: reg refresh button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-refresh-button/m-p/12601672#M2011044</link>
      <description>&lt;P&gt;Hi Alazhu,&lt;/P&gt;&lt;P&gt;Clear work area. for example work area name is Z_T_E_M.&lt;/P&gt;&lt;P&gt;just write &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;clear Z_T_E_M.
 &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2059481-image.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 10:46:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-refresh-button/m-p/12601672#M2011044</guid>
      <dc:creator>anujawani242683</dc:creator>
      <dc:date>2022-06-16T10:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: reg refresh button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-refresh-button/m-p/12601673#M2011045</link>
      <description>&lt;P&gt;this is my zalast_ekko,zalast_ekpo.tables&lt;/P&gt;&lt;P&gt;this my coding &lt;/P&gt;CASE sy-ucomm.&lt;BR /&gt;  WHEN 'RE'.&lt;BR /&gt;clear  :zalast_ekko,zalast_ekpo.&lt;BR /&gt;    ENDCASE.&lt;BR /&gt;&lt;P&gt;whether it is correct or not give me a correct coding&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 11:43:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-refresh-button/m-p/12601673#M2011045</guid>
      <dc:creator>former_member661105</dc:creator>
      <dc:date>2022-06-16T11:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: reg refresh button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-refresh-button/m-p/12601674#M2011046</link>
      <description>&lt;P&gt;Hi Alazhu,&lt;/P&gt;&lt;P&gt;Zalast_ekko and zalast_ekpo are internal table or work area ?&lt;/P&gt;&lt;P&gt;If it is a work area then write&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CASE sy-ucomm.&lt;BR /&gt;WHEN 'RE'.&lt;BR /&gt;clear :zalast_ekko,zalast_ekpo.&lt;BR /&gt;ENDCASE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;if it is a internal table then write&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CASE sy-ucomm.&lt;BR /&gt;WHEN 'RE'.&lt;BR /&gt;refresh :zalast_ekko,zalast_ekpo.&lt;BR /&gt;ENDCASE.&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 16 Jun 2022 12:23:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-refresh-button/m-p/12601674#M2011046</guid>
      <dc:creator>anujawani242683</dc:creator>
      <dc:date>2022-06-16T12:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: reg refresh button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-refresh-button/m-p/12601675#M2011047</link>
      <description>&lt;P&gt; in item  table  how to clear the records using an table control.&lt;/P&gt;&lt;P&gt;it is clearing in header table but not clearing in item table, can you please give me a solution fast&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 12:33:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-refresh-button/m-p/12601675#M2011047</guid>
      <dc:creator>former_member661105</dc:creator>
      <dc:date>2022-06-16T12:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: reg refresh button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-refresh-button/m-p/12601676#M2011048</link>
      <description>&lt;P&gt;Hi Alazhu,&lt;/P&gt;&lt;P&gt;To clear data from table control.&lt;/P&gt;&lt;P&gt;delete zalast_ekko.&lt;/P&gt;&lt;P&gt;delete zalast_ekpo.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 12:44:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-refresh-button/m-p/12601676#M2011048</guid>
      <dc:creator>anujawani242683</dc:creator>
      <dc:date>2022-06-16T12:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: reg refresh button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-refresh-button/m-p/12601677#M2011049</link>
      <description>&lt;P&gt;Where are you stuck (just clear variables and refresh internal tables in the PAI when processing this ok_code, so at next PBO they will be displayed with initial values)&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 12:55:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-refresh-button/m-p/12601677#M2011049</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2022-06-16T12:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: reg refresh button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-refresh-button/m-p/12601678#M2011050</link>
      <description>&lt;P&gt;According to SAP Clean Code, if I'm not wrong, REFRESH should not be used. Header lines are obsolete.&lt;/P&gt;&lt;P&gt;"work area" doesn't mean anything without context. Usually, this term is used only in abstract context like ABAP documentation. Better use the term "global variable corresponding to the screen field" (same name as screen field).&lt;/P&gt;&lt;P&gt;"delete itab" should not be used also because not explicit. It works only inside a loop.&lt;/P&gt;&lt;SPAN class="mention-scrubbed"&gt;alagu123&lt;/SPAN&gt; If you need exact solution, you should provide all possible details, otherwise it's impossible to help you as nobody can see what you did (unless having a crystal ball).</description>
      <pubDate>Thu, 16 Jun 2022 14:21:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-refresh-button/m-p/12601678#M2011050</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-06-16T14:21:35Z</dc:date>
    </item>
  </channel>
</rss>

