<?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 Regarding BAPi in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi/m-p/2495285#M563445</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any one can briefly tel what this BAPi is doing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  BAPI_MATPHYSINV_CREATE_MULT&lt;/P&gt;&lt;P&gt;Pl urgent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Jul 2007 07:12:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-13T07:12:20Z</dc:date>
    <item>
      <title>Regarding BAPi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi/m-p/2495285#M563445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any one can briefly tel what this BAPi is doing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  BAPI_MATPHYSINV_CREATE_MULT&lt;/P&gt;&lt;P&gt;Pl urgent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2007 07:12:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi/m-p/2495285#M563445</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-13T07:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding BAPi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi/m-p/2495286#M563446</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;It  Creates Physical Inventory Document&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Functionality&lt;/P&gt;&lt;P&gt;You can use the CreateMultiple method to create one or more physical inventory documents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notes&lt;/P&gt;&lt;P&gt;The following authorization object is checked when this method is used:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;M_ISEG_WIB plant authorization for physical inventory&lt;/P&gt;&lt;P&gt;Transfer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The header data of the physical inventory document is transferred with the help of the 'head' structure. The data for the individual items is imported in the 'Items' table. There is also a parameter called MaxItems, which you can use to define the maximum number of items that each physical inventory document contains.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Confirmations&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Messages are returned in the Return parameter. The parameter documentation shows the return codes and their meanings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further Information&lt;/P&gt;&lt;P&gt;The method can only carry out your function if no error messages were generated in the Return table. This is the case if the header data and all the items were processed successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaction control is not implemented. The calling program therefore has to execute the Commit Work itself after this method has been successfully called (in other words, if no errors were reported in the Return parameter).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Reawrd points if its useful..&lt;/P&gt;&lt;P&gt; Thanks&lt;/P&gt;&lt;P&gt; Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2007 07:23:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi/m-p/2495286#M563446</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-13T07:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding BAPi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi/m-p/2495287#M563447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    BAPI_MATPHYSINV_CREATE_MULT for MI01 as BAPI_MATPHYSINV_CREATE is obsolete as on 4.6. Please check documentation for more details&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FU BAPI_MATPHYSINV_CREATE_MULT&lt;/P&gt;&lt;P&gt;____________________________________________________&lt;/P&gt;&lt;P&gt;Text&lt;/P&gt;&lt;P&gt;Create Physical Inventory Document&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Functionality&lt;/P&gt;&lt;P&gt;You can use the CreateMultiple method to create one or more physical inventory documents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notes&lt;/P&gt;&lt;P&gt;The following authorization object is checked when this method is used:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;M_ISEG_WIB plant authorization for physical inventory&lt;/P&gt;&lt;P&gt;Transfer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The header data of the physical inventory document is transferred with the help of the 'head' structure. The data for the individual items is imported in the 'Items' table. There is also a parameter called MaxItems, which you can use to define the maximum number of items that each physical inventory document contains.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Confirmations&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Messages are returned in the Return parameter. The parameter documentation shows the return codes and their meanings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further Information&lt;/P&gt;&lt;P&gt;The method can only carry out your function if no error messages were generated in the Return table. This is the case if the header data and all the items were processed successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaction control is not implemented. The calling program therefore has to execute the Commit Work itself after this method has been successfully called (in other words, if no errors were reported in the Return parameter).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameters&lt;/P&gt;&lt;P&gt;HEAD&lt;/P&gt;&lt;P&gt;MAXITEMS&lt;/P&gt;&lt;P&gt;ITEMS&lt;/P&gt;&lt;P&gt;RETURN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exceptions&lt;/P&gt;&lt;P&gt;Function Group&lt;/P&gt;&lt;P&gt;MB_BUS2028&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2007 07:32:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi/m-p/2495287#M563447</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-13T07:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding BAPi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi/m-p/2495288#M563448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Check the Tcodes MI01 to MI24  which are related to Physical Inventory creation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For most of the fun modules DOCUMENTATION is maintained&lt;/P&gt;&lt;P&gt;from MEnu see the doc of this fun module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; BAPI_MATPHYSINV_CREATE_MULT&lt;/P&gt;&lt;P&gt;____________________________________________________&lt;/P&gt;&lt;P&gt;Short Text&lt;/P&gt;&lt;P&gt;Create physical inventory document&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Functionality&lt;/P&gt;&lt;P&gt;You can use the CreateMultiple method to create one or more physical inventory documents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notes&lt;/P&gt;&lt;P&gt;The following authorization object is checked when this method is used:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;M_ISEG_WIB plant authorization for physical inventory&lt;/P&gt;&lt;P&gt;Transfer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The header data of the physical inventory document is transferred with the help of the 'head' structure. The data for the individual items is imported in the 'Items' table. There is also a parameter called MaxItems, which you can use to define the maximum number of items that each physical inventory document contains.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Confirmations&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Messages are returned in the Return parameter. The parameter documentation shows the return codes and their meanings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further information&lt;/P&gt;&lt;P&gt;The method can only perform your function if no error messages were generated in the Return table. This is the case if the header data and all the items were processed successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaction control is not implemented. The calling program therefore has to execute the Commit Work itself after this method has been successfully invoked (in other words, if no errors were reported in the Return parameter).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameters&lt;/P&gt;&lt;P&gt;HEAD&lt;/P&gt;&lt;P&gt;MAXITEMS&lt;/P&gt;&lt;P&gt;ITEMS&lt;/P&gt;&lt;P&gt;RETURN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exceptions&lt;/P&gt;&lt;P&gt;Function Group&lt;/P&gt;&lt;P&gt;MB_BUS2028&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points for useful Answers&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2007 07:34:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi/m-p/2495288#M563448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-13T07:34:16Z</dc:date>
    </item>
  </channel>
</rss>

