<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/delivery/m-p/2993333#M707052</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus,&lt;/P&gt;&lt;P&gt;Created a z  report for the delivery information &lt;/P&gt;&lt;P&gt;I need to display the below mentioned data on the output..&lt;/P&gt;&lt;P&gt;deliverydoc&lt;DEL&gt;-&amp;gt;header&lt;/DEL&gt;---&amp;gt; dates -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;&amp;gt; here&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;event  begin of date  end of date begin actual end actual&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;Need to capture the data and to diaplay on the output of the report.&lt;/P&gt;&lt;P&gt;Can Any tell me in which tables the data is stored............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking in advance.&lt;/P&gt;&lt;P&gt;Deepthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Nov 2007 14:26:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-14T14:26:20Z</dc:date>
    <item>
      <title>Delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delivery/m-p/2993333#M707052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus,&lt;/P&gt;&lt;P&gt;Created a z  report for the delivery information &lt;/P&gt;&lt;P&gt;I need to display the below mentioned data on the output..&lt;/P&gt;&lt;P&gt;deliverydoc&lt;DEL&gt;-&amp;gt;header&lt;/DEL&gt;---&amp;gt; dates -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;&amp;gt; here&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;event  begin of date  end of date begin actual end actual&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;Need to capture the data and to diaplay on the output of the report.&lt;/P&gt;&lt;P&gt;Can Any tell me in which tables the data is stored............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking in advance.&lt;/P&gt;&lt;P&gt;Deepthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 14:26:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delivery/m-p/2993333#M707052</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-14T14:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: Delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delivery/m-p/2993334#M707053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to look for this tables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. GO to LIKP.. take the HANDLE field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. GO to TSEGE where HEAD_HDL  = LIKP-HANDLE&lt;/P&gt;&lt;P&gt;Fields are :&lt;/P&gt;&lt;P&gt;EVEN_TSTFR  &lt;/P&gt;&lt;P&gt;EVEN_TSTTO &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both fields are converted date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can get the date from this fields like this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data: l_date type d.
CONVERT INVERTED-DATE TSEGE-EVEN_TSTFR INTO DATE l_date.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 14:49:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delivery/m-p/2993334#M707053</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-11-14T14:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delivery/m-p/2993335#M707054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , &lt;/P&gt;&lt;P&gt;Go to this link ,&lt;/P&gt;&lt;P&gt;This link provides all the information about the links in table for SD . &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.erpgenie.com/abap/tables_sd.htm" target="test_blank"&gt;http://www.erpgenie.com/abap/tables_sd.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 14:55:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delivery/m-p/2993335#M707054</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-14T14:55:11Z</dc:date>
    </item>
  </channel>
</rss>

