<?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: Problems with BAPI_INB_DELIVERY_CHANGE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-bapi-inb-delivery-change/m-p/5603582#M1276976</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;When i tried in debigging it is going for Quantity check even if you have not check Qty Change flag. So to get rid of error you pass all the data specified in BAPI Documentation example for Quantity change, But instead of Qty Change flag check you go for Delete flag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jyothi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 May 2009 12:31:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-07T12:31:16Z</dc:date>
    <item>
      <title>Problems with BAPI_INB_DELIVERY_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-bapi-inb-delivery-change/m-p/5603578#M1276972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know the meaning of this messsages?? &lt;/P&gt;&lt;P&gt;I'm trying delete a item of a delivery. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error in document 0180000144 item 000010 (quantity consistency check)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Conversion factors 0:0 are zero, not defined mathematically&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HEADER_DATA-DELIV_NUMB = '0180000144'.&lt;/P&gt;&lt;P&gt;DELIVERY = '0180000144'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ITEM_DATA-DELIV_NUM = '0180000144'.&lt;/P&gt;&lt;P&gt;ITEM_DATA-DELIV_ITEM = 0010&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ITEM_CONTROL-DELIV_NUM = '0180000144'.&lt;/P&gt;&lt;P&gt;ITEM_CONTROL-DELIV_ITEM = 0010&lt;/P&gt;&lt;P&gt;ITEM_CONTROL-DEL_ITEM = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you help us? &lt;/P&gt;&lt;P&gt;please&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2009 11:58:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-bapi-inb-delivery-change/m-p/5603578#M1276972</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-07T11:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with BAPI_INB_DELIVERY_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-bapi-inb-delivery-change/m-p/5603579#M1276973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are the standard programs which are using this FM.&lt;/P&gt;&lt;P&gt;check this u will get any idea&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LV50IU53                         Include LV50LF15&lt;/P&gt;&lt;P&gt;LV50KU45                         Include L0ORGF03&lt;/P&gt;&lt;P&gt;RBUS2015                         Program for Object Type BUS2015: Shipping Notification&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2009 12:01:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-bapi-inb-delivery-change/m-p/5603579#M1276973</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-07T12:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with BAPI_INB_DELIVERY_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-bapi-inb-delivery-change/m-p/5603580#M1276974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Try to use WS_DELIVERY_UPDATE OR WS_DELIVERY_UPDATE_2 function modules or try to pass quantity as well in the bapi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KR Jaideep,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2009 12:09:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-bapi-inb-delivery-change/m-p/5603580#M1276974</guid>
      <dc:creator>jaideepsharma</dc:creator>
      <dc:date>2009-05-07T12:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with BAPI_INB_DELIVERY_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-bapi-inb-delivery-change/m-p/5603581#M1276975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change  ITEM_CONTROL-DELIV_ITEM = 0010&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ITEM_CONTROL-DELIV_ITEM = '0010'&lt;/P&gt;&lt;P&gt;Also for item_data.&lt;/P&gt;&lt;P&gt;And are u calling BAPI_TRANSACTION_COMMIT after that....??&lt;/P&gt;&lt;P&gt;Still not able 2 resolve set the debugger at the BAPI call and see what's happening.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2009 12:27:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-bapi-inb-delivery-change/m-p/5603581#M1276975</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-07T12:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with BAPI_INB_DELIVERY_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-bapi-inb-delivery-change/m-p/5603582#M1276976</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;When i tried in debigging it is going for Quantity check even if you have not check Qty Change flag. So to get rid of error you pass all the data specified in BAPI Documentation example for Quantity change, But instead of Qty Change flag check you go for Delete flag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jyothi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2009 12:31:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-bapi-inb-delivery-change/m-p/5603582#M1276976</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-07T12:31:16Z</dc:date>
    </item>
  </channel>
</rss>

