<?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: Error Message 'CX_SY_NO_HANDLER ' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-cx-sy-no-handler/m-p/769013#M38065</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tables with header lines are not allowed in OO.  However a quick fix is to just pass your table without the header line.  Just use '[]' on the end of the table name in the method call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call method class-&amp;gt;method&lt;/P&gt;&lt;P&gt;    exporting&lt;/P&gt;&lt;P&gt;       my_table = local_table_with_header[].&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Jun 2004 12:52:28 GMT</pubDate>
    <dc:creator>thomas_jung</dc:creator>
    <dc:date>2004-06-01T12:52:28Z</dc:date>
    <item>
      <title>Error Message 'CX_SY_NO_HANDLER '</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-cx-sy-no-handler/m-p/769010#M38062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When calling a method of my class i receive the error messoge mentioned above. does anybody know what it means?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 May 2004 14:03:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-cx-sy-no-handler/m-p/769010#M38062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-05-28T14:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message 'CX_SY_NO_HANDLER '</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-cx-sy-no-handler/m-p/769011#M38063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually this is a fairly generic exception.  CX_SY_NO_HANDLER is raised when there has been a system exception but there is nothing registered to handle it.  This is sort of a catch all for exceptions.  You might want a try ... catch around your method call and at least catch this exception.  You then might be able to receive more details about what exception is being thrown.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jun 2004 11:31:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-cx-sy-no-handler/m-p/769011#M38063</guid>
      <dc:creator>thomas_jung</dc:creator>
      <dc:date>2004-06-01T11:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message 'CX_SY_NO_HANDLER '</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-cx-sy-no-handler/m-p/769012#M38064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i found out that the message doesn occur because i passed an internal table 'WITH HEADER LINE' to the method.&lt;/P&gt;&lt;P&gt;does this mean that passing an internal table  defined 'with header line' is generally forbidden within the OO context???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jun 2004 12:48:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-cx-sy-no-handler/m-p/769012#M38064</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-06-01T12:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message 'CX_SY_NO_HANDLER '</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-cx-sy-no-handler/m-p/769013#M38065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tables with header lines are not allowed in OO.  However a quick fix is to just pass your table without the header line.  Just use '[]' on the end of the table name in the method call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call method class-&amp;gt;method&lt;/P&gt;&lt;P&gt;    exporting&lt;/P&gt;&lt;P&gt;       my_table = local_table_with_header[].&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jun 2004 12:52:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-cx-sy-no-handler/m-p/769013#M38065</guid>
      <dc:creator>thomas_jung</dc:creator>
      <dc:date>2004-06-01T12:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message 'CX_SY_NO_HANDLER '</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-cx-sy-no-handler/m-p/769014#M38066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Tobias,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in ABAP Objects You should allways define typed data:&lt;/P&gt;&lt;P&gt;In your special case: &lt;/P&gt;&lt;P&gt;data: lt_itab type standard table of xxx_type ...&lt;/P&gt;&lt;P&gt;data: lt_itab type hashed table   of xxx_type ...&lt;/P&gt;&lt;P&gt;data: lt_itab type sorted table   of xxx_type ...&lt;/P&gt;&lt;P&gt;data: lt_itab type any table ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't use the occurs statement anymore.&lt;/P&gt;&lt;P&gt;You will find a sample definition in the report I have sent You.&lt;/P&gt;&lt;P&gt;BR Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jun 2004 13:00:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-cx-sy-no-handler/m-p/769014#M38066</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-06-01T13:00:34Z</dc:date>
    </item>
  </channel>
</rss>

