<?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: Header Text data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/header-text-data/m-p/981631#M72113</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to the transaction for PO (ME21)then click on the Header&lt;DEL&gt;&amp;gt; Texts&lt;/DEL&gt;&amp;gt;Texts Over View. Here you can see all the Header Texts and also create them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Jul 2005 06:43:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-07-13T06:43:55Z</dc:date>
    <item>
      <title>Header Text data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/header-text-data/m-p/981630#M72112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a beginner, having a small doubt in relation to reading data from header text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wish to know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Where do we define Header texts for purchase orders?? example Header text ID = F06, F14 etc.........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. How do we use them in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The requirement is to actually display "delivery terms" and "ship via" in a purchase order in a SAP script layout for a purchase order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;delivery terms is to be taken from header txt ID = F14 and ship via from Text ID F06.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help wud be appretiated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2005 06:30:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/header-text-data/m-p/981630#M72112</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-13T06:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Header Text data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/header-text-data/m-p/981631#M72113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to the transaction for PO (ME21)then click on the Header&lt;DEL&gt;&amp;gt; Texts&lt;/DEL&gt;&amp;gt;Texts Over View. Here you can see all the Header Texts and also create them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2005 06:43:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/header-text-data/m-p/981631#M72113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-13T06:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Header Text data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/header-text-data/m-p/981632#M72114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To use text in program, you have to use FM 'READ_TEXT' to get the text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get the parameter of this function Module, you have to go to the text you want, diplay it in plain page mode and then via the menu 'GO TO' --&amp;gt; 'HEADER' .&lt;/P&gt;&lt;P&gt;A popup window give you : object id, name, ...&lt;/P&gt;&lt;P&gt;The table "t_tdline" contains the entire text .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'READ_TEXT'
  EXPORTING
*   CLIENT                        = SY-MANDT
    id                            = w_id
    language                      = sy-langu
    name                          = w_name
    object                        = w_object
*   ARCHIVE_HANDLE                = 0
*   LOCAL_CAT                     = ' '
* IMPORTING
*   HEADER                        =
  tables
    lines                         = t_tdlines

Hope this helps,&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Erwan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Erwan LE BRUN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2005 06:48:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/header-text-data/m-p/981632#M72114</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-13T06:48:31Z</dc:date>
    </item>
  </channel>
</rss>

