<?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: Finding the text table. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-text-table/m-p/2234364#M481071</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For more details look at &amp;lt;a href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCRPROG/BCSRVSCRPROG.pdf"&amp;gt;BC SAPscript: Printing with Forms&amp;lt;/a&amp;gt; page 79 "Storing Text Components"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;&amp;lt;b&amp;gt;STXH: Store text header&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;The text header is stored in the transparent table STXH. This table contains both the text headers of SAPscript texts and of texts with other formats. When reading the table, the system copies this information into the corresponding fields of structure THEAD, which is the basic structure of the internal work area of the text header.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;STXL: Store text lines in ITF format&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Table STXL stores the text lines of a text in ITF format [Seite 63]. This is a non-transparent table, which can be accessed using IMPORT FROM DATABASE / EXPORT TO DATABASE. The text lines are stored in compressed form.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;STXB: Store text lines in other formats&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;If in field TDTEXTTYPE of the text header a text format appears, the text module has a non-SAPscript format. The lines of such texts are stored in table STXB. This table can also store non-representable characters (HEX codes &amp;lt; SPACE). STXB is a non-transparent table, which can be accessed using IMPORT FROM DATABASE / EXPORT TO DATABASE. The text lines are stored in compressed form.&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 May 2007 13:50:15 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2007-05-11T13:50:15Z</dc:date>
    <item>
      <title>Finding the text table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-text-table/m-p/2234356#M481063</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 wanted to know the finction module read_text which we use to read the text.&lt;/P&gt;&lt;P&gt;from which table does this function modules fetchec the TDLINES.&lt;/P&gt;&lt;P&gt;where does the text get stored?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2007 13:18:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-text-table/m-p/2234356#M481063</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-11T13:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the text table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-text-table/m-p/2234357#M481064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;STXH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2007 13:20:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-text-table/m-p/2234357#M481064</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-05-11T13:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the text table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-text-table/m-p/2234358#M481065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;check the table STXH and STXL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Apr 8, 2008 1:05 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2007 13:21:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-text-table/m-p/2234358#M481065</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-11T13:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the text table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-text-table/m-p/2234359#M481066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i tried STXL, STXH, but it is not showing any text in that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2007 13:22:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-text-table/m-p/2234359#M481066</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-11T13:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the text table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-text-table/m-p/2234360#M481067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at STXH and STXL header and lines&lt;/P&gt;&lt;P&gt;STXH - STXD SAPscript text file header - is a transparent tabme&lt;/P&gt;&lt;P&gt;STXL - STXD SAPscript text file lines - is a cluster table of course.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2007 13:24:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-text-table/m-p/2234360#M481067</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2007-05-11T13:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the text table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-text-table/m-p/2234361#M481068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;You can't see the texts &lt;/P&gt;&lt;P&gt;but they are stored in STXL table in the field&lt;/P&gt;&lt;P&gt;CLUSTD&lt;/P&gt;&lt;P&gt;it is a LRAW type field with 7902 characters&lt;/P&gt;&lt;P&gt;so it is not visisble to see in SE11/SE16 tcodes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Apr 8, 2008 1:05 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2007 13:28:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-text-table/m-p/2234361#M481068</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-11T13:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the text table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-text-table/m-p/2234362#M481069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does the field STXL-CLUSTD  stores the text. butr why is it showing in different format?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2007 13:28:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-text-table/m-p/2234362#M481069</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-11T13:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the text table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-text-table/m-p/2234363#M481070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Text is stored in a "cluster mode". multilines with format ans so. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2007 13:29:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-text-table/m-p/2234363#M481070</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2007-05-11T13:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the text table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-text-table/m-p/2234364#M481071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For more details look at &amp;lt;a href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCRPROG/BCSRVSCRPROG.pdf"&amp;gt;BC SAPscript: Printing with Forms&amp;lt;/a&amp;gt; page 79 "Storing Text Components"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;&amp;lt;b&amp;gt;STXH: Store text header&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;The text header is stored in the transparent table STXH. This table contains both the text headers of SAPscript texts and of texts with other formats. When reading the table, the system copies this information into the corresponding fields of structure THEAD, which is the basic structure of the internal work area of the text header.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;STXL: Store text lines in ITF format&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Table STXL stores the text lines of a text in ITF format [Seite 63]. This is a non-transparent table, which can be accessed using IMPORT FROM DATABASE / EXPORT TO DATABASE. The text lines are stored in compressed form.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;STXB: Store text lines in other formats&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;If in field TDTEXTTYPE of the text header a text format appears, the text module has a non-SAPscript format. The lines of such texts are stored in table STXB. This table can also store non-representable characters (HEX codes &amp;lt; SPACE). STXB is a non-transparent table, which can be accessed using IMPORT FROM DATABASE / EXPORT TO DATABASE. The text lines are stored in compressed form.&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2007 13:50:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-text-table/m-p/2234364#M481071</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2007-05-11T13:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the text table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-text-table/m-p/2234365#M481072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any program that converts these texts into an excel file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2008 16:46:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-text-table/m-p/2234365#M481072</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-08T16:46:52Z</dc:date>
    </item>
  </channel>
</rss>

