<?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: Issue while creating Outbound Delivery using Standard BAPI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-creating-outbound-delivery-using-standard-bapi/m-p/7830144#M1589918</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;Yes. Only this error message am getting in Return param. If not this BAPI, could anyone suggest me some other Standard BAPI through which I can create outbound delivery with reference to Sales order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vimala P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 May 2011 10:29:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-05-10T10:29:08Z</dc:date>
    <item>
      <title>Issue while creating Outbound Delivery using Standard BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-creating-outbound-delivery-using-standard-bapi/m-p/7830138#M1589912</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;I am trying to create an outbound delivery for a Sales order using the Standard BAPI - BAPI_OUTB_DELIVERY_CREATE_SLS.&lt;/P&gt;&lt;P&gt;After giving the valid inputs for Sales order no and doc no, am getting an error as "No instance of object type OutboundDelivery has been created. External reference:" But when trying to create manually there is no problem. Please suggest what may be the issue and how to correct it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vimala P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 07:18:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-creating-outbound-delivery-using-standard-bapi/m-p/7830138#M1589912</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-10T07:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while creating Outbound Delivery using Standard BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-creating-outbound-delivery-using-standard-bapi/m-p/7830139#M1589913</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;This error normally occurs, if there is some problems with the input parameters which you are passing into the BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the link &lt;A href="http://www.se80.co.uk/sapfms/b/bapi/bapi_outb_delivery_create_sls.htm" target="test_blank"&gt;http://www.se80.co.uk/sapfms/b/bapi/bapi_outb_delivery_create_sls.htm&lt;/A&gt; for reference. Also check the documentation of this BAPI in se37 transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Harish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 08:03:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-creating-outbound-delivery-using-standard-bapi/m-p/7830139#M1589913</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-10T08:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while creating Outbound Delivery using Standard BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-creating-outbound-delivery-using-standard-bapi/m-p/7830140#M1589914</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;I am inputting the necessary value to sales_order_items parameter which is the only mandatory field for creation of outbound delivery. Iam passing the Sales order No, Sales document no., Quantity and Sales Unit. But still am getting the same error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vimala P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 08:32:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-creating-outbound-delivery-using-standard-bapi/m-p/7830140#M1589914</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-10T08:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while creating Outbound Delivery using Standard BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-creating-outbound-delivery-using-standard-bapi/m-p/7830141#M1589915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vimala,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried debugging and find the reason for this message on what conditions this is issued, also when you say you are getting an error do you mean a message is issued or you get this in the &lt;STRONG&gt;RETURN&lt;/STRONG&gt; parameter, please provide the MSGID, MSGNR etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 09:42:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-creating-outbound-delivery-using-standard-bapi/m-p/7830141#M1589915</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-10T09:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while creating Outbound Delivery using Standard BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-creating-outbound-delivery-using-standard-bapi/m-p/7830142#M1589916</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;Yes I debugged the code. This error is captured when there is no delivery items created. This error is captured in Return parameter. The MSGID-BAPI, MSGNO-001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vimala P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 10:05:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-creating-outbound-delivery-using-standard-bapi/m-p/7830142#M1589916</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-10T10:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while creating Outbound Delivery using Standard BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-creating-outbound-delivery-using-standard-bapi/m-p/7830143#M1589917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is that the only message in the RETURN parameter?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 10:26:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-creating-outbound-delivery-using-standard-bapi/m-p/7830143#M1589917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-10T10:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while creating Outbound Delivery using Standard BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-creating-outbound-delivery-using-standard-bapi/m-p/7830144#M1589918</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;Yes. Only this error message am getting in Return param. If not this BAPI, could anyone suggest me some other Standard BAPI through which I can create outbound delivery with reference to Sales order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vimala P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 10:29:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-creating-outbound-delivery-using-standard-bapi/m-p/7830144#M1589918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-10T10:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while creating Outbound Delivery using Standard BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-creating-outbound-delivery-using-standard-bapi/m-p/7830145#M1589919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My problem was resolved. Iam able to create outbound delivery using FM-RV_DELIVERY_CREATE. The issue was due to usage of custom delivery type. I tried using the BAPI - BAPI_OUTB_DELIVERY_CREATE_SLS,BAPI_DELIVERYPROCESSING_EXEC. But within this, the FM-RV_DELIVERY_CREATE is called without passing the delivery type as import parameter. Hence it has read it from config. Now i succeeded by directly calling this FM and passing the delivery type which i want to pass.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vimala P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2011 03:28:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-creating-outbound-delivery-using-standard-bapi/m-p/7830145#M1589919</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-13T03:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while creating Outbound Delivery using Standard BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-creating-outbound-delivery-using-standard-bapi/m-p/7830146#M1589920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vimala,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to create outbound delivery using BAPI_OUTB_DELIVERY_CREATE_SLS &amp;amp; BAPI_DELIVERYPROCESSING_EXEC. But no success. Getting "No instance of object type outbound delivery has been created" in return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Delivery Type&lt;/P&gt;&lt;P&gt;2) Delivery selection date&lt;/P&gt;&lt;P&gt;Needs to be passed in import parameters. &lt;/P&gt;&lt;P&gt;Could you please tell me what are all the parameters to be passed under tables tab in RV_DELIVERY_CREATE?&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;Regards,&lt;/P&gt;&lt;P&gt;Rajasekar .M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Aug 2014 10:11:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-creating-outbound-delivery-using-standard-bapi/m-p/7830146#M1589920</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-03T10:11:10Z</dc:date>
    </item>
  </channel>
</rss>

