cancel
Showing results for 
Search instead for 
Did you mean: 

How to create physical inventory document without using Standard transactions

Former Member
0 Kudos

Hi,

Any one can help me to create a physical inventory document through programmatically (without using transaction codes MI01, MICN).

Thanks

Venkat

Accepted Solutions (1)

Accepted Solutions (1)

fortian
Active Contributor
0 Kudos

BAPI "BAPI_MATPHYSINV_CREATE_MULT" and "BAPI_MATPHYSINV_CREATE"

Former Member
0 Kudos

Hi fortian,

Thanks for your reply.

Can you specify me what type of values in need to pass to the function module. Because i have a doubt in using this fm .

What details we need to pass for items table and if we pass the values will this fm created new physical inventory document with material passed in the item?

Please give me detailed use of this FM and help me to solve my issue

JL23
Active Contributor
0 Kudos

Try to help you self, go to SE37 enter the function module name, click display, and in the next screen the documentation button.

fortian
Active Contributor
0 Kudos

You should use BAPI_MATPHYSINV_CREATE_MULT

From SE37 transaction click on "Goto"/"Documentation"/"Function Module Documentation" (or press F9) and you will get a description of how the function works and information of each parameter.

Answers (1)

Answers (1)

Former Member
0 Kudos

physical inventory document can be created by "BAPI_MATPHYSINV_CREATE" if you do not want to create by standard tcodes MI01