<?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 Regarding read_Text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-read-text/m-p/3133691#M744535</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear all&lt;/P&gt;&lt;P&gt;i want read long text description for the trasaction QM03.&lt;/P&gt;&lt;P&gt;i want to read the long text of subject tab....&lt;/P&gt;&lt;P&gt;i have given object and text id..and called the same function ..&lt;/P&gt;&lt;P&gt;but its showing the error while executing...." text LTQM EN  not found"...&lt;/P&gt;&lt;P&gt;pls suggest me some solution for the same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx in advance&lt;/P&gt;&lt;P&gt;jigar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Dec 2007 09:57:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-20T09:57:13Z</dc:date>
    <item>
      <title>Regarding read_Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-read-text/m-p/3133691#M744535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear all&lt;/P&gt;&lt;P&gt;i want read long text description for the trasaction QM03.&lt;/P&gt;&lt;P&gt;i want to read the long text of subject tab....&lt;/P&gt;&lt;P&gt;i have given object and text id..and called the same function ..&lt;/P&gt;&lt;P&gt;but its showing the error while executing...." text LTQM EN  not found"...&lt;/P&gt;&lt;P&gt;pls suggest me some solution for the same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx in advance&lt;/P&gt;&lt;P&gt;jigar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2007 09:57:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-read-text/m-p/3133691#M744535</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-20T09:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding read_Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-read-text/m-p/3133692#M744536</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; i think u forgot passing value to &lt;STRONG&gt;language&lt;/STRONG&gt; field the value should be 'EN'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'READ_TEXT'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;CLIENT = SY-MANDT&lt;/P&gt;&lt;P&gt;id = 'LTXT'&lt;/P&gt;&lt;P&gt;language = 'EN'&lt;/P&gt;&lt;P&gt;name = &amp;lt;QN Number with leading zeros&amp;gt; " Use Conversion Exit on this field before populating with FM CONVERSION_EXIT_ALPHA_INPUT/OUTPUT&lt;/P&gt;&lt;P&gt;object = 'QMEL'&lt;/P&gt;&lt;P&gt;tables&lt;/P&gt;&lt;P&gt;lines = tlines&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;ID = 1&lt;/P&gt;&lt;P&gt;LANGUAGE = 2&lt;/P&gt;&lt;P&gt;NAME = 3&lt;/P&gt;&lt;P&gt;NOT_FOUND = 4&lt;/P&gt;&lt;P&gt;OBJECT = 5&lt;/P&gt;&lt;P&gt;REFERENCE_CHECK = 6&lt;/P&gt;&lt;P&gt;WRONG_ACCESS_TO_ARCHIVE = 7&lt;/P&gt;&lt;P&gt;OTHERS = 8&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;IF sy-subrc 0.&lt;/P&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;P&gt;WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;P&gt;ENDIF.[/code]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2007 10:11:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-read-text/m-p/3133692#M744536</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-20T10:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding read_Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-read-text/m-p/3133693#M744537</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;Are you passing the correct text name. You can check the text name from table STXL. &lt;/P&gt;&lt;P&gt;Also if not this way then go to the long text screen and there in tab &amp;gt;&amp;gt;&amp;gt; Go To --&amp;gt; Header. There it would show you all the details of that text.Pass the same info in your FM Read_text and you should be able to see the details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls revert back if you need some more info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;pankaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2007 10:13:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-read-text/m-p/3133693#M744537</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-20T10:13:33Z</dc:date>
    </item>
  </channel>
</rss>

