<?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: BAPI_SALESORDER_CREATEFROMDAT2 : delivery proposal in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-delivery-proposal/m-p/1235031#M140505</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Oli, &lt;/P&gt;&lt;P&gt;I have exactly the same problem... 4 years after your message... &lt;/P&gt;&lt;P&gt;Do you remember in which way do you solve this issue??? &lt;/P&gt;&lt;P&gt;Thanks in advance. &lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Fabrizio Di Bitonto on May 14, 2010 9:18 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 May 2010 16:03:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-05-07T16:03:50Z</dc:date>
    <item>
      <title>BAPI_SALESORDER_CREATEFROMDAT2 : delivery proposal</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-delivery-proposal/m-p/1235020#M140494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to force partial delivery in BAPI_SALESORDER_CREATEFROMDAT2 ? &lt;/P&gt;&lt;P&gt;By default "complete delivery" is choosen &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I read somewhere that people fixed the issue using transaction &amp;lt;b&amp;gt;OVZJ&amp;lt;/b&amp;gt; but in my case, this solution is &amp;lt;u&amp;gt;not satisfactory&amp;lt;/u&amp;gt; because if I change this customizing, it changes the working order of the transaction VA01 (sales order creation).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If found a dedicated flag (&amp;lt;b&amp;gt;PART_DLV&amp;lt;/b&amp;gt;) in ITEMS_IN table but I was not able to make it work... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help !&lt;/P&gt;&lt;P&gt;bye,&lt;/P&gt;&lt;P&gt;oli&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2006 15:07:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-delivery-proposal/m-p/1235020#M140494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-11T15:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2 : delivery proposal</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-delivery-proposal/m-p/1235021#M140495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you marking "PART_DLV" in ORDER_ITEMS_INX with an "X" as well?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is required to apply the change.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2006 15:11:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-delivery-proposal/m-p/1235021#M140495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-11T15:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2 : delivery proposal</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-delivery-proposal/m-p/1235022#M140496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it cannot be achieved in VA01, then it cannot be forced using the BAPI. Remember, BAPI goes through the same config settings and user exits as the online transaction will go through. So if your order type does not allow partial delivery online, then it will not allow through BAPI either. But if config does allow it, then look at the John's suggestion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2006 15:25:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-delivery-proposal/m-p/1235022#M140496</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-11T15:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2 : delivery proposal</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-delivery-proposal/m-p/1235023#M140497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, ORDER_ITEMS_INX-PART_DLV is set to 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found information on available values for PART_DLV (in fact, domain KZTLF) :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;i&amp;gt;empty&amp;lt;/i&amp;gt; = Partial delivery allowed
A = Create a delivery with qty greater than zero
B = Create only one delivery (also with quantity = 0)
C = Only complete delivery allowed
D = No limit to subsequent deliveries&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case, I should use 'empty' but it does not work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2006 15:26:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-delivery-proposal/m-p/1235023#M140497</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-11T15:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2 : delivery proposal</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-delivery-proposal/m-p/1235024#M140498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;message deleted&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2006 15:28:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-delivery-proposal/m-p/1235024#M140498</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-11T15:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2 : delivery proposal</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-delivery-proposal/m-p/1235025#M140499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oli,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Verify that your selected Order Type permits partial deliveries.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2006 15:31:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-delivery-proposal/m-p/1235025#M140499</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-11T15:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2 : delivery proposal</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-delivery-proposal/m-p/1235026#M140500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;@Srinivas Adavi&amp;lt;/b&amp;gt;  : in fact in VA01, a popup allows to choose delivey method (full, partial or just available qty). &lt;/P&gt;&lt;P&gt;As in RFC, there are no ways to handle popups, I suppose there is a way to bypass the popup and choose delivery method via a code ?&lt;/P&gt;&lt;P&gt;OVZJ is not the good way because I can not impact VA01 in order to make the BAPI work (VA01 is a very critical transaction here &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;@John Jakabcsin&amp;lt;/b&amp;gt;  : It tried with an order type which works in VA01 but it does not work with the bapi &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2006 15:42:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-delivery-proposal/m-p/1235026#M140500</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-11T15:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2 : delivery proposal</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-delivery-proposal/m-p/1235027#M140501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apart from the order type, your customer should also allow partial deliveries. Check if you can create an order with partial delivery for the same customer using VA01.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2006 15:48:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-delivery-proposal/m-p/1235027#M140501</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-11T15:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2 : delivery proposal</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-delivery-proposal/m-p/1235028#M140502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;@Srinivas Adavi&amp;lt;/b&amp;gt; : I am able to create partial delivery on my customer using VA01. I just have problem with the bapi...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2006 15:51:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-delivery-proposal/m-p/1235028#M140502</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-11T15:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2 : delivery proposal</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-delivery-proposal/m-p/1235029#M140503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If everything is same, then it should work unless you are missing some values. There will be certain values that will default if you are working online. But the same values should be explicitly passed to the BAPI. Antoher thing to look at is user exits. Depending how the user exits are coded, sometimes, they may have an impact.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming you are using the same customer, same order type, same sales area, same products, I don't see why the BAPI would not allow it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, did you check if VA01 allows having partial delivery on one item and complete delivery on another? I think the customer master should allow the entire document to be partially deliverable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2006 16:04:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-delivery-proposal/m-p/1235029#M140503</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-11T16:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2 : delivery proposal</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-delivery-proposal/m-p/1235030#M140504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As in VA01 delivery dates/quantities are proposed, I wondering if I have to fill these information somewhere in the BAPI ? I was supposing that BAPI was able to find delivery dates/quantities itself ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you think I have to fill these information ? If yes, where ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Apr 2006 12:22:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-delivery-proposal/m-p/1235030#M140504</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-12T12:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2 : delivery proposal</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-delivery-proposal/m-p/1235031#M140505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Oli, &lt;/P&gt;&lt;P&gt;I have exactly the same problem... 4 years after your message... &lt;/P&gt;&lt;P&gt;Do you remember in which way do you solve this issue??? &lt;/P&gt;&lt;P&gt;Thanks in advance. &lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Fabrizio Di Bitonto on May 14, 2010 9:18 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 May 2010 16:03:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-delivery-proposal/m-p/1235031#M140505</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-07T16:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2 : delivery proposal</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-delivery-proposal/m-p/1235032#M140506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In order to give the solution to all reader in the future. I finally find a solution.&lt;/P&gt;&lt;P&gt;I wrote an OSS message to SAP and they aswer me in this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Dear Customer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a BAPI, the ATP check is performed in the background.&lt;/P&gt;&lt;P&gt;Since the system is performing the availability check&lt;/P&gt;&lt;P&gt;in background, the availability screen cannot be performed.&lt;/P&gt;&lt;P&gt;So it is not able to make decisions regarding full&lt;/P&gt;&lt;P&gt;delivery, delivery proposal...In this case,the system uses&lt;/P&gt;&lt;P&gt;the configuration found in OVZJ. If your availability checking&lt;/P&gt;&lt;P&gt;rule in OVZJ is blank, the system will choose full delivery.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, but I can not give you a better solution to customizing in&lt;/P&gt;&lt;P&gt;OVZJ, if you whish a partial delivery."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that transaction in customizing I insert the value "E" and the partial delivery is created from VA01 and from bapi too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 May 2010 08:09:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-delivery-proposal/m-p/1235032#M140506</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-20T08:09:50Z</dc:date>
    </item>
  </channel>
</rss>

