<?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: ABAP OO Error - Need help to understand error message in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-oo-error-need-help-to-understand-error-message/m-p/1006538#M77909</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You dont need it in uppercase or in brackets. the include is not in the right place as ram had mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 16 Jul 2005 04:32:37 GMT</pubDate>
    <dc:creator>athavanraja</dc:creator>
    <dc:date>2005-07-16T04:32:37Z</dc:date>
    <item>
      <title>ABAP OO Error - Need help to understand error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-oo-error-need-help-to-understand-error-message/m-p/1006535#M77906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I try to create the following code, I get the error 'Statement is not accessible' on the create object command. I tried this on a 6.2 and 6.4 system and I got the same error. Any hints as to what I am doing wrong. Thanks! Bill &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE Soapincl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: osoap TYPE REF TO CSoapDocument.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CREATE OBJECT osoap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL METHOD osoap-&amp;gt;set_tag_name_format&lt;/P&gt;&lt;P&gt;EXPORTING format = CSoapConstants=&amp;gt;ic_tagfmt_default.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2005 21:58:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-oo-error-need-help-to-understand-error-message/m-p/1006535#M77906</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-15T21:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP OO Error - Need help to understand error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-oo-error-need-help-to-understand-error-message/m-p/1006536#M77907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is some problem in the place where you have kept the include statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Somehow the statements is not accessible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this  a Report ...or a Function Module ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g in a function module , you should call the include in the top include of the main program ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;did you try commenting the include and then check !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Jul 2005 01:51:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-oo-error-need-help-to-understand-error-message/m-p/1006536#M77907</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-16T01:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP OO Error - Need help to understand error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-oo-error-need-help-to-understand-error-message/m-p/1006537#M77908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure you don't need to put the name of the include in capitals?? or in brackets??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Include SOAPINCL.&lt;/P&gt;&lt;P&gt;Include &amp;lt;SOAPINCL&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enjoy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Jul 2005 02:31:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-oo-error-need-help-to-understand-error-message/m-p/1006537#M77908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-16T02:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP OO Error - Need help to understand error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-oo-error-need-help-to-understand-error-message/m-p/1006538#M77909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You dont need it in uppercase or in brackets. the include is not in the right place as ram had mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Jul 2005 04:32:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-oo-error-need-help-to-understand-error-message/m-p/1006538#M77909</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-07-16T04:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP OO Error - Need help to understand error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-oo-error-need-help-to-understand-error-message/m-p/1006539#M77910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;Thanks for the feedback. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This code will only work if I put the include the global data section of the function module. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers! Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2005 15:10:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-oo-error-need-help-to-understand-error-message/m-p/1006539#M77910</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-18T15:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP OO Error - Need help to understand error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-oo-error-need-help-to-understand-error-message/m-p/1006540#M77911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the same Problem within a report...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no matter where I put in the class def and imp parts... no matter if I work with includes or without... any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ok, solved now... just moved the parts of the class around and now it works... but I still don't understand why :-?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Sebastian Enk&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2006 09:16:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-oo-error-need-help-to-understand-error-message/m-p/1006540#M77911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-09T09:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP OO Error - Need help to understand error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-oo-error-need-help-to-understand-error-message/m-p/1006541#M77912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;report abc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE Soapincl.&lt;/P&gt;&lt;P&gt;DATA: osoap TYPE REF TO CSoapDocument.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;START-OF-SELECTION.  &amp;lt;----&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt; IMPORTANT.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CREATE OBJECT osoap.&lt;/P&gt;&lt;P&gt;CALL METHOD osoap-&amp;gt;set_tag_name_format&lt;/P&gt;&lt;P&gt;EXPORTING format = CSoapConstants=&amp;gt;ic_tagfmt_default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Give any event name.&lt;/P&gt;&lt;P&gt;   eg. INITIALIZATION ETC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2006 09:34:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-oo-error-need-help-to-understand-error-message/m-p/1006541#M77912</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-09T09:34:12Z</dc:date>
    </item>
  </channel>
</rss>

