<?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: Extended Program Check - Warning in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-warning/m-p/8661921#M1667630</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've the same issue in my report. I believe that is a new feature of SLIN on SAP EHP5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The warning is for global field (internal table, work area, etc) or global field-symbol.&lt;/P&gt;&lt;P&gt;It's not about TABLE WITH HEADER LINE or the simple use of global field-symbols. It's for any global field declaration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im not so sure, but maybe its a way to induce the abapers to mantain all of the data local, and passing this data &lt;SPAN class="short_text" id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;through USING/CHANGING parameters on all over the program.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;It's a little bit &lt;/SPAN&gt;&lt;/SPAN&gt;awkward not use ANY global data. Anyhow it's not a Error, but only a Warning of SLIN check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for my poor english.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Ademir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 May 2012 17:56:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-05-09T17:56:47Z</dc:date>
    <item>
      <title>Extended Program Check - Warning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-warning/m-p/8661911#M1667620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SDNers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did my program well. but when i am doing Extended program check it shows warning that 'do not use fields, field symbols (itab) globally'.  This is the only warning i can not eliminate it. i dont want to hide using "#EC NEEDED.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have searched almost all the sites, finally i posted here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right answers will be highly Appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Senthil kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2012 11:42:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-warning/m-p/8661911#M1667620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-09T11:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Program Check - Warning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-warning/m-p/8661912#M1667621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where have you declared it, inside a module / endmodule. If so move it out from there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide more details. The line of code the warning points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2012 11:48:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-warning/m-p/8661912#M1667621</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2012-03-09T11:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Program Check - Warning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-warning/m-p/8661913#M1667622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suppose you declared an internal table with [header line|http://help.sap.com/abapdocu_70/en/ABENHEADER_LINE_GLOSRY.htm] (Obsolete). If yes use an explicit work area or assign to field-symbols.  The warning suggests that there may be confusion between the header line and the internal table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is not the cause, then can you paste part of the code source (definition of itab as well has lines around where the warning is issueds)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2012 12:29:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-warning/m-p/8661913#M1667622</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2012-03-09T12:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Program Check - Warning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-warning/m-p/8661914#M1667623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I avoid this by declaring a global type, then use that for my internal table.  Inside each form, I then utilize a local field-symbol, like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form  some_routine.&lt;/P&gt;&lt;P&gt;field-symbols: &amp;lt;lfs_x&amp;gt; type my_global_type.&lt;/P&gt;&lt;P&gt;. . .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP SLIN then does not "see" a global usage of the field symbol.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2012 12:47:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-warning/m-p/8661914#M1667623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-09T12:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Program Check - Warning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-warning/m-p/8661915#M1667624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No Keshav. I did not declared inside a Module/Endmodule.&lt;/P&gt;&lt;P&gt;The Code snippet is below: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES: tt_input_table   TYPE STANDARD TABLE OF zsmmpirupd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: gt_input_table    TYPE tt_input_table.    "#EC NEEDED&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: g_wa_input_table  TYPE zsmmpirupd.        "#EC NEEDED&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM process_tab USING gt_input_table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM process_tab USING lt_input_table TYPE tt_input_table.&lt;/P&gt;&lt;P&gt;&amp;lt;Program Logics&amp;gt;&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Raymond, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did not declare an internal table with header line and also not used field-symbols. The code snippet is above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Mar 2012 09:19:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-warning/m-p/8661915#M1667624</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-10T09:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Program Check - Warning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-warning/m-p/8661916#M1667625</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;You call the perform with TABLES and not USING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PERFORM process_tab TABLES gt_input_table.

FORM process_tab TABLES lt_input_table STRUCTURE tt_input_table.
&amp;lt;Program Logics&amp;gt;
ENDFORM.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Mar 2012 10:37:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-warning/m-p/8661916#M1667625</guid>
      <dc:creator>sridhar_meesala</dc:creator>
      <dc:date>2012-03-10T10:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Program Check - Warning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-warning/m-p/8661917#M1667626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where is a field-symbol here ? We asked you the line of code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Mar 2012 11:48:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-warning/m-p/8661917#M1667626</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2012-03-10T11:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Program Check - Warning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-warning/m-p/8661918#M1667627</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;I did not use field-symbols Keshav. But in the warning message it is showing like that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you may check in your SAP system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have checked almost all the reports in our project and also other projects. I can see the same warning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Senthil kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Mar 2012 13:38:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-warning/m-p/8661918#M1667627</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-10T13:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Program Check - Warning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-warning/m-p/8661919#M1667628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Logic you have given is not working and also 'TABLES', 'STRUCTURES' in the perform is obsolete.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Senthil kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Mar 2012 15:04:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-warning/m-p/8661919#M1667628</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-10T15:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Program Check - Warning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-warning/m-p/8661920#M1667629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it,s because gt_input_table is declared globally and is visible in all areas of the program. if you just call the subroutine like "PERFORM process_tab." then the message will disappear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or else if you require to pass iy through routine as coded then provide the EC check as mentioned in SLIN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or declare a local itab of type tt_input_table &amp;amp; pass it in thr subroutine like&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
lt[] = gt[].
PERFORM process_tab USING lt.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Mar 2012 16:50:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-warning/m-p/8661920#M1667629</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2012-03-10T16:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Program Check - Warning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-warning/m-p/8661921#M1667630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've the same issue in my report. I believe that is a new feature of SLIN on SAP EHP5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The warning is for global field (internal table, work area, etc) or global field-symbol.&lt;/P&gt;&lt;P&gt;It's not about TABLE WITH HEADER LINE or the simple use of global field-symbols. It's for any global field declaration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im not so sure, but maybe its a way to induce the abapers to mantain all of the data local, and passing this data &lt;SPAN class="short_text" id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;through USING/CHANGING parameters on all over the program.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;It's a little bit &lt;/SPAN&gt;&lt;/SPAN&gt;awkward not use ANY global data. Anyhow it's not a Error, but only a Warning of SLIN check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for my poor english.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Ademir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2012 17:56:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-warning/m-p/8661921#M1667630</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-09T17:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Program Check - Warning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-warning/m-p/8661922#M1667631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also facing the same problem when doing an EPC check for my program.How can I overcome it.&lt;/P&gt;&lt;P&gt;Please suggest me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the message appeared for me after doing the EPC check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do not use fields, field symbols (OBJ_DATA) globally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The related code to get the above warning is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;START-OF-SELECTION&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;DATA&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;:&lt;/SPAN&gt;obj_data &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;REF &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;lcl_local&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;CREATE &lt;/SPAN&gt;OBJECT obj_data&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks In Advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chakradhar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 06:13:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-warning/m-p/8661922#M1667631</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-26T06:13:57Z</dc:date>
    </item>
  </channel>
</rss>

