<?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 Dictionary Table for textelements. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary-table-for-textelements/m-p/1047651#M88336</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when i'm using text elements like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;write text-001.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in which dictionary table are those elementes stored?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Oct 2005 12:44:35 GMT</pubDate>
    <dc:creator>rainer_hbenthal</dc:creator>
    <dc:date>2005-10-11T12:44:35Z</dc:date>
    <item>
      <title>Dictionary Table for textelements.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary-table-for-textelements/m-p/1047651#M88336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when i'm using text elements like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;write text-001.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in which dictionary table are those elementes stored?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2005 12:44:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary-table-for-textelements/m-p/1047651#M88336</guid>
      <dc:creator>rainer_hbenthal</dc:creator>
      <dc:date>2005-10-11T12:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: Dictionary Table for textelements.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary-table-for-textelements/m-p/1047652#M88337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you want to access them on code level check out the statement&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
READ TEXTPOOL prog INTO itab LANGUAGE lang.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;If you still need to know the tables ST05 should do the job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;  Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2005 12:48:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary-table-for-textelements/m-p/1047652#M88337</guid>
      <dc:creator>former_member183804</dc:creator>
      <dc:date>2005-10-11T12:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: Dictionary Table for textelements.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary-table-for-textelements/m-p/1047653#M88338</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;Use the comand READ TEXTPOOL to find out the text element of a program:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: PROGRAM(30), &lt;/P&gt;&lt;P&gt;      TAB LIKE TEXTPOOL OCCURS 50 WITH HEADER LINE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROGRAM = .....&lt;/P&gt;&lt;P&gt;READ TEXTPOOL PROGRAM INTO TAB LANGUAGE SY-LANGU.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2005 12:55:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary-table-for-textelements/m-p/1047653#M88338</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-11T12:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Dictionary Table for textelements.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary-table-for-textelements/m-p/1047654#M88339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;T100&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2005 14:54:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary-table-for-textelements/m-p/1047654#M88339</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-11T14:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dictionary Table for textelements.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary-table-for-textelements/m-p/1047655#M88340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rainier,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The database table in &amp;lt;b&amp;gt;REPOTEXT&amp;lt;/b&amp;gt; but you cannot directly see the contents in SE16 . You will have to use READ TEXTPOOL to read the data from this table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2005 14:58:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary-table-for-textelements/m-p/1047655#M88340</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-11T14:58:42Z</dc:date>
    </item>
  </channel>
</rss>

