<?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 Sales Order Header Text.... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sales-order-header-text/m-p/2132000#M448203</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have given some text in sales order header. I want a field and table name of text entered in sales order header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yusuf.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Apr 2007 09:06:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-10T09:06:22Z</dc:date>
    <item>
      <title>Sales Order Header Text....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sales-order-header-text/m-p/2132000#M448203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have given some text in sales order header. I want a field and table name of text entered in sales order header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yusuf.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2007 09:06:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sales-order-header-text/m-p/2132000#M448203</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-10T09:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Sales Order Header Text....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sales-order-header-text/m-p/2132001#M448204</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 have to fetch it useing the fun module READ_TEXT&lt;/P&gt;&lt;P&gt;double click on that text in SO, it goes to text editor,&lt;/P&gt;&lt;P&gt;from the menu GOTO -&amp;gt; header&lt;/P&gt;&lt;P&gt;displays the OBJECT, ID&amp;lt; OBJECT NAME and the Language&lt;/P&gt;&lt;P&gt;pass them to the fun module and fetch it&lt;/P&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 = TEXT_ID&lt;/P&gt;&lt;P&gt;LANGUAGE = SY-LANGU&lt;/P&gt;&lt;P&gt;NAME = Same as TDNAME in Save_text&lt;/P&gt;&lt;P&gt;OBJECT = TEXT_OBJECT&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;LINES = LI_LINE&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;ID = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;LANGUAGE = 2&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;NAME = 3&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;NOT_FOUND = 4&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;OBJECT = 5&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;REFERENCE_CHECK = 6&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;WRONG_ACCESS_TO_ARCHIVE = 7&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;OTHERS = 8.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Genrally text are stored in STXH tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;ANJI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2007 09:09:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sales-order-header-text/m-p/2132001#M448204</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-10T09:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Sales Order Header Text....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sales-order-header-text/m-p/2132002#M448205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can get the text using FM READ_TEXT. It is not stored in any of the tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2007 09:10:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sales-order-header-text/m-p/2132002#M448205</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-10T09:10:10Z</dc:date>
    </item>
  </channel>
</rss>

