Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Regarding BAPi

Former Member
0 Likes
703

Any one can briefly tel what this BAPi is doing

BAPI_MATPHYSINV_CREATE_MULT

Pl urgent

3 REPLIES 3
Read only

Former Member
0 Likes
573

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

Read only

Former Member
0 Likes
573

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

Read only

Former Member
0 Likes
573

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