<?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 Problem with handling unit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-handling-unit/m-p/5172363#M1197615</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;While trying to create handling unit through a custom transaction, its giving the following error: &lt;/P&gt;&lt;P&gt;There is no handling unit with identification &lt;STRONG&gt;identification number&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is coming from the function module 'WS_DELIVERY_UPDATE'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I saw a similar thread with title "N eed help with BAPI_OUTB_DELIVERY_CONFIRM_DEC". There some suggestion was given to skip the centralized system verification. In my case, its not even going to the verification part. What could be the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Feb 2009 11:17:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-16T11:17:25Z</dc:date>
    <item>
      <title>Problem with handling unit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-handling-unit/m-p/5172363#M1197615</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;While trying to create handling unit through a custom transaction, its giving the following error: &lt;/P&gt;&lt;P&gt;There is no handling unit with identification &lt;STRONG&gt;identification number&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is coming from the function module 'WS_DELIVERY_UPDATE'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I saw a similar thread with title "N eed help with BAPI_OUTB_DELIVERY_CONFIRM_DEC". There some suggestion was given to skip the centralized system verification. In my case, its not even going to the verification part. What could be the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2009 11:17:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-handling-unit/m-p/5172363#M1197615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-16T11:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with handling unit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-handling-unit/m-p/5172364#M1197616</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;Normally we use " ws_delivery_update" FM to Update the delivery but not for the Handling unit number creation.&lt;/P&gt;&lt;P&gt;we here give delivery number, handling unit number with hierachical order,qty...etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in your case you check Handling unit number range is defined correctly or not ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can check this with Vl02n tcode also with the help of functional consultant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Parvathi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2009 11:24:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-handling-unit/m-p/5172364#M1197616</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-16T11:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with handling unit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-handling-unit/m-p/5172365#M1197617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No issue with number range. Actually the transaction has to create a handling unit in the background when executed. But its updating the handling unit no by 1 instead of creating it newly and throwing the error. When i checked for the error, it was coming only from WS_DELIVERY_UPDATE. I have given all the input data handling unit no, delivery, quantity.. whatever u have mentioned.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2009 12:01:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-handling-unit/m-p/5172365#M1197617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-16T12:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with handling unit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-handling-unit/m-p/5172366#M1197618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem was with VEPO. The data for VEPO was not populated rightly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2009 04:42:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-handling-unit/m-p/5172366#M1197618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-25T04:42:37Z</dc:date>
    </item>
  </channel>
</rss>

