<?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 FM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm/m-p/7444866#M1552145</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;REAT_TEXT FM is not showing comple text if the text of length 72 or 73. In THEAD structure there is only one line entry of 70 char. But if the long text is more than 73 then it shows 2 lines in THEAD structure (1 line of 70char and 2nd line with balance characters).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But where as in SE37, even the long text is 72 or 73 it shows complete text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to resolve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Dec 2010 19:02:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-12-07T19:02:22Z</dc:date>
    <item>
      <title>READ_TEXT FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm/m-p/7444866#M1552145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;REAT_TEXT FM is not showing comple text if the text of length 72 or 73. In THEAD structure there is only one line entry of 70 char. But if the long text is more than 73 then it shows 2 lines in THEAD structure (1 line of 70char and 2nd line with balance characters).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But where as in SE37, even the long text is 72 or 73 it shows complete text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to resolve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Dec 2010 19:02:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm/m-p/7444866#M1552145</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-07T19:02:22Z</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/7444867#M1552146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I call FM READ_TEXT after assembling the keys to STXH into a structure of type THEAD, and reading STXH.  If STXH exists, then  I call READ_TEXT FM to get a table of type TLINE.  I've noticed that in some instances the first two columns of TDLINE field contains formatting (like * ), while in other cases the field TDFORMAT is used exclusively for formatting.  Without spending a lot of time to discover why or how to make READ_TEXT handle the texts differently, I just added a step to strip the first two characters from TDLINE when I find the "word processor" style text formatting, as opposed to SAPScript editor type formatting (which stored format in TDFORMAT and allowed 72 characters of text).  That might explain the differences you're seeing in FM results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure what you mean by "in SE37".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Dec 2010 19:34:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm/m-p/7444867#M1552146</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-07T19:34:45Z</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/7444868#M1552147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got it what ur saying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: VenkatSrinvas Konda on Dec 7, 2010 9:05 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Dec 2010 20:04:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm/m-p/7444868#M1552147</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-07T20:04: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/7444869#M1552148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm having problems trying to get the text into a report from STXL and STXH. The text object is FKKKO, text ID is FKK0 and after running SE37 I need to get the text from TDLINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client: 400&lt;/P&gt;&lt;P&gt;ID: FKK0&lt;/P&gt;&lt;P&gt;Lang: EN&lt;/P&gt;&lt;P&gt;Name:&lt;/P&gt;&lt;P&gt;Object: FKKKO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help is greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Feb 2011 23:42:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm/m-p/7444869#M1552148</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-01T23:42:15Z</dc:date>
    </item>
  </channel>
</rss>

