<?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 Delivery Header text table and feild in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-header-text-table-and-feild/m-p/6077256#M1356380</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;Can any one guide me where delivery header text is saving i check table STXH ( STXD SAPscript text file header) and field TDID but while i am checking in table i am not getting any text data either based on text or any other combination&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one guide me which table its saves .. so&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 06 Sep 2009 21:38:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-06T21:38:39Z</dc:date>
    <item>
      <title>Delivery Header text table and feild</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-header-text-table-and-feild/m-p/6077256#M1356380</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;Can any one guide me where delivery header text is saving i check table STXH ( STXD SAPscript text file header) and field TDID but while i am checking in table i am not getting any text data either based on text or any other combination&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one guide me which table its saves .. so&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Sep 2009 21:38:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-header-text-table-and-feild/m-p/6077256#M1356380</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-06T21:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: Delivery Header text table and feild</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-header-text-table-and-feild/m-p/6077257#M1356381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It stores in STXH and STXL tables only.&lt;/P&gt;&lt;P&gt;Which particular header text do you want to find?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the delivery; go to the particular header text in edit mode and double click on it to open the text editor.&lt;/P&gt;&lt;P&gt;The from the menu options Go to--&amp;gt;Header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will get the required information such as &lt;/P&gt;&lt;P&gt;Text Name&lt;/P&gt;&lt;P&gt;Language&lt;/P&gt;&lt;P&gt;Text ID&lt;/P&gt;&lt;P&gt;Text Object&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the same in STXH and STXL table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that you have to specify the complete delivery number with the initial zeros.&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, 07 Sep 2009 07:27:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-header-text-table-and-feild/m-p/6077257#M1356381</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-07T07:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: Delivery Header text table and feild</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-header-text-table-and-feild/m-p/6077258#M1356382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;USE FM READ_TEXT OBJECT = 'VBBK' , ID = 0001, NAME = &amp;lt;Del Doc Number&amp;gt; , LANGUAGE = &amp;lt;language&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In VLo2/VL03 you can get the above details from VL02(Second Screen)-&amp;gt;GOTO-&amp;gt;HEADER-&amp;gt;TEXTS-&amp;gt;(Right hand side you will get the text area then double click on that after that you will get CHANGE FORM screen here in the menu bar GOTO-&amp;gt;HEADER you can get the TEXT details here).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kanagaraja L&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2009 07:30:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-header-text-table-and-feild/m-p/6077258#M1356382</guid>
      <dc:creator>Kanagaraja_L</dc:creator>
      <dc:date>2009-09-07T07:30:51Z</dc:date>
    </item>
  </channel>
</rss>

