<?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 For Field Attributes in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-warning-for-field-attributes/m-p/6971379#M1491323</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are just populating the values to the itab for checking the existence of data and then not using it anywhere.&lt;/P&gt;&lt;P&gt;Change your code like this, if you are not using the itab anywhere then you can change the code like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
if not s_lgort[] is initial.  "This is not required , try to remove it.
if not p_werks is initial.
select single * from t001l 
where werks eq p_werks
and lgort in s_lgort.
if sy-subrc ne 0.
message e003(z01) with s_lgort-low p_werks.
endif.
endif.
endif.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Jun 2010 12:43:31 GMT</pubDate>
    <dc:creator>kesavadas_thekkillath</dc:creator>
    <dc:date>2010-06-09T12:43:31Z</dc:date>
    <item>
      <title>Extended Program Check Warning For Field Attributes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-warning-for-field-attributes/m-p/6971374#M1491318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;I 've DEVELOPED&amp;nbsp; alv report when i am using extended program check i m getting Warning For Field Attributes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;1) WARNING: &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;NO READ ACCESS TO TABLE T_T001L[].&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;( message can be hidden using : "EC&amp;nbsp; NEEDED)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;DATA: T001L type T001L,&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; T300&amp;nbsp; type T300,&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; T301&amp;nbsp; type T301,&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TVST&amp;nbsp; type TVST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;TYPES: BEGIN OF TY_T001L,&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lgort type T001L-lgort,&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; END OF TY_T001L.&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;DATA: T_T001L type TABLE OF TY_T001L.----&lt;/P&gt;&lt;HR style="color: #333333; font-size: 12px; background-color: #ffffff;" /&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&amp;gt; IT SHOWING THIS LINE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;2)1) WARNING: &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;NO READ ACCESS TO TABLE T_T001L[].&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;( message can be hidden using : "EC&amp;nbsp; NEEDED)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;DATA: T300&amp;nbsp; type T300.----&lt;/P&gt;&lt;HR style="color: #333333; font-size: 12px; background-color: #ffffff;" /&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&amp;gt; IT SHOWING THIS LINE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;3)2)1) WARNING: &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;NO READ ACCESS TO TABLE T_T001L[].&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;( message can be hidden using : "EC&amp;nbsp; NEEDED)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;DATA: T300&amp;nbsp; type T301.----&lt;/P&gt;&lt;HR style="color: #333333; font-size: 12px; background-color: #ffffff;" /&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&amp;gt; IT SHOWING THIS LINE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jun 2010 10:02:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-warning-for-field-attributes/m-p/6971374#M1491318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-08T10:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Program Check Warning For Field Attributes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-warning-for-field-attributes/m-p/6971375#M1491319</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;This could happen if you are not reading those internal tables any where in the program and has just declared it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Deepa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jun 2010 12:49:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-warning-for-field-attributes/m-p/6971375#M1491319</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-08T12:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Program Check Warning For Field Attributes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-warning-for-field-attributes/m-p/6971376#M1491320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using this internal table in your report, if no, the warning is correct...&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>Tue, 08 Jun 2010 13:04:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-warning-for-field-attributes/m-p/6971376#M1491320</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2010-06-08T13:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Program Check Warning For Field Attributes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-warning-for-field-attributes/m-p/6971377#M1491321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepa,&lt;/P&gt;&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i m using internal table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not s_lgort[] is initial.&lt;/P&gt;&lt;P&gt;    if not p_werks is initial.&lt;/P&gt;&lt;P&gt;      select lgort from t001l&lt;/P&gt;&lt;P&gt;      into table t_t001l----&lt;/P&gt;&lt;HR originaltext="-----------------------" /&gt;&lt;P&gt;&amp;gt;still i m getting the same waring&lt;/P&gt;&lt;P&gt;       where werks eq p_werks&lt;/P&gt;&lt;P&gt;         and lgort in s_lgort.&lt;/P&gt;&lt;P&gt;      if sy-subrc ne 0.&lt;/P&gt;&lt;P&gt;        message e003(z01) with s_lgort-low p_werks.&lt;/P&gt;&lt;P&gt;      endif.&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jun 2010 11:48:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-warning-for-field-attributes/m-p/6971377#M1491321</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-09T11:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Program Check Warning For Field Attributes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-warning-for-field-attributes/m-p/6971378#M1491322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;- You are not actually using the internal table (there is no LOOP or READ TABLE statement).&lt;/P&gt;&lt;P&gt;- You only require the sy-subrc return code, that is the reason of the extended check warning - you fill an internal table that is not read anywhere.&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>Wed, 09 Jun 2010 12:33:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-warning-for-field-attributes/m-p/6971378#M1491322</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2010-06-09T12:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Program Check Warning For Field Attributes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-warning-for-field-attributes/m-p/6971379#M1491323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are just populating the values to the itab for checking the existence of data and then not using it anywhere.&lt;/P&gt;&lt;P&gt;Change your code like this, if you are not using the itab anywhere then you can change the code like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
if not s_lgort[] is initial.  "This is not required , try to remove it.
if not p_werks is initial.
select single * from t001l 
where werks eq p_werks
and lgort in s_lgort.
if sy-subrc ne 0.
message e003(z01) with s_lgort-low p_werks.
endif.
endif.
endif.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jun 2010 12:43:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-warning-for-field-attributes/m-p/6971379#M1491323</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-06-09T12:43:31Z</dc:date>
    </item>
  </channel>
</rss>

