<?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: Function Module HUINV_DOCUMENT_COUNTING in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-huinv-document-counting/m-p/4883827#M1141310</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;Check this include LHU_INVUXX..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this might help you.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 07 Dec 2008 19:13:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-07T19:13:57Z</dc:date>
    <item>
      <title>Function Module HUINV_DOCUMENT_COUNTING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-huinv-document-counting/m-p/4883826#M1141309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;has someone ever used the function module HUINV_DOCUMENT_COUNTING ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to the documentation, it can be used in own count transactions for the inventory of handling units.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my report the processing of the function module is working apparently well. It returns with sy-subrc = 0 and a message saying that all inventory positions had been prcessed completely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I can't see any processed data in the tables HUINV_HDR or HUINV_ITEM&lt;/P&gt;&lt;P&gt;I expect e.g. the columns HUEXIST or QUANTITY updated with the processed data, but the inventory documnet are still in the initial state. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Counting positions with the dialog HUINV03 is working, I can see the entered data in HUINV_ITEM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone a hint for me ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for help,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wolfgang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Dec 2008 18:58:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-huinv-document-counting/m-p/4883826#M1141309</guid>
      <dc:creator>wolfgang_mller</dc:creator>
      <dc:date>2008-12-07T18:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module HUINV_DOCUMENT_COUNTING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-huinv-document-counting/m-p/4883827#M1141310</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;Check this include LHU_INVUXX..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this might help you.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Dec 2008 19:13:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-huinv-document-counting/m-p/4883827#M1141310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-07T19:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module HUINV_DOCUMENT_COUNTING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-huinv-document-counting/m-p/4883828#M1141311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avinash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for your answer. Unfortunately this didn't help yet. &lt;/P&gt;&lt;P&gt;LHU_INVUXX contains a collection of function modules, related to handling unit inventory.&lt;/P&gt;&lt;P&gt;Some of them are used within the processing of HUINV_DOCUMENT_COUNTING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I would need is a sample of the usage of HUINV_DOCUMENT_COUNTING. &lt;/P&gt;&lt;P&gt;I suspect that there is no update of the inventory document data structures, because of inappropriate / missing values in the input data structure of the function module when called in my report. It may be as well, that there has to be taken further action to update the HUINV... tables. &lt;/P&gt;&lt;P&gt;But this function module seems not to be used in any standard programm, nor could I find any documentation about the usage of HUINV_DOCUMENT_COUNTING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has someone any other idea ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wolfgang Müller&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2008 09:07:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-huinv-document-counting/m-p/4883828#M1141311</guid>
      <dc:creator>wolfgang_mller</dc:creator>
      <dc:date>2008-12-08T09:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module HUINV_DOCUMENT_COUNTING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-huinv-document-counting/m-p/4883829#M1141312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe we have found the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using this FM needs an explicit COMMIT WORK after return to the calling program.&lt;/P&gt;&lt;P&gt;I will do some more testing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would have been nice, if this was mentioned in the documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best wishes,&lt;/P&gt;&lt;P&gt;Wolfgang Müller&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2008 16:01:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-huinv-document-counting/m-p/4883829#M1141312</guid>
      <dc:creator>wolfgang_mller</dc:creator>
      <dc:date>2008-12-08T16:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module HUINV_DOCUMENT_COUNTING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-huinv-document-counting/m-p/4883830#M1141313</link>
      <description>&lt;P&gt;I know that this is an old thread, but here is more information about the FM HUINV_DOCUMENT_COUNTING. If you run this FM you definitely need a commit work after you run it. Also, if you are going to run the FM multiple times in the same Z program, you need to run HUINV_DOCUMENT_SELECT prior. If not, the second time you will get an error that the update failed. The reason for this is that there are internal tables that need to be filled prior to running HUINV_DOCUMENT_COUNTING. Also, each inventory document must run by itself. if it has more than one line item, than fill it_counted_items with as much as you need to update. But, only one inventory document can be run at once. &lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2019 22:53:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-huinv-document-counting/m-p/4883830#M1141313</guid>
      <dc:creator>former_member657206</dc:creator>
      <dc:date>2019-12-05T22:53:55Z</dc:date>
    </item>
  </channel>
</rss>

