<?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: CX_SY_NO_HANDLER in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cx-sy-no-handler/m-p/2049530#M422367</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have changed the references so that I now have TYPE TABLE OF as well as the work area definition LIKE LINE OF.  Unfortunately I am still getting this error.  Perhaps I should use the EXPORT/IMPORT instead of TABLES statement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Mar 2007 14:29:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-13T14:29:58Z</dc:date>
    <item>
      <title>CX_SY_NO_HANDLER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cx-sy-no-handler/m-p/2049520#M422357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a function call within a class that is returning the above error.  The error is encountered as I step through the code and hit the following statement.  Any ideas why this is occuring?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     CALL FUNCTION 'ZBW_HR_PA_VAR_TABLE'&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;          I_T_VAR_RANGE       = I_T_VAR_RANGE[]&lt;/P&gt;&lt;P&gt;        TABLES&lt;/P&gt;&lt;P&gt;          LOCAL_DIM           = LOCAL_PAT[]&lt;/P&gt;&lt;P&gt;        EXCEPTIONS&lt;/P&gt;&lt;P&gt;          NO_ENTRIES          = 1&lt;/P&gt;&lt;P&gt;          OTHERS                 = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function module processes correctly through SE37 and the test tool so I know that the logic is good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2007 13:52:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cx-sy-no-handler/m-p/2049520#M422357</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-13T13:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: CX_SY_NO_HANDLER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cx-sy-no-handler/m-p/2049521#M422358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Send the error. I think u have forget to paste it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2007 13:59:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cx-sy-no-handler/m-p/2049521#M422358</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-13T13:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: CX_SY_NO_HANDLER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cx-sy-no-handler/m-p/2049522#M422359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The exact error is 'CLEANUP because of an exception from the class CX_SY_NO_HANDLER'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2007 14:01:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cx-sy-no-handler/m-p/2049522#M422359</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-13T14:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: CX_SY_NO_HANDLER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cx-sy-no-handler/m-p/2049523#M422360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I guess you are trying to use an internal table with header line in OO context ,&lt;/P&gt;&lt;P&gt;  Dont do that and checkout if it works&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2007 14:02:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cx-sy-no-handler/m-p/2049523#M422360</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-13T14:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: CX_SY_NO_HANDLER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cx-sy-no-handler/m-p/2049524#M422361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think u have declared the itab  I_T_VAR_RANGE[] with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so make the change.&lt;/P&gt;&lt;P&gt;Also please go through this document:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/83/636d1712fc11d5991e00508b5d5211/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/83/636d1712fc11d5991e00508b5d5211/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2007 14:04:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cx-sy-no-handler/m-p/2049524#M422361</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-13T14:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: CX_SY_NO_HANDLER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cx-sy-no-handler/m-p/2049525#M422362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's fine.  The function module uses the TABLES statement.  Can I do this with a function call within a class or should I be using the IMPORT/EXPORT statements?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2007 14:05:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cx-sy-no-handler/m-p/2049525#M422362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-13T14:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: CX_SY_NO_HANDLER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cx-sy-no-handler/m-p/2049526#M422363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could u show the lines how u ahve declared the tables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;I_T_VAR_RANGE[], LOCAL_PAT[]&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;VAsanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2007 14:08:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cx-sy-no-handler/m-p/2049526#M422363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-13T14:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: CX_SY_NO_HANDLER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cx-sy-no-handler/m-p/2049527#M422364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For the function module the declaration is under the 'TABLES' tab as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOCAL_DIM         LIKE /BIC/AZBHOPA0100 'ODS Object ZBHOPA01 : Active Records'&lt;/P&gt;&lt;P&gt;I_T_VAR_RANGE LIKE RRRANGEEXIT 'BW: Simplified variable structure'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The actual definitions of these are as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i_t_var_range                    TYPE  RRS0_T_VAR_RANGE&lt;/P&gt;&lt;P&gt;LOCAL_PAT LIKE /BIC/AZBHOPA0100 OCCURS 0 WITH HEADER LINE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2007 14:13:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cx-sy-no-handler/m-p/2049527#M422364</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-13T14:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: CX_SY_NO_HANDLER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cx-sy-no-handler/m-p/2049528#M422365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;change the second declaration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;LOCAL_PAT type table of  /BIC/AZBHOPA0100 .&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2007 14:15:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cx-sy-no-handler/m-p/2049528#M422365</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-13T14:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: CX_SY_NO_HANDLER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cx-sy-no-handler/m-p/2049529#M422366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Robert,&lt;/P&gt;&lt;P&gt;The problem is here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOCAL_PAT LIKE /BIC/AZBHOPA0100 OCCURS 0 WITH HEADER LINE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change this line to&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;LOCAL_PAT type table of /BIC/AZBHOPA0100 .&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declarea work area and append the data to the table LOCAL_PAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this solve ur problem,&lt;/P&gt;&lt;P&gt;If useful reward.&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2007 14:15:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cx-sy-no-handler/m-p/2049529#M422366</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-13T14:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: CX_SY_NO_HANDLER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cx-sy-no-handler/m-p/2049530#M422367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have changed the references so that I now have TYPE TABLE OF as well as the work area definition LIKE LINE OF.  Unfortunately I am still getting this error.  Perhaps I should use the EXPORT/IMPORT instead of TABLES statement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2007 14:29:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cx-sy-no-handler/m-p/2049530#M422367</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-13T14:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: CX_SY_NO_HANDLER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cx-sy-no-handler/m-p/2049531#M422368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't use line of declare like for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  DATA: WA_MRMRSEG TYPE LINE OF MRM_TAB_MRMRSEG,
        WA_RECH TYPE Z48M_LIEF_RECH,
        WA_EKPO TYPE EKPO.
  DATA: L_R_USR21 TYPE USR21,
        L_R_ADR6 TYPE ADR6.
* data for send function
  DATA DOC_DATA TYPE SODOCCHGI1.
  DATA OBJECT_ID TYPE SOFOLENTI1-OBJECT_ID.
  DATA OBJCONT TYPE TABLE OF SOLI.
  DATA WA_OBJCONT TYPE SOLI.
  DATA RECEIVER TYPE TABLE OF SOMLRECI1.
  DATA WA_RECEIVER TYPE SOMLRECI1.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the tables and work areas should be declared as &amp;lt;b&amp;gt;TYPE LINE OF&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;VAsanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2007 14:33:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cx-sy-no-handler/m-p/2049531#M422368</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-13T14:33:29Z</dc:date>
    </item>
  </channel>
</rss>

