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

MB_PHYSICAL_INVENTORY

Former Member
0 Likes
2,099

Dear gurus,

I am trying to use the functional module MB_PHYSICAL_INVENTORY for posting physical inventory count without document number.

When test the functional module, it doesnu2019t show any message as well as not posting any document either.

Regards

Arasukumar

Dear gurus,

I am trying to use the functional module MB_PHYSICAL_INVENTORY for posting physical inventory count without document number.

When test the functional module, it doesnu2019t show any message as well as not posting any document either.

Regards

Arasukumar

4 REPLIES 4
Read only

Former Member
0 Likes
1,491

Hi,

Use BAPI "BAPI_MATPHYSINV_CREATE_MULT" To create Physical Inventory document. Processing messages will be available on RETURN structure.

Regards

Vinod

Read only

0 Likes
1,491

Hi vinoth,

Thankyou for your reply, i am trying to create a inventory count without the document number.

Read only

0 Likes
1,491

Hi,

For creating inventory count use BAPI "BAPI_MATPHYSINV_COUNT". See bapi documentation for further details.

Regards

Vinod

Read only

Former Member
0 Likes
1,491

Hi ,

This is a stupid BAPI...the error handling is done very poorly, who ever designed to use this for all the MI* transactions...

To capitor FM docu is not available in English.

If you pass the Inv_ACTIOn as 2, it refreshes all the internal table data that u pass...I do not really get that logic...

Anyone who implemented this successfully, pls update relevant threads...it will be very useful for others like me....