‎2007 Jul 13 8:12 AM
Any one can briefly tel what this BAPi is doing
BAPI_MATPHYSINV_CREATE_MULT
Pl urgent
‎2007 Jul 13 8:23 AM
Hi..
It Creates Physical Inventory Document
Functionality
You can use the CreateMultiple method to create one or more physical inventory documents.
Notes
The following authorization object is checked when this method is used:
M_ISEG_WIB plant authorization for physical inventory
Transfer
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.
Confirmations
Messages are returned in the Return parameter. The parameter documentation shows the return codes and their meanings.
Further Information
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.
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).
Hope it helps..
Reawrd points if its useful..
Thanks
Arun
‎2007 Jul 13 8:32 AM
Hi,
BAPI_MATPHYSINV_CREATE_MULT for MI01 as BAPI_MATPHYSINV_CREATE is obsolete as on 4.6. Please check documentation for more details
FU BAPI_MATPHYSINV_CREATE_MULT
____________________________________________________
Text
Create Physical Inventory Document
Functionality
You can use the CreateMultiple method to create one or more physical inventory documents.
Notes
The following authorization object is checked when this method is used:
M_ISEG_WIB plant authorization for physical inventory
Transfer
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.
Confirmations
Messages are returned in the Return parameter. The parameter documentation shows the return codes and their meanings.
Further Information
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.
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).
Parameters
HEAD
MAXITEMS
ITEMS
RETURN
Exceptions
Function Group
MB_BUS2028
<b>Reward points</b>
Regards
‎2007 Jul 13 8:34 AM
Hi
Check the Tcodes MI01 to MI24 which are related to Physical Inventory creation
For most of the fun modules DOCUMENTATION is maintained
from MEnu see the doc of this fun module
BAPI_MATPHYSINV_CREATE_MULT
____________________________________________________
Short Text
Create physical inventory document
Functionality
You can use the CreateMultiple method to create one or more physical inventory documents.
Notes
The following authorization object is checked when this method is used:
M_ISEG_WIB plant authorization for physical inventory
Transfer
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.
Confirmations
Messages are returned in the Return parameter. The parameter documentation shows the return codes and their meanings.
Further information
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.
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).
Parameters
HEAD
MAXITEMS
ITEMS
RETURN
Exceptions
Function Group
MB_BUS2028
<b>Reward points for useful Answers</b>
Regards
Anji