<?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: 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/6077285#M1356384</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Header text and item text can be retrieved only thorugh Read_text function module...Try using it ...u can easily get it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vamshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Sep 2009 03:55:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-07T03:55:42Z</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/6077284#M1356383</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:39:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-header-text-table-and-feild/m-p/6077284#M1356383</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-06T21:39:33Z</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/6077285#M1356384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Header text and item text can be retrieved only thorugh Read_text function module...Try using it ...u can easily get it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vamshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2009 03:55:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-header-text-table-and-feild/m-p/6077285#M1356384</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-07T03:55:42Z</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/6077286#M1356385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajesh ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table mentioned by you is actually containing the standard text name . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TO view the content of this standard text , go in SO10 and give the standard text name , text id and language. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will get the content . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2009 11:10:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-header-text-table-and-feild/m-p/6077286#M1356385</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-07T11:10:35Z</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/6077287#M1356386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you checking table STXH /STXL with correct selection-criteria ? Please ensure selection-criteria as below&lt;/P&gt;&lt;P&gt;TDOBJECT = 'VBBK'&lt;/P&gt;&lt;P&gt;TDNAME = Delivery Number with zeros padded to left&lt;/P&gt;&lt;P&gt;TDID = '0002'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Secondly, STXH will be updated only when some text is maintained in the header text. If header text is blank; STXH will not be updated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2009 03:45:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-header-text-table-and-feild/m-p/6077287#M1356386</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-08T03:45:00Z</dc:date>
    </item>
  </channel>
</rss>

