<?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 ERROR: Statement is not accessible in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-statement-is-not-accessible/m-p/3863550#M928604</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;In an include BDCRECX1, the variable &lt;STRONG&gt;NODATA&lt;/STRONG&gt; has been declared as a &lt;STRONG&gt;parameter&lt;/STRONG&gt;. When I try to use this variable in my program the program is giving an error stating that &lt;STRONG&gt;Statement is not accessible&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have put &lt;STRONG&gt;include BDCRECX1&lt;/STRONG&gt; in my program.Even then why I am getting this error? How to solve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 May 2008 12:56:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-20T12:56:49Z</dc:date>
    <item>
      <title>ERROR: Statement is not accessible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-statement-is-not-accessible/m-p/3863550#M928604</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;In an include BDCRECX1, the variable &lt;STRONG&gt;NODATA&lt;/STRONG&gt; has been declared as a &lt;STRONG&gt;parameter&lt;/STRONG&gt;. When I try to use this variable in my program the program is giving an error stating that &lt;STRONG&gt;Statement is not accessible&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have put &lt;STRONG&gt;include BDCRECX1&lt;/STRONG&gt; in my program.Even then why I am getting this error? How to solve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 12:56:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-statement-is-not-accessible/m-p/3863550#M928604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-20T12:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Statement is not accessible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-statement-is-not-accessible/m-p/3863551#M928605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This type of error is generally issued when  you have code that resembles this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
FORM A.
   Do Something
ENDFORM.
A = B.   "&amp;lt;==  This line is not accessible.
Form B.
Do Something Else.
ENDFORM.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 13:02:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-statement-is-not-accessible/m-p/3863551#M928605</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-20T13:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Statement is not accessible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-statement-is-not-accessible/m-p/3863552#M928606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First declare your include ...&lt;/P&gt;&lt;P&gt;include BDCRECX1 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then use NODATA .. in the program ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 13:09:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-statement-is-not-accessible/m-p/3863552#M928606</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-20T13:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Statement is not accessible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-statement-is-not-accessible/m-p/3863553#M928607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suman,&lt;/P&gt;&lt;P&gt;Where did u included the statement INCLUDE BDCRECX1. &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Ur include statement should  present before u access the&lt;/STRONG&gt; &lt;STRONG&gt;variable nodata&lt;/STRONG&gt;. Check this and revert back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 13:17:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-statement-is-not-accessible/m-p/3863553#M928607</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2008-05-20T13:17:17Z</dc:date>
    </item>
  </channel>
</rss>

