<?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: Help required BAPI_MATPHYSINV_COUNT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-required-bapi-matphysinv-count/m-p/7163993#M1516229</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;before passing the material change the format to internal/external :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_MATN1_INPUT or  CONVERSION_EXIT_MATN1_outPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CONVERSION_EXIT_MATN1_INPUT  '&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      input  = old matrial&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      output = nw material&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: pr@t on Aug 19, 2010 9:35 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Aug 2010 03:50:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-08-19T03:50:53Z</dc:date>
    <item>
      <title>Help required BAPI_MATPHYSINV_COUNT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-required-bapi-matphysinv-count/m-p/7163992#M1516228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using BAPI "BAPI_MATPHYSINV_COUNT" to post recount physical inventory document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am passing the values to that BAPI are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;v_phyinvno : physinventory document&lt;/P&gt;&lt;P&gt;v_gjahr	   : fiscalyear&lt;/P&gt;&lt;P&gt;v_cntdt    : date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i_phitm1-entry_qnt&lt;/P&gt;&lt;P&gt;i_phitm1-batch&lt;/P&gt;&lt;P&gt;i_phitm1-zero_count&lt;/P&gt;&lt;P&gt;i_phitm1-material&lt;/P&gt;&lt;P&gt;i_phitm1-entry_uom&lt;/P&gt;&lt;P&gt;i_phitm1-item&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_MATPHYSINV_COUNT'&lt;/P&gt;&lt;P&gt;             EXPORTING&lt;/P&gt;&lt;P&gt;                  physinventory = v_phyinvno&lt;/P&gt;&lt;P&gt;                  fiscalyear    = v_gjahr&lt;/P&gt;&lt;P&gt;                  count_date    = v_cntdt&lt;/P&gt;&lt;P&gt;             TABLES&lt;/P&gt;&lt;P&gt;                  items         = i_phitm1[]&lt;/P&gt;&lt;P&gt;                  return        = i_return[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting below error during execution of above BAPI. &lt;/P&gt;&lt;P&gt;Error is "Material number XXXX is not maintained in the physical inventory document".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Material number which is in the error message is already maintained in the physical inventory document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me do i need to add any other information to that BAPI?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: Where as when i am using the same data by doing manually using MI04 transactions its getting posting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thaks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Aug 2010 15:31:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-required-bapi-matphysinv-count/m-p/7163992#M1516228</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-18T15:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: Help required BAPI_MATPHYSINV_COUNT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-required-bapi-matphysinv-count/m-p/7163993#M1516229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;before passing the material change the format to internal/external :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_MATN1_INPUT or  CONVERSION_EXIT_MATN1_outPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CONVERSION_EXIT_MATN1_INPUT  '&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      input  = old matrial&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      output = nw material&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: pr@t on Aug 19, 2010 9:35 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 03:50:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-required-bapi-matphysinv-count/m-p/7163993#M1516229</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-19T03:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Help required BAPI_MATPHYSINV_COUNT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-required-bapi-matphysinv-count/m-p/7163994#M1516230</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;Its already maintained conversion for the material.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 07:05:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-required-bapi-matphysinv-count/m-p/7163994#M1516230</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-19T07:05:07Z</dc:date>
    </item>
  </channel>
</rss>

