<?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 Debugging the Delivery Program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-the-delivery-program/m-p/10101768#M1815103</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I was looking for a way to debug the delivery creation program to find out why system is not allowing creation of multiple deliveries? ( The shipping points differ in this case). How does one find out the key tables, performs, function modules, master data &amp;amp; structures used ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Feb 2014 12:37:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-02-06T12:37:58Z</dc:date>
    <item>
      <title>Debugging the Delivery Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-the-delivery-program/m-p/10101768#M1815103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I was looking for a way to debug the delivery creation program to find out why system is not allowing creation of multiple deliveries? ( The shipping points differ in this case). How does one find out the key tables, performs, function modules, master data &amp;amp; structures used ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 12:37:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-the-delivery-program/m-p/10101768#M1815103</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-06T12:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging the Delivery Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-the-delivery-program/m-p/10101769#M1815104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;usualy in the SD module, SAP put the data into an internal table with the structure LIKP. With a COLLECT, SAP delete the different lines. If there is only one line at the end you will have one delivery, if one of the field is different, you will have 2 lines and you will have two deliveries&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope is clear&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 12:48:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-the-delivery-program/m-p/10101769#M1815104</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2014-02-06T12:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging the Delivery Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-the-delivery-program/m-p/10101770#M1815105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check the requirement/copy/data transfer routines for delivery in tcode VOFM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 12:49:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-the-delivery-program/m-p/10101770#M1815105</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-06T12:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging the Delivery Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-the-delivery-program/m-p/10101771#M1815106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for input. I was able to find out something about the structure being used here - LIKP ( Delivery Header ). And, the logic of actually creating the delivery with reference is happening in this 'include' - vbap_c_aufbauen. &lt;/P&gt;&lt;P&gt;Are there any other function modules, performs and key tables which participate in determining the creation of 2 delivery notes? (In this case, as the shipping ponts differ) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 04:55:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-the-delivery-program/m-p/10101771#M1815106</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-07T04:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging the Delivery Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-the-delivery-program/m-p/10101772#M1815107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can split delivery by manipulating LIKP-ZUKRL parameter. Normally this is done in a VOFM routine data transfer ( order to billing ).&amp;nbsp; ZUKRL is basically a concatenation of key fields . If ZUKRL field of two items differ, delivery wlll split.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;DPM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 05:18:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-the-delivery-program/m-p/10101772#M1815107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-07T05:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging the Delivery Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-the-delivery-program/m-p/10101773#M1815108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello DPM,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I found the form 'DATEN_KOPIEREN_001' in the include FV50C001 which has the LIKP-ZUKRL parameter( the difference in which actually causes the split to happen). What I don't seem to get is the fact that I find the combination criteria given as the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S31"&gt;* Fill field ZUKRL with combination criteria&lt;BR /&gt;&amp;nbsp; LIKP&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;ZUKRL&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;2&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;CVBAK&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;VTWEG&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; LIKP&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;ZUKRL+2&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;2&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;)&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;CVBAK&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;SPART&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; LIKP&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;STAFO &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;CVBAK&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;STAFO&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; LIKP&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;STWAE &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;CVBAK&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;STWAE&lt;SPAN class="L0S55"&gt;.&amp;nbsp;&amp;nbsp; "&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;&lt;SPAN class="L0S55"&gt;VTWEG and SPART fields hold only the distribution channel &amp;amp; Division data respectively, right? Where does the Shipping Point - VSTEL come into the picture here? Where does the check and split determination happen?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;&lt;SPAN class="L0S55"&gt;Thanks &amp;amp; Regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;&lt;SPAN class="L0S55"&gt;Roy. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Feb 2014 06:25:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-the-delivery-program/m-p/10101773#M1815108</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-08T06:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging the Delivery Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-the-delivery-program/m-p/10101774#M1815109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I found the form 'DATEN_KOPIEREN_001' in the include FV50C001 which has the LIKP-ZUKRL parameter( the difference in which actually causes the split to happen). What I don't seem to get is the fact that I find the combination criteria given as the following:&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S31"&gt;* Fill field ZUKRL with combination criteria&lt;BR /&gt;&amp;nbsp; LIKP&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;ZUKRL&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;2&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;CVBAK&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;VTWEG&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; LIKP&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;ZUKRL+2&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;2&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;)&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;CVBAK&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;SPART&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; LIKP&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;STAFO &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;CVBAK&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;STAFO&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; LIKP&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;STWAE &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;CVBAK&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;STWAE&lt;SPAN class="L0S55"&gt;.&amp;nbsp;&amp;nbsp; "&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;&lt;SPAN class="L0S55"&gt;VTWEG and SPART fields hold only the distribution channel &amp;amp; Division data respectively, right? Where does the Shipping Point - VSTEL come into the picture here? Where does the check and split determination happen?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Feb 2014 11:24:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-the-delivery-program/m-p/10101774#M1815109</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-09T11:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging the Delivery Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-the-delivery-program/m-p/10101775#M1815110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly go through this document on invoice splitting. You can adopt the similar logic for delivery.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search in google with the keyword "&lt;STRONG&gt;saptechsolutions.com + sd split&lt;/STRONG&gt;" .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;DPM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CITE class="vurls"&gt;&lt;/CITE&gt;‎&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Feb 2014 12:09:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-the-delivery-program/m-p/10101775#M1815110</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-09T12:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging the Delivery Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-the-delivery-program/m-p/10101776#M1815111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Alice,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check for the copy control routine assigned to the delivery type which you are trying to create, &lt;/P&gt;&lt;P&gt;Check for the field LIKP-ZUKRL inside the routine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Background of the field LIKP-ZUKRL:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similar ZUKRL fields are combined to create a delivery.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 07:29:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-the-delivery-program/m-p/10101776#M1815111</guid>
      <dc:creator>ThangaPrakash</dc:creator>
      <dc:date>2014-02-10T07:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging the Delivery Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-the-delivery-program/m-p/10101777#M1815112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 16:07:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-the-delivery-program/m-p/10101777#M1815112</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-10T16:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging the Delivery Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-the-delivery-program/m-p/10101778#M1815113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAP provide a report (ZLE_ANALYZE_DELIVERY_SPLIT) in note 355404 that allows you to check the cause of a delivery split.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The best place to set a breakpoint is here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAPLV50S FORM GN_STEUERUNG_ZENTRAL (Include LV50SF06)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; %x.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "#EC NOBREAK "AIP&lt;BR /&gt; loop at xkomdlgn.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; perform /spe/fill_spe_vbfs.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "n_1580720&lt;/P&gt;&lt;P&gt;**************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within the above LOOP, there are a number of other calls to different forms that are relevant. Essentially, the system will compare the ZLIKP structure with the XLIKP structure to see if they are different. If they are different, then a delivery split occurs.&lt;/P&gt;&lt;P&gt;So you need to check why XLIKP &amp;amp; ZLIKP differ.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 22:54:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-the-delivery-program/m-p/10101778#M1815113</guid>
      <dc:creator>former_member223981</dc:creator>
      <dc:date>2014-02-10T22:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging the Delivery Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-the-delivery-program/m-p/10101779#M1815114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. That helped!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 05:13:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-the-delivery-program/m-p/10101779#M1815114</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-11T05:13:48Z</dc:date>
    </item>
  </channel>
</rss>

