<?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 Exception CX_SY_NO_HANDLER was raised , when function module READ_TEXT called in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-cx-sy-no-handler-was-raised-when-function-module-read-text-called/m-p/12219703#M1983501</link>
    <description>&lt;P&gt; DATA : st_client TYPE SY-MANDT,&lt;BR /&gt; st_id TYPE THEAD-TDID,&lt;BR /&gt; st_language TYPE THEAD-TDSPRAS,&lt;BR /&gt; st_name TYPE THEAD-TDNAME,&lt;/P&gt;
  &lt;P&gt; st_object TYPE THEAD-TDOBJECT.&lt;/P&gt;
  &lt;P&gt;DATA : lt_line TYPE TABLE OF tline,&lt;/P&gt;
  &lt;P&gt;FIELD-SYMBOLS &amp;lt;fs_lt_line&amp;gt; TYPE tline.&lt;/P&gt;
  &lt;P&gt;st_client = 'sy-mandt'.&lt;BR /&gt; st_id = 'ST'.&lt;BR /&gt; st_language = 'EN'.&lt;BR /&gt; st_name = 'ZCOLLECTIVE'.&lt;BR /&gt; st_object = 'TEXT'.&lt;/P&gt;
  &lt;P&gt; CALL FUNCTION 'READ_TEXT'&lt;BR /&gt; EXPORTING&lt;BR /&gt; client = st_client&lt;BR /&gt; id = st_id&lt;BR /&gt; language = st_language&lt;BR /&gt; name = st_name&lt;BR /&gt; object = st_object&lt;BR /&gt; TABLES&lt;BR /&gt; lines = lt_line&lt;BR /&gt; EXCEPTIONS&lt;BR /&gt; id = 1&lt;BR /&gt; language = 2&lt;BR /&gt; name = 3&lt;BR /&gt; not_found = 4&lt;BR /&gt; object = 5&lt;BR /&gt; reference_check = 6&lt;BR /&gt; wrong_access_to_archive = 7&lt;BR /&gt; OTHERS = 8.&lt;BR /&gt;&lt;BR /&gt; IF sy-subrc &amp;lt;&amp;gt; 0.&lt;BR /&gt;* Implement suitable error handling here&lt;BR /&gt; ENDIF.&lt;/P&gt;
  &lt;P&gt;I am calling READ_TEXT fm inside a method,and above is the code raising an exception when I executed.&lt;/P&gt;
  &lt;P&gt;Can anyone please help me out with this issue.....&lt;/P&gt;</description>
    <pubDate>Tue, 30 Jun 2020 08:48:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2020-06-30T08:48:58Z</dc:date>
    <item>
      <title>Exception CX_SY_NO_HANDLER was raised , when function module READ_TEXT called</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-cx-sy-no-handler-was-raised-when-function-module-read-text-called/m-p/12219703#M1983501</link>
      <description>&lt;P&gt; DATA : st_client TYPE SY-MANDT,&lt;BR /&gt; st_id TYPE THEAD-TDID,&lt;BR /&gt; st_language TYPE THEAD-TDSPRAS,&lt;BR /&gt; st_name TYPE THEAD-TDNAME,&lt;/P&gt;
  &lt;P&gt; st_object TYPE THEAD-TDOBJECT.&lt;/P&gt;
  &lt;P&gt;DATA : lt_line TYPE TABLE OF tline,&lt;/P&gt;
  &lt;P&gt;FIELD-SYMBOLS &amp;lt;fs_lt_line&amp;gt; TYPE tline.&lt;/P&gt;
  &lt;P&gt;st_client = 'sy-mandt'.&lt;BR /&gt; st_id = 'ST'.&lt;BR /&gt; st_language = 'EN'.&lt;BR /&gt; st_name = 'ZCOLLECTIVE'.&lt;BR /&gt; st_object = 'TEXT'.&lt;/P&gt;
  &lt;P&gt; CALL FUNCTION 'READ_TEXT'&lt;BR /&gt; EXPORTING&lt;BR /&gt; client = st_client&lt;BR /&gt; id = st_id&lt;BR /&gt; language = st_language&lt;BR /&gt; name = st_name&lt;BR /&gt; object = st_object&lt;BR /&gt; TABLES&lt;BR /&gt; lines = lt_line&lt;BR /&gt; EXCEPTIONS&lt;BR /&gt; id = 1&lt;BR /&gt; language = 2&lt;BR /&gt; name = 3&lt;BR /&gt; not_found = 4&lt;BR /&gt; object = 5&lt;BR /&gt; reference_check = 6&lt;BR /&gt; wrong_access_to_archive = 7&lt;BR /&gt; OTHERS = 8.&lt;BR /&gt;&lt;BR /&gt; IF sy-subrc &amp;lt;&amp;gt; 0.&lt;BR /&gt;* Implement suitable error handling here&lt;BR /&gt; ENDIF.&lt;/P&gt;
  &lt;P&gt;I am calling READ_TEXT fm inside a method,and above is the code raising an exception when I executed.&lt;/P&gt;
  &lt;P&gt;Can anyone please help me out with this issue.....&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2020 08:48:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-cx-sy-no-handler-was-raised-when-function-module-read-text-called/m-p/12219703#M1983501</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-06-30T08:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Exception CX_SY_NO_HANDLER was raised , when function module READ_TEXT called</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-cx-sy-no-handler-was-raised-when-function-module-read-text-called/m-p/12219704#M1983502</link>
      <description>&lt;P&gt;Hello  &lt;SPAN class="mention-scrubbed"&gt;manojgurram&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Remove or comment out the CLIENT parameter - it is not needed, by default it has the value of current client. If you still want to use it, then put a proper value in it.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;st_client = 'sy-mandt'. " &amp;lt;- INCORRECT

st_client = sy-mandt. " &amp;lt;- CORRECT (no quotes)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Then try again. If you still get a short-dump then please paste the information contained in the short-dump, like description and the place of raising.&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;Mateusz</description>
      <pubDate>Tue, 30 Jun 2020 09:04:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-cx-sy-no-handler-was-raised-when-function-module-read-text-called/m-p/12219704#M1983502</guid>
      <dc:creator>MateuszAdamus</dc:creator>
      <dc:date>2020-06-30T09:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: Exception CX_SY_NO_HANDLER was raised , when function module READ_TEXT called</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-cx-sy-no-handler-was-raised-when-function-module-read-text-called/m-p/12219705#M1983503</link>
      <description>&lt;P&gt;Use the &lt;STRONG&gt;code&lt;/STRONG&gt; button to paste code nicely.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: st_client TYPESY-MANDT,&lt;BR /&gt;      st_id TYPE THEAD-TDID,&lt;BR /&gt;      st_language TYPE THEAD-TDSPRAS,&lt;BR /&gt;      st_name TYPE THEAD-TDNAME,&lt;BR /&gt;      st_object TYPE THEAD-TDOBJECT.&lt;BR /&gt;DATA: lt_line TYPETABLEOF tline,&lt;BR /&gt;FIELD-SYMBOLS&amp;lt;fs_lt_line&amp;gt;TYPE tline.&lt;BR /&gt;st_client ='sy-mandt'.&lt;BR /&gt;st_id ='ST'.&lt;BR /&gt;st_language ='EN'.&lt;BR /&gt;st_name ='ZCOLLECTIVE'.&lt;BR /&gt;st_object ='TEXT'.&lt;BR /&gt;CALL FUNCTION 'READ_TEXT' &lt;BR /&gt;    EXPORTING&lt;BR /&gt;        client = st_client&lt;BR /&gt;        id = st_id&lt;BR /&gt;        language = st_language&lt;BR /&gt;        name = st_name&lt;BR /&gt;        object= st_object&lt;BR /&gt;    TABLES&lt;BR /&gt;        lines = lt_line&lt;BR /&gt;    EXCEPTIONS&lt;BR /&gt;        id = 1&lt;BR /&gt;        language = 2&lt;BR /&gt;        name = 3&lt;BR /&gt;        not_found = 4&lt;BR /&gt;        object = 5&lt;BR /&gt;        reference_check = 6&lt;BR /&gt;        wrong_access_to_archive = 7&lt;BR /&gt;        OTHERS = 8.&lt;BR /&gt;IF sy-subrc &amp;lt;&amp;gt; 0.&lt;BR /&gt;* Implement suitable error handling here&lt;BR /&gt;ENDIF&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 30 Jun 2020 09:09:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-cx-sy-no-handler-was-raised-when-function-module-read-text-called/m-p/12219705#M1983503</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2020-06-30T09:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: Exception CX_SY_NO_HANDLER was raised , when function module READ_TEXT called</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-cx-sy-no-handler-was-raised-when-function-module-read-text-called/m-p/12219706#M1983504</link>
      <description>&lt;P&gt;I have to wonder where the OP got&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;st_client = 'sy-mandt' &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;from.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2020 09:10:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-cx-sy-no-handler-was-raised-when-function-module-read-text-called/m-p/12219706#M1983504</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2020-06-30T09:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: Exception CX_SY_NO_HANDLER was raised , when function module READ_TEXT called</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-cx-sy-no-handler-was-raised-when-function-module-read-text-called/m-p/12219707#M1983505</link>
      <description>&lt;P&gt;Thank you Matthew Billingham for your help.&lt;/P&gt;&lt;P&gt;Its working fine now.&lt;/P&gt;&lt;P&gt;Thanks for your quick solution.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2020 10:19:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-cx-sy-no-handler-was-raised-when-function-module-read-text-called/m-p/12219707#M1983505</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-06-30T10:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Exception CX_SY_NO_HANDLER was raised , when function module READ_TEXT called</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-cx-sy-no-handler-was-raised-when-function-module-read-text-called/m-p/12219708#M1983506</link>
      <description>&lt;P&gt;&lt;SPAN class="mention-scrubbed"&gt;manojgurram&lt;/SPAN&gt; I hope you understand how to use the button CODE for your next questions &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2020 10:33:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-cx-sy-no-handler-was-raised-when-function-module-read-text-called/m-p/12219708#M1983506</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-06-30T10:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: Exception CX_SY_NO_HANDLER was raised , when function module READ_TEXT called</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-cx-sy-no-handler-was-raised-when-function-module-read-text-called/m-p/12219709#M1983507</link>
      <description>&lt;P&gt;&lt;SPAN class="mention-scrubbed"&gt;matthew.billingham&lt;/SPAN&gt; Probably the OP didn't know that &lt;STRONG&gt;sy &lt;/STRONG&gt;is a structure containing the system fields (for more information, see &lt;A href="https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/index.htm?file=abensystem_fields.htm"&gt;ABAP documentation - System Fields&lt;/A&gt;).&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2020 10:36:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-cx-sy-no-handler-was-raised-when-function-module-read-text-called/m-p/12219709#M1983507</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-06-30T10:36:37Z</dc:date>
    </item>
  </channel>
</rss>

