Solution : https://service.sap.com/sap/support/notes/606963 (SAP Service marketplace login required)
Summary :
The SAP Note outlines a newly developed functionality enabling the display of archived handling units within standard transactions. This capability was previously unavailable, with archived units only viewable through the Archive Information System using report RHU_AR_READ_FROM_ARCHIVE. The solution details creating new function modules (V51R_FIND_HU_HEADER_AR, V51R_FIND_ADD_DATA_AR) and modifying existing ones (V51P_GET_TABLES, HU_DISPLAY, HU_PACKING_DELIVERY) to permit querying and displaying archived handling unit details. Additionally, adjustments are required for the HEADER51 structure and related transactional scripts to facilitate robust integration of archived data handling within SAP systems.
Key words :
function module v51p_get_tables function module hu_display function module hu_packing_delivery, type it_venum hum_venum_t if_more_hus xfeld mark parameter, type ct_messages huitem_messages_t mark parameter, type ct_messages huitem_messages_t mark parameter, type short text et_vekp hum_hu_header_t, type short text et_vevw hum_history_t, type short text if_ar_hus xfeld, et_hustatus husstat_t et_hustobj hustobj_t, remaining source code corrections, function module hu_display
Related Notes :
614674 | Syntax error in package HANDLING_UNITS_ARCHIVING |
600396 | DRB: Implementation of additional business objects |
577847 | Optimizing data archiving |
574894 | Display of archived deliveries via VL03N and VL33N |