Last Physical Inventory Date In Quant (LQUA) Table - SAP Upload Tool.
Generally, when an organization goes live with warehouse management functionality, it faces a big challenge to upload the last physical inventory date from Inventory management data (MARD-DLINL) in warehouse management quant data (LQUA-IDATU). This code can be used to upload directly in quant data (LQUA) table. Once you upload the last physical inventory date in quant data table, you need to make changes in Cycle count physical inventory program. CODE: *&---------------------------------------------------------------------* *& *&---------------------------------------------------------------------* REPORT zupdate_lqua . TYPES : BEGIN OF gty_upload , lgnum TYPE lqua - lgnum , lqnum TYPE lqua - lqnum , idatu TYPE lqua - idatu , ...