<?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 creation - Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-creation-problem/m-p/3910891#M937721</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;    I have a scenario here and am looking for any possible help in finding out how to solve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The scenario is,&lt;/P&gt;&lt;P&gt;   My program Creates a Delivery document for a given Order, by reading input data from an input file. I am using FM BAPI_DELIVERYPROCESSING_EXEC to create delivery and later using FM WS_DELIVERY_UPDATE to do a Post goods issue. --&amp;gt; This process works fine,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And, if the program finds that delivery is already created for that order, then it has to reverse PGI and delete the delivery and create a new delivery with the amount read from the input file. Am using FM WS_REVERSE_GOODS_ISSUE  to reverse goods issue, once successful then BAPI_OUTB_DELIVERY_CHANGE to delete this delivery and call FM BAPI_DELIVERYPROCESSING_EXEC  to create a new delivery - and here is the problem, the FM BAPI_DELIVERYPROCESSING_EXEC returns error message "Copying is not poss. because an entry  is missing in Table TVCPL:ZOR1"  (ZOR1 is my order type)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i checked with the functional configuration, the Copy Passing routines for the outbound delivery for given Order type and Delivery type are configured correctly (else it wouldn't have worked in the first case)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried changing to FM BAPI_OUTB_DELIVERY_CREATE_SLS, and still the issue persists...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any help on this would be greatly appreciated. Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Usman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Jun 2008 16:31:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-04T16:31:14Z</dc:date>
    <item>
      <title>Delivery creation - Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-creation-problem/m-p/3910891#M937721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;    I have a scenario here and am looking for any possible help in finding out how to solve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The scenario is,&lt;/P&gt;&lt;P&gt;   My program Creates a Delivery document for a given Order, by reading input data from an input file. I am using FM BAPI_DELIVERYPROCESSING_EXEC to create delivery and later using FM WS_DELIVERY_UPDATE to do a Post goods issue. --&amp;gt; This process works fine,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And, if the program finds that delivery is already created for that order, then it has to reverse PGI and delete the delivery and create a new delivery with the amount read from the input file. Am using FM WS_REVERSE_GOODS_ISSUE  to reverse goods issue, once successful then BAPI_OUTB_DELIVERY_CHANGE to delete this delivery and call FM BAPI_DELIVERYPROCESSING_EXEC  to create a new delivery - and here is the problem, the FM BAPI_DELIVERYPROCESSING_EXEC returns error message "Copying is not poss. because an entry  is missing in Table TVCPL:ZOR1"  (ZOR1 is my order type)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i checked with the functional configuration, the Copy Passing routines for the outbound delivery for given Order type and Delivery type are configured correctly (else it wouldn't have worked in the first case)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried changing to FM BAPI_OUTB_DELIVERY_CREATE_SLS, and still the issue persists...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any help on this would be greatly appreciated. Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Usman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2008 16:31:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-creation-problem/m-p/3910891#M937721</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-04T16:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: Delivery creation - Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-creation-problem/m-p/3910892#M937722</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;Try commit work after deleting old delivery and before creating new delivery.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...Reward if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2008 12:27:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-creation-problem/m-p/3910892#M937722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-05T12:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: Delivery creation - Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-creation-problem/m-p/3910893#M937723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   I have a BAPI Transaction commit, but it still does not work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess this is a problem of Global memory, since the deletion BAPI is setting some work areas and the creation BAPI is getting effected because of that, the error message is misguiding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI BAPI_OUTB_DELIVERY_CREATE_SLS documentation says, should not be called multiple times in same LUW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have different LUWs but this still doesn't seem to work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Due to time constraint, i solved this by using BAPI for deletion and updation and for creation i programmed a quick BDC which works perfectly for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2008 17:56:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-creation-problem/m-p/3910893#M937723</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-05T17:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Delivery creation - Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-creation-problem/m-p/3910894#M937724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this function module for delivery creation: "rv_delivery_create"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2008 22:11:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-creation-problem/m-p/3910894#M937724</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-05T22:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: Delivery creation - Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-creation-problem/m-p/3910895#M937725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually none of t he functin modules worked, all of them returned the same error.&lt;/P&gt;&lt;P&gt;I resolved this issue by programming a BDC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2008 21:53:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-creation-problem/m-p/3910895#M937725</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-20T21:53:03Z</dc:date>
    </item>
  </channel>
</rss>

