<?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: Read Text FM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm/m-p/7284415#M1531932</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SE75 is the place to do it . But your question is not so clear to give a correct answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Sep 2010 15:06:28 GMT</pubDate>
    <dc:creator>kesavadas_thekkillath</dc:creator>
    <dc:date>2010-09-29T15:06:28Z</dc:date>
    <item>
      <title>Read Text FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm/m-p/7284411#M1531928</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;&lt;/P&gt;&lt;P&gt;I have a read text function module code that returns below error message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Text 8339A24C42C74D0CE1000000C0A8643D ID SU99 language EN not found&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the code I beleive that some text that has to be maintained is not done. As read text FM was called by some other developer I want to know for which Tcode or from where the text has to be maintained.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the code for read_text FM,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'READ_TEXT'
    EXPORTING
     CLIENT                        = SY-MANDT
      ID                            = 'SU99'
      LANGUAGE                      = 'E'
      NAME                          = G1
      OBJECT                        = 'CRM_ORDERH'
     ARCHIVE_HANDLE                = 0
     LOCAL_CAT                     = ' '
   IMPORTING
     HEADER                        = HEADER
    TABLES
      LINES                         = LINES
   EXCEPTIONS
*   ID                            = 1
*   LANGUAGE                      = 2
*   NAME                          = 3
     NOT_FOUND                     = 4
*   OBJECT                        = 5
*   REFERENCE_CHECK               = 6
*   WRONG_ACCESS_TO_ARCHIVE       = 7
*   OTHERS                        = 8
            .&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note that the variable g1 that I am passing as input for name input in above FM has value  8339A24C42C74D0CE1000000C0A8643D.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting sy-subrc as 4. Please kindly tell me how to maintain the text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KR,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bharath&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: bharath padmanabhan on Sep 29, 2010 8:08 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: bharath padmanabhan on Sep 29, 2010 8:08 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 14:33:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm/m-p/7284411#M1531928</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-29T14:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: Read Text FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm/m-p/7284412#M1531929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be you will get some hint by passing SU99 to table TTXOB and checking the field TDTEXT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 14:39:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm/m-p/7284412#M1531929</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-09-29T14:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: Read Text FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm/m-p/7284413#M1531930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Keshav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. I will check &amp;amp; let you know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KR,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bharath&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: bharath padmanabhan on Sep 29, 2010 8:11 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 14:41:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm/m-p/7284413#M1531930</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-29T14:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: Read Text FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm/m-p/7284414#M1531931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Keshav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From SE11, I passed the value for TDOBJECT input in table TTXOB as SU99 &amp;amp; found that there are no entries for this input. Please let me know whether I have passed SU99 for the correct parameter (TDOBJECT) only. If this is correct please kindly tell me how &amp;amp; from where I should maintain the entry against SU99. Thanks. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KR,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bharath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 14:47:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm/m-p/7284414#M1531931</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-29T14:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Read Text FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm/m-p/7284415#M1531932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SE75 is the place to do it . But your question is not so clear to give a correct answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 15:06:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm/m-p/7284415#M1531932</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-09-29T15:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: Read Text FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm/m-p/7284416#M1531933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bharath&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  You can check table STXL and STXH to check how the system handle the entries for texts. There you can get the &lt;/P&gt;&lt;P&gt;   full key that you can use in FM READ_TEXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 22:20:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm/m-p/7284416#M1531933</guid>
      <dc:creator>former_member214857</dc:creator>
      <dc:date>2010-09-29T22:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Read Text FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm/m-p/7284417#M1531934</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;From the message, The name looks to me like a GUID and the object CRM_ORDERH looks to me as originated from CRM. If you are calling from R/3, you should be calling with destination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Keshav said, without much details, we can only guess.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sujay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sujay Venkateswaran Krishnakumar on Sep 30, 2010 8:23 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Sep 2010 02:53:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm/m-p/7284417#M1531934</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-30T02:53:28Z</dc:date>
    </item>
  </channel>
</rss>

