<?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: No read access in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-read-access/m-p/3431762#M824290</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 is because the variable to get the name of SAP R/3  is declared and assigned the value sy-sysid, but no where the variable is assigned to other variable.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since it is used for only assignment, in the extended program check it shows as no read access. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To avoid this you can avoid declaring the variable if it is not used anywhere in your code, else comment the code as given in extended check.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Apr 2008 12:18:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-24T12:18:33Z</dc:date>
    <item>
      <title>No read access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-read-access/m-p/3431759#M824287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I declared  &lt;/P&gt;&lt;P&gt;Data:  V_USRID TYPE SYSID.B&lt;/P&gt;&lt;P&gt;But in extended program check it is showing that &lt;/P&gt;&lt;P&gt;No read access to field V_USRID.&lt;/P&gt;&lt;P&gt;Every time i am hiddening this type of message, is there any solution for this. please guide me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Feb 2008 10:41:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-read-access/m-p/3431759#M824287</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-16T10:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: No read access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-read-access/m-p/3431760#M824288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The message simply means that although you've defined the variable, and perhaps given it a value from somewhere, you never read from it anymore.  Typically this means that you don't actually need the variable.  Sometimes you do need it, but only perhaps as a field to select into when doing an existence check.  In these cases it is valid to hide the check using the "EC comment.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Feb 2008 13:20:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-read-access/m-p/3431760#M824288</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2008-02-17T13:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: No read access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-read-access/m-p/3431761#M824289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just hide it by comments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It has no significance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2008 06:55:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-read-access/m-p/3431761#M824289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-19T06:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: No read access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-read-access/m-p/3431762#M824290</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 is because the variable to get the name of SAP R/3  is declared and assigned the value sy-sysid, but no where the variable is assigned to other variable.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since it is used for only assignment, in the extended program check it shows as no read access. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To avoid this you can avoid declaring the variable if it is not used anywhere in your code, else comment the code as given in extended check.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2008 12:18:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-read-access/m-p/3431762#M824290</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-24T12:18:33Z</dc:date>
    </item>
  </channel>
</rss>

