Procedure for Mass Upload of HU Identification Data in SAP EWM
Step 1: I want to update HU Identification details via mass upload. Step 2: Run the T-code SE38 and create executable program. Report: *&---------------------------------------------------------------------* *& Report Z575R_EWM_UPD_HU_IDENT_DETL *&---------------------------------------------------------------------* *& *&---------------------------------------------------------------------* REPORT z575r_ewm_upd_hu_ident_detl . INCLUDE z575n_ewm_upd_hu_ident_top . INCLUDE z575n_ewm_upd_hu_ident_sel . INCLUDE z575n_ewm_upd_hu_ident_forms . INITIALIZATION . PERFORM init_selscr_icons . PERFORM clear_variables . AT SELECTION-SCREEN . CASE sscrfields - ucomm . WHEN 'FC01' . PERFORM prepare_template . PERFORM download_template . ...