BAPI_MATPHYSINV_CREATE_MULT - Physical Inventory (MI01) Upload SAP Tool.
This upload Program can help you to mass upload physical inventory documents at one go. This program uses BAPI ' BAPI_MATPHYSINV_CREATE_MULT ' to achieve the same. CODE: REPORT zmm_physical_inv_upload . " Physical Inventory Upload SELECTION-SCREEN BEGIN OF BLOCK blk1 WITH FRAME TITLE TEXT - 001 . PARAMETERS p_fname TYPE rlgrap - filename OBLIGATORY . SELECTION-SCREEN END OF BLOCK blk1 . TYPES : BEGIN OF gty_doc , doc_date TYPE sy - datum , " Document Date / Posting Date werks TYPE werks_d , " Plant lgort ...