The Function Module LEINT_HU_REPACK (Repack Handling Units) is a standard Function Module in SAP ERP and is part of the function group LEINT_VSPCK within the package LEINT.
Function Module | LEINT_HU_REPACK |
Short Text | Repack Handling Units |
Function Group | LEINT_VSPCK |
Package | LEINT |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IF_COMMIT | TYPE | XFELD | SPACE | Should a Commit be Transmitted |
IF_DISPLAY | TYPE | XFELD | 'X' | Either Display Only (X) or Change HUs |
IT_HUS | TYPE | HUM_EXIDV_T | External HU Identification | |
IT_OBJECTS | TYPE | HUM_OBJECT_T | Objects to be Displayed - Changes Not Allowed | |
IT_VENUM | TYPE | HUM_VENUM_T | HU Numbers |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EF_DATA_CHANGED | TYPE | XFELD | Indicator: Data was Changed | |
EF_FCODE | LIKE | SY-UCOMM | Function Code for End of Processing | |
ET_HEADER | TYPE | HUM_HU_HEADER_T | Table Type for Handling Units | |
ET_ITEMS | TYPE | HUM_HU_ITEM_T | Table Type for Handling Unit Items | |
ET_MESSAGES | TYPE | HUITEM_MESSAGES_T | Table with Messages that Occurred |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.