<?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 TYPING : CLEAR or REFRESH needed ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/typing-clear-or-refresh-needed/m-p/2805962#M655714</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you define data with a LIKE you must initiate them first (CLEAR, REFRESH) before using.  Is this also the case when you're using TYPING for your DATA declarations ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance, &lt;/P&gt;&lt;P&gt;Rob Makelaar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Sep 2007 13:01:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-07T13:01:27Z</dc:date>
    <item>
      <title>TYPING : CLEAR or REFRESH needed ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/typing-clear-or-refresh-needed/m-p/2805962#M655714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you define data with a LIKE you must initiate them first (CLEAR, REFRESH) before using.  Is this also the case when you're using TYPING for your DATA declarations ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance, &lt;/P&gt;&lt;P&gt;Rob Makelaar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2007 13:01:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/typing-clear-or-refresh-needed/m-p/2805962#M655714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-07T13:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: TYPING : CLEAR or REFRESH needed ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/typing-clear-or-refresh-needed/m-p/2805963#M655715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is nothing forcing you to initialize any memory area within an application before using it, wheter it is a variable, or internal table.   Also, you would use CLEAR or REFRESH at anytime in your program where you want to clear out the contents of the varible, whether it is defined using LIKE or TYPE,  doesn't matter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2007 13:17:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/typing-clear-or-refresh-needed/m-p/2805963#M655715</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-09-07T13:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: TYPING : CLEAR or REFRESH needed ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/typing-clear-or-refresh-needed/m-p/2805964#M655716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It doesn't matter if you are using LIKE or TYPE. However, it is best practice to use CLEAR and REFRESH wherever necessary for e.g.:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Internal table with header line:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear itab.&lt;/P&gt;&lt;P&gt;read table itab with key...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: itab type mara occurs 0 with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;refresh itab.&lt;/P&gt;&lt;P&gt;select statement...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;SKJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2007 13:35:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/typing-clear-or-refresh-needed/m-p/2805964#M655716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-07T13:35:58Z</dc:date>
    </item>
  </channel>
</rss>

