<?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: Verification Syntax. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/verification-syntax/m-p/9876537#M1789388</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Hi Ronaldo,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;This is due to, Usage of Globally declared Internal Tables only in particular perform. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Same Internal Table might not be used in some other perform.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;You can ignore that through #EC NEEDED or by declaring the same internal tables as a local one in that perform.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;SKR.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Oct 2013 12:28:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-10-28T12:28:21Z</dc:date>
    <item>
      <title>Verification Syntax.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/verification-syntax/m-p/9876530#M1789381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Morning Guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am doing a check enlarged in my Code and appears the adverts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/309768" width="450" /&gt;&lt;/P&gt;&lt;P&gt;My code is .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;********************&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S31"&gt;**Tabelas Internas**&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S31"&gt;********************&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;DATA&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;t_itab&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TABLE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;ty_upload&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; t_final&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TABLE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;ty_final&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; t_final2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TABLE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;ty_final&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; t_final3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TABLE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;ty_final2&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I fix this?&lt;/P&gt;&lt;P&gt;Thanks&lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/1904/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2013 11:46:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/verification-syntax/m-p/9876530#M1789381</guid>
      <dc:creator>ronaldo_aparecido</dc:creator>
      <dc:date>2013-10-28T11:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: Verification Syntax.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/verification-syntax/m-p/9876531#M1789382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is nothing but warning as you are declaring data globally. It is available everywhere. You can hide it by adding comment "#EC NEEDED.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is generally recommended not to use global data. You can declare this data where ever you are using them in sub routines.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2013 11:50:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/verification-syntax/m-p/9876531#M1789382</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2013-10-28T11:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: Verification Syntax.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/verification-syntax/m-p/9876532#M1789383</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;Those are the messages by extended program check . U really dont have to worry about that bcz it will not be a performance thing . If u really want to clear all of them then u have to stop declaring all those tables when they are not really used more than one subroutine or include.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; If u do so, just by using the psuedo comment *#EC NEEDED&amp;nbsp; u can actually supress them as nabheet madan said .. its simple .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards ,&lt;/P&gt;&lt;P&gt;Shiv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2013 12:01:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/verification-syntax/m-p/9876532#M1789383</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-28T12:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: Verification Syntax.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/verification-syntax/m-p/9876533#M1789384</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;&lt;/P&gt;&lt;P&gt;adding comment "#EC NEEDED. otherwise declare variable/ internal table in local sub routines.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2013 12:12:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/verification-syntax/m-p/9876533#M1789384</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-28T12:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Verification Syntax.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/verification-syntax/m-p/9876534#M1789385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ronaldo Aparecido ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please declare those internal tables in Subroutine or Include (means, exaclty where you are using those tables, declare there only) &lt;/P&gt;&lt;P&gt;or as suggested by ALL You can hide those declarations with "#EC NEEDED.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, if you hide warning with "#EC NEEDED it will show against to 'Hidden Errors and Warnings' Please find attached screenshot for the same.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/309802" width="450" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2013 12:23:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/verification-syntax/m-p/9876534#M1789385</guid>
      <dc:creator>hemanth_kumar21</dc:creator>
      <dc:date>2013-10-28T12:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: Verification Syntax.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/verification-syntax/m-p/9876535#M1789386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ronaldo ,&lt;/P&gt;&lt;P&gt;I guess you have created structures(types)&amp;nbsp; say (ty_upload ,ty_final ) using the field symbols .Structures built based on the field symbol .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;For Example . &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52" style="color: #333399;"&gt;field-SYMBOLS &amp;lt;fs_test&amp;gt; &lt;SPAN class="L0S52"&gt;type&amp;nbsp; &lt;/SPAN&gt;sflight &lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;types &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;BEGIN &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;ty_int &lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;include &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;structure &lt;/SPAN&gt;&amp;lt;fs_test&amp;gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;types &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;:&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;END &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;ty_int &lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;DATA &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;t_int &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;table &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;ty_int &lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2013 12:24:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/verification-syntax/m-p/9876535#M1789386</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-28T12:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Verification Syntax.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/verification-syntax/m-p/9876536#M1789387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;N&lt;A _jive_internal="true" href="https://answers.sap.com/people/nabheet.madan3" style="font-size: 12px; background-color: #ffffff; color: #8ca9cd;"&gt;abheet&amp;nbsp; &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Worked.&lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/1904/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2013 12:26:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/verification-syntax/m-p/9876536#M1789387</guid>
      <dc:creator>ronaldo_aparecido</dc:creator>
      <dc:date>2013-10-28T12:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Verification Syntax.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/verification-syntax/m-p/9876537#M1789388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Hi Ronaldo,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;This is due to, Usage of Globally declared Internal Tables only in particular perform. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Same Internal Table might not be used in some other perform.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;You can ignore that through #EC NEEDED or by declaring the same internal tables as a local one in that perform.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;SKR.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2013 12:28:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/verification-syntax/m-p/9876537#M1789388</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-28T12:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: Verification Syntax.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/verification-syntax/m-p/9876538#M1789389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What worked?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppressing the warnings? That would be &lt;STRONG&gt;bad&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Addressing the scope of the variables? That would be &lt;STRONG&gt;good.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2013 14:22:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/verification-syntax/m-p/9876538#M1789389</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2013-10-28T14:22:08Z</dc:date>
    </item>
  </channel>
</rss>

