<?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: Table fields for the text editors in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-fields-for-the-text-editors/m-p/5667257#M1288815</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishnu, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apart from the Above you can know the Object ID &amp;amp; all other details with the help of using a SQL trace by ST05.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Dileep .C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Jun 2009 03:05:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-09T03:05:42Z</dc:date>
    <item>
      <title>Table fields for the text editors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-fields-for-the-text-editors/m-p/5667254#M1288812</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;How to find the table fields of the text editors in the functional screens like MM03 --&amp;gt; MRP4 View --&amp;gt; Material Memo. Or how to upload text in the editors using ABAP program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;K R Vishnu Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2009 15:27:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-fields-for-the-text-editors/m-p/5667254#M1288812</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-08T15:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: Table fields for the text editors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-fields-for-the-text-editors/m-p/5667255#M1288813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To "upload" Long Text you have to use the FM 'SAVE_TEXT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please search in SDN you will find umpteen number of examples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2009 15:31:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-fields-for-the-text-editors/m-p/5667255#M1288813</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2009-06-08T15:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: Table fields for the text editors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-fields-for-the-text-editors/m-p/5667256#M1288814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Any long text will consists of the TEXT_NAME, TEXT_ID, TEXT_OBJECT and the LANGUAGE.&lt;/P&gt;&lt;P&gt;To find out these details you basically have to open the text in the text editor by double clicking on it.&lt;/P&gt;&lt;P&gt;And then go to the Header details in the Menu.&lt;/P&gt;&lt;P&gt;Here you will find all the relevant information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You pass these details to FM SAVE_TEXT to save this text to database and you make use of FM READ_TEXT to read these texts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The texts are basically stored in STXH and STXL tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankur Parab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2009 16:27:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-fields-for-the-text-editors/m-p/5667256#M1288814</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-08T16:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: Table fields for the text editors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-fields-for-the-text-editors/m-p/5667257#M1288815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishnu, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apart from the Above you can know the Object ID &amp;amp; all other details with the help of using a SQL trace by ST05.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Dileep .C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 03:05:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-fields-for-the-text-editors/m-p/5667257#M1288815</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-09T03:05:42Z</dc:date>
    </item>
  </channel>
</rss>

