<?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: IDOC create Delivery in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-create-delivery/m-p/1230390#M139188</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chiara,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are using proxy and SAP XI to create the delivery. In the proxy we are using function module W_FRM_DELIVERY_CREATE_GENERAL to create the delivery and then BAPI_OUTB_DELIVERY_CONFIRM_DEC to change the delivery.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its taking a while to get right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Finbarr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Jun 2006 09:32:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-13T09:32:38Z</dc:date>
    <item>
      <title>IDOC create Delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-create-delivery/m-p/1230380#M139178</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;We create sales orders in SAP. These orders are interfaced to an external system where they are delivered and despatched. The despatch details are sent from the external system back to SAP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me on determining what process code / message type to use to create a simple delivery from the inbound idoc despatch details? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance, &lt;/P&gt;&lt;P&gt;Finbarr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2006 08:15:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-create-delivery/m-p/1230380#M139178</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-18T08:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC create Delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-create-delivery/m-p/1230381#M139179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Outbound Status Codes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;01 Error --&amp;gt; Idoc Added&lt;/P&gt;&lt;P&gt;30 Error --&amp;gt; Idoc ready for dispatch(ALE Service)&lt;/P&gt;&lt;P&gt; then goto SE38 --&amp;gt; Execute the Program RBDMIDOC&lt;/P&gt;&lt;P&gt;29 Error --&amp;gt; ALE Service Layer &lt;/P&gt;&lt;P&gt; then goto SE38 --&amp;gt; Execute the Program RSEOUT00&lt;/P&gt;&lt;P&gt;03 Error --&amp;gt; Data Passed to Port ok&lt;/P&gt;&lt;P&gt; then goto SE38 --&amp;gt; Execute the Program RBDMOIND&lt;/P&gt;&lt;P&gt;12 Error --&amp;gt; Dispatch ok&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inbound Status Codes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;50 Error --&amp;gt; It will go for ALE Service Layer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;56 Error --&amp;gt; Idoc with Errors added&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;51 Error --&amp;gt; Application Document not posted&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;65 Error --&amp;gt; Error in ALE Service Layer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for 51 or 56 Errors do the following steps&lt;/P&gt;&lt;P&gt;goto WE19 &lt;DEL&gt;&amp;gt; give the IDOC Number and Execute&lt;/DEL&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;              Press on Inbound function Module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for 65 Error --&amp;gt; goto SE38 --&amp;gt; Execute the Program RBDAPP01 then your getting 51 Error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;Sreenivasulu P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2006 08:27:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-create-delivery/m-p/1230381#M139179</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-18T08:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC create Delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-create-delivery/m-p/1230382#M139180</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;Message Type :DESADV&lt;/P&gt;&lt;P&gt;IDOC Type : DELVRY01&lt;/P&gt;&lt;P&gt;PRocess Code : DELS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please mark the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2006 08:36:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-create-delivery/m-p/1230382#M139180</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-18T08:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC create Delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-create-delivery/m-p/1230383#M139181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know the segments required for this to work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Finbarr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2006 08:41:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-create-delivery/m-p/1230383#M139181</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-18T08:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC create Delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-create-delivery/m-p/1230384#M139182</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 not sure of the Segments, but when you are creating a DELIVERY document in SAP, if you can configure the output determination it takes care of populating the segments and triggering the IDOC, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note :Please mark the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2006 08:43:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-create-delivery/m-p/1230384#M139182</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-18T08:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC create Delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-create-delivery/m-p/1230385#M139183</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 will not be creating an idoc in SAP, what I need to do is to create an inbound idoc for an outbound delivery.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Finbarr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2006 08:49:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-create-delivery/m-p/1230385#M139183</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-18T08:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC create Delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-create-delivery/m-p/1230386#M139184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, was thinking something else. I gave the process code for inbound, and forgot that it was inbound.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2006 08:59:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-create-delivery/m-p/1230386#M139184</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-18T08:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC create Delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-create-delivery/m-p/1230387#M139185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, should I ignore the above?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finbarr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2006 09:01:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-create-delivery/m-p/1230387#M139185</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-18T09:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC create Delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-create-delivery/m-p/1230388#M139186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, don't ignore, I think they are still valid for an inbound IDOC. I just don't know what segments / fields are mandatory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2006 09:06:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-create-delivery/m-p/1230388#M139186</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-18T09:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC create Delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-create-delivery/m-p/1230389#M139187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Finbarr,&lt;/P&gt;&lt;P&gt;I need to create an outbound delivery with reference to a sales order using an inbound idoc coming from an external system. I cannot find a standard suitable IDoc.&lt;/P&gt;&lt;P&gt;I wonder if you succeeded in doing that.&lt;/P&gt;&lt;P&gt;Thank you very much,&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chiara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2006 09:13:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-create-delivery/m-p/1230389#M139187</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-13T09:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC create Delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-create-delivery/m-p/1230390#M139188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chiara,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are using proxy and SAP XI to create the delivery. In the proxy we are using function module W_FRM_DELIVERY_CREATE_GENERAL to create the delivery and then BAPI_OUTB_DELIVERY_CONFIRM_DEC to change the delivery.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its taking a while to get right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Finbarr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2006 09:32:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-create-delivery/m-p/1230390#M139188</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-13T09:32:38Z</dc:date>
    </item>
  </channel>
</rss>

