<?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 BAPI SalesOrder partial delivery status in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-partial-delivery-status/m-p/843011#M44590</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 having a problem with delivery status return values calling BAPI Bapi_Salesorder_Simulate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my IDES 4.6C development environment partial availablity of a material for a requested delivery date is correctly displayed in BAPI return data structure "OrderScheduleEx", "CONFIR_QTY". &lt;/P&gt;&lt;P&gt;E.g. If I set "OrderItemsIn"."Req_Qty" to "300" but available quantity is only 175 (e.g. verified using stock/requirement list in sap transaction MD04), the confirmed quantity is correctly confirmed in "OrderScheduleEx"."CONFIR_QTY" as 175.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem 1)&lt;/P&gt;&lt;P&gt;If I set the option "Partial delivery at item level" "OrderItemsIn"."PART_DLV" to "C" ("only complete delivery allowed") the partial quantity is still confirmed. Is this the expected behavior ? (Setting "OrderHeaderIn"."COMPL_DLV" to " " or "X" does not have any effect either)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bigger Problem 2)&lt;/P&gt;&lt;P&gt;Introducing the application to a different (non-Ides) sap installation at customer site the confirmed quantity on partial availability is always "0" ("OrderScheduleEx"."CONFIR_QTY" = "0"). The confirmed quantity is only set to a correct value on full availability in stock. Entering the sales order manually in SAP (using sap transaction va01) using the same parameter is successfull: "Standard order availablity control" pops up on saving the order suggesting a delivery proposal of 175 (for above example)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anybody experiences in these partial delivery issues using BusinessObject SalesOrder in BAPI calls ? (I know that there are numerous places for configuring the algorithm for availablity calculation - but this seemed like a BAPI issue to me since the manual sales order creation executes correctly)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help,&lt;/P&gt;&lt;P&gt;Andreas Koschinsky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Jun 2005 10:05:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-06-14T10:05:46Z</dc:date>
    <item>
      <title>BAPI SalesOrder partial delivery status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-partial-delivery-status/m-p/843011#M44590</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 having a problem with delivery status return values calling BAPI Bapi_Salesorder_Simulate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my IDES 4.6C development environment partial availablity of a material for a requested delivery date is correctly displayed in BAPI return data structure "OrderScheduleEx", "CONFIR_QTY". &lt;/P&gt;&lt;P&gt;E.g. If I set "OrderItemsIn"."Req_Qty" to "300" but available quantity is only 175 (e.g. verified using stock/requirement list in sap transaction MD04), the confirmed quantity is correctly confirmed in "OrderScheduleEx"."CONFIR_QTY" as 175.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem 1)&lt;/P&gt;&lt;P&gt;If I set the option "Partial delivery at item level" "OrderItemsIn"."PART_DLV" to "C" ("only complete delivery allowed") the partial quantity is still confirmed. Is this the expected behavior ? (Setting "OrderHeaderIn"."COMPL_DLV" to " " or "X" does not have any effect either)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bigger Problem 2)&lt;/P&gt;&lt;P&gt;Introducing the application to a different (non-Ides) sap installation at customer site the confirmed quantity on partial availability is always "0" ("OrderScheduleEx"."CONFIR_QTY" = "0"). The confirmed quantity is only set to a correct value on full availability in stock. Entering the sales order manually in SAP (using sap transaction va01) using the same parameter is successfull: "Standard order availablity control" pops up on saving the order suggesting a delivery proposal of 175 (for above example)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anybody experiences in these partial delivery issues using BusinessObject SalesOrder in BAPI calls ? (I know that there are numerous places for configuring the algorithm for availablity calculation - but this seemed like a BAPI issue to me since the manual sales order creation executes correctly)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help,&lt;/P&gt;&lt;P&gt;Andreas Koschinsky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2005 10:05:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-partial-delivery-status/m-p/843011#M44590</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-14T10:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI SalesOrder partial delivery status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-partial-delivery-status/m-p/843012#M44591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi  - I solved this on my own. &lt;/P&gt;&lt;P&gt;Solution was: In SAP transaction OVZJ the default behavior for partial availability checks can be defined per sales org/dist/div.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If e.g. "Dialog box in the case of shortages (full dlv.)" is selected - confirmed quantity is always set to 0 if it is only partially available.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2005 16:25:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-partial-delivery-status/m-p/843012#M44591</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-22T16:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI SalesOrder partial delivery status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-partial-delivery-status/m-p/843013#M44592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andreas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for posting your solution. It was helpful in finding a solution to my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2006 01:09:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-partial-delivery-status/m-p/843013#M44592</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-05T01:09:04Z</dc:date>
    </item>
  </channel>
</rss>

