Skip to Content
0
Former Member
Sep 26, 2005 at 01:55 PM

Zeroing out inventory nightly

78 Views

We have a requirement for zeroing out inventory at a particular location on a nightly basis. Currently it's a manual process using MI10. I've been investigating the BAPI_MATPHYSINV_* function modules, and it appears they are capable of doing what we need. However, I was wondering if there's a quicker/easier way of doing this, without the multiple steps of creating inventory documents with BAPI_MATPHYSINV_CREATE_MULT, then BAPI_MATPHYSINV_GETITEMS to retrieve open docs for the materials, then perform a count/post.

Is there a BAPI/FM more similar to MI10 in simplicity? In other words, enter a list of materials/counts and call it... thanks!