<?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: text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/text/m-p/2710663#M628365</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi pandu&lt;/P&gt;&lt;P&gt;   yes u can read a text of the field using READ_TEXT apart from this u have some function modules which are related are &lt;/P&gt;&lt;P&gt;      WRITE_TEXT , SAVE_TEXT,COMMIT_TEXT, INIT_TEXT..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can find the fields in the tables STXH (header table) , STXL (text) &amp;amp; &lt;/P&gt;&lt;P&gt; function module parameter values from these 2 tables.&lt;/P&gt;&lt;P&gt; some fileds of &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; STXH - TDOBJECT,TDNAME,TDID,TDSPRAS  ............etc&lt;/P&gt;&lt;P&gt; STXL - ELID, TDOBJECT,TDNAME,TDID,TDSPRAS,.........etc&lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;P&gt;for more browse the tables...&lt;/P&gt;&lt;P&gt;hope it wil be helpful.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Aug 2007 09:07:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-24T09:07:39Z</dc:date>
    <item>
      <title>text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text/m-p/2710660#M628362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to read a text of that field&lt;/P&gt;&lt;P&gt;i heard some read_text function module is there like &lt;/P&gt;&lt;P&gt;can u pls help me that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2007 05:51:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text/m-p/2710660#M628362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-24T05:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text/m-p/2710661#M628363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&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                      = c_z002&lt;/P&gt;&lt;P&gt;          language                = c_e&lt;/P&gt;&lt;P&gt;          name                    = thead-tdname&lt;/P&gt;&lt;P&gt;          object                  = 'VTTK'&lt;/P&gt;&lt;P&gt;        TABLES&lt;/P&gt;&lt;P&gt;          lines                   = i_line&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2007 05:52:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text/m-p/2710661#M628363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-24T05:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text/m-p/2710662#M628364</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 read_text for that but when u r print in smartform declare your text as text module it will automatically print/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards points if it is useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2007 05:53:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text/m-p/2710662#M628364</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-24T05:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text/m-p/2710663#M628365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi pandu&lt;/P&gt;&lt;P&gt;   yes u can read a text of the field using READ_TEXT apart from this u have some function modules which are related are &lt;/P&gt;&lt;P&gt;      WRITE_TEXT , SAVE_TEXT,COMMIT_TEXT, INIT_TEXT..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can find the fields in the tables STXH (header table) , STXL (text) &amp;amp; &lt;/P&gt;&lt;P&gt; function module parameter values from these 2 tables.&lt;/P&gt;&lt;P&gt; some fileds of &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; STXH - TDOBJECT,TDNAME,TDID,TDSPRAS  ............etc&lt;/P&gt;&lt;P&gt; STXL - ELID, TDOBJECT,TDNAME,TDID,TDSPRAS,.........etc&lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;P&gt;for more browse the tables...&lt;/P&gt;&lt;P&gt;hope it wil be helpful.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2007 09:07:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text/m-p/2710663#M628365</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-24T09:07:39Z</dc:date>
    </item>
  </channel>
</rss>

