<?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 Problem with BAPI_DELIVERYPROCESSING_EXEC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-deliveryprocessing-exec/m-p/4106872#M982120</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To do delivery with reference to saleorder i m using bapi &lt;STRONG&gt;BAPI_DELIVERYPROCESSING_EXEC&lt;/STRONG&gt; which is working fine  if there is a single line item in salesorder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But If i want to do delivery for multiple line items of sales order and when i m using the above bapi it is creating delivery document with only one line item of salesorder..i need the delivery document with all items which are there in salesorder...please helpme out in this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 28 Jun 2008 13:26:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-28T13:26:01Z</dc:date>
    <item>
      <title>Problem with BAPI_DELIVERYPROCESSING_EXEC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-deliveryprocessing-exec/m-p/4106872#M982120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To do delivery with reference to saleorder i m using bapi &lt;STRONG&gt;BAPI_DELIVERYPROCESSING_EXEC&lt;/STRONG&gt; which is working fine  if there is a single line item in salesorder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But If i want to do delivery for multiple line items of sales order and when i m using the above bapi it is creating delivery document with only one line item of salesorder..i need the delivery document with all items which are there in salesorder...please helpme out in this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jun 2008 13:26:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-deliveryprocessing-exec/m-p/4106872#M982120</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-28T13:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BAPI_DELIVERYPROCESSING_EXEC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-deliveryprocessing-exec/m-p/4106873#M982121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have to use this bapi in &lt;STRONG&gt;loop enloop&lt;/STRONG&gt; statement in which your all item data are contained.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;loop at itab."itab contain all itam data
call bapi.
endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;either you can try with these also:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;BAPI_OUTB_DELIVERY_CREATE_SLS  Generates Delivery for Customer Order        
BAPI_OUTB_DELIVERY_CREATE_STO  Generates Delivery for Stock Transport Order&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jun 2008 13:36:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-deliveryprocessing-exec/m-p/4106873#M982121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-28T13:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BAPI_DELIVERYPROCESSING_EXEC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-deliveryprocessing-exec/m-p/4106874#M982122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried it by keeping bapi in the loop..its not working....can you send me the sample code if you have..it vl be more helpfull for me..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jun 2008 13:47:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-deliveryprocessing-exec/m-p/4106874#M982122</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-28T13:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BAPI_DELIVERYPROCESSING_EXEC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-deliveryprocessing-exec/m-p/4106875#M982123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry i havnt any code right now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have to look in debug is the all item data are coming in loop and are they assing to BAPI correctly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jun 2008 14:00:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-deliveryprocessing-exec/m-p/4106875#M982123</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-28T14:00:21Z</dc:date>
    </item>
  </channel>
</rss>

