SAP Reports / Programs

RHU_AR_DELETE_DECENTRALIZED_HU SAP ABAP Report - Handling Unit Archiving: Delete Decentrally-Deleted HUs







RHU_AR_DELETE_DECENTRALIZED_HU is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RHU_AR_DELETE_DECENTRALIZED_HU into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT RHU_AR_DELETE_DECENTRALIZED_HU. "Basic submit
SUBMIT RHU_AR_DELETE_DECENTRALIZED_HU AND RETURN. "Return to original report after report execution complete
SUBMIT RHU_AR_DELETE_DECENTRALIZED_HU VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: GP_TEST = Test Run
Selection Text: GO_LGNUM = D Warehouse Number
Selection Text: GO_EXIDV = D Handling Unit
Selection Text: GO_ERDAT = D Created On
Selection Text: GO_AEDAT = D Changed On
Selection Text: GF_ROWS = Number of HUs per RFC Call
Title: Handling Unit Archiving: Delete Decentrally-Deleted HUs
Text Symbol: 011 = Test Run
Text Symbol: 010 = Total Examined
Text Symbol: 009 = Additional Changed HUs (Packing Hierarchy)
Text Symbol: 008 = Deleted Handling Units
Text Symbol: 007 = Total of Non-Deletable Handling Units
Text Symbol: 006 = Update of Internal Tables...
Text Symbol: 005 = Status Query via RFC
Text Symbol: 004 = Update Database...
Text Symbol: 003 = Analyue HUs...
Text Symbol: 002 = Control
Text Symbol: 001 = Parameter


INCLUDES used within this REPORT RHU_AR_DELETE_DECENTRALIZED_HU

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING PERCENTAGE = LF_PERCENTAGE TEXT = TEXT-003.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING PERCENTAGE = LF_PERCENTAGE TEXT = TEXT-003.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING PERCENTAGE = LF_PERCENTAGE TEXT = TEXT-006.

HU_SEND_PROTOCOL CALL FUNCTION 'HU_SEND_PROTOCOL' TABLES IT_MESSAGES = LT_MESSAGES.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING PERCENTAGE = LF_PERCENTAGE TEXT = TEXT-004.

OWN_LOGICAL_SYSTEM_GET CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET' IMPORTING OWN_LOGICAL_SYSTEM = L_OWN_SYSTEM EXCEPTIONS OWN_LOGICAL_SYSTEM_NOT_DEFINED = 1 OTHERS = 99.

HU_GET_HUS_RFC CALL FUNCTION 'HU_GET_HUS_RFC' DESTINATION IF_OBJKEY EXPORTING IT_HU_NUMBERS = CT_EXIDV IF_VEPO = SPACE IF_WITH_TEXT = SPACE IF_MORE_HUS = SPACE IMPORTING ET_NOTFOUNDHUS = LT_HEADER EXCEPTIONS COMMUNICATION_FAILURE = 1 MESSAGE MSG_TEXT SYSTEM_FAILURE = 2 MESSAGE MSG_TEXT.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING PERCENTAGE = LF_PERCENTAGE TEXT = TEXT-005.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING PERCENTAGE = LF_PERCENTAGE TEXT = TEXT-005.

L_WMS_DEC_WM_ASYNC_RECEIVER CALL FUNCTION 'L_WMS_DEC_WM_ASYNC_RECEIVER' EXPORTING I_LGNUM =

-LGNUM TABLES T_RECEIVERS = LT_REC EXCEPTIONS ERROR_IN_ALE = 1 LGNUM_NOT_DECENTRALIZED = 2 LGNUM_DOES_NOT_EXIST = 3 OTHERS = 4 .



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RHU_AR_DELETE_DECENTRALIZED_HU or its description.