<?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 READ_TEXT MODULE  ERRORS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-module-errors/m-p/3229055#M770246</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm working on the Smartforms, In that smartforms i'm using READ_TEXT Function Module to get the Texts(Header and Item Texts)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Requirement is, if the text is not existing for that particular Text ID and for that Material, At present it is giving the Error Message as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Material No" "Text ID" "EN" Text does Not exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to capture this Error Message and it should not through the Error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to capture the Error which is appearing in the READ_TEXT Module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If Possible please send the example code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adinarayana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Jan 2008 18:33:41 GMT</pubDate>
    <dc:creator>Adi_Bathineni</dc:creator>
    <dc:date>2008-01-02T18:33:41Z</dc:date>
    <item>
      <title>READ_TEXT MODULE  ERRORS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-module-errors/m-p/3229055#M770246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm working on the Smartforms, In that smartforms i'm using READ_TEXT Function Module to get the Texts(Header and Item Texts)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Requirement is, if the text is not existing for that particular Text ID and for that Material, At present it is giving the Error Message as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Material No" "Text ID" "EN" Text does Not exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to capture this Error Message and it should not through the Error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to capture the Error which is appearing in the READ_TEXT Module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If Possible please send the example code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adinarayana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2008 18:33:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-module-errors/m-p/3229055#M770246</guid>
      <dc:creator>Adi_Bathineni</dc:creator>
      <dc:date>2008-01-02T18:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: READ_TEXT MODULE  ERRORS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-module-errors/m-p/3229056#M770247</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;If you remove the MESSAGE if sy-subrc &amp;lt;&amp;gt; 0 how it behaves?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2008 18:50:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-module-errors/m-p/3229056#M770247</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-02T18:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: READ_TEXT MODULE  ERRORS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-module-errors/m-p/3229057#M770248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure that your call function exceptions are uncommented and then add IF SY-SUBRC &amp;lt;&amp;gt; 0 check after the call function. You can use SY-MSGTY, SY-MSGID, SY-MSGV1, .... V4 fields and call FORMAT_MESSAGE function module to get the error message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2008 18:57:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-module-errors/m-p/3229057#M770248</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-02T18:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: READ_TEXT MODULE  ERRORS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-module-errors/m-p/3229058#M770249</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;My problem is, once i run the smartform, when there is no text exists for that text id it is coming out of the entire application and giving the error message as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;" Material No" "Text ID" "EN" Language text is not found&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to execute the report even though there is no text exists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please send me the sampe code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Idea is to test the text id and text exists in that particular table before calling the READ_TEXT FM&lt;/P&gt;&lt;P&gt;But i don't know in which table can i get these TEXT ID and TEXT .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adinarayana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2008 19:15:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-module-errors/m-p/3229058#M770249</guid>
      <dc:creator>Adi_Bathineni</dc:creator>
      <dc:date>2008-01-02T19:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: READ_TEXT MODULE  ERRORS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-module-errors/m-p/3229059#M770250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you calling READ_TEXT yourself in the smartform or you just using INCLUDE text. If you are calling the READ_TEXT function module, then that is the correct way to read the text and you will have to handle the exceptions. I don't think it is issuing an error message in its code. It only raises exceptions which you should handle after the call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How are calling the READ_TEXT function module?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STXH and STXL are the tables but the actual text cannot be seen here in these tables. You have to use the function module.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2008 19:20:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-module-errors/m-p/3229059#M770250</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-02T19:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: READ_TEXT MODULE  ERRORS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-module-errors/m-p/3229060#M770251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the READ_TEXT Module in the smartforms to get the texts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whenever there is no text exists for a particular text id the smartform is coming out from the execution by raising the exception.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is, if the text exists for that particular Text Id, then only the READ_TEXT Should call otherwise it sould not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please send me the sample code if you have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adinarayana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2008 19:42:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-module-errors/m-p/3229060#M770251</guid>
      <dc:creator>Adi_Bathineni</dc:creator>
      <dc:date>2008-01-02T19:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: READ_TEXT MODULE  ERRORS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-module-errors/m-p/3229061#M770252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please post your piece of code where you call READ_TEXT?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2008 20:07:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-module-errors/m-p/3229061#M770252</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-02T20:07:06Z</dc:date>
    </item>
  </channel>
</rss>

