SAP Reports / Programs | Logistics - General | Handling Unit Management | Basic functions(LO-HU-BF) SAP LO

RHU_AR_ARCHIVABILITY_CHECK SAP ABAP Report - Archiving Handling Units: Analysis







RHU_AR_ARCHIVABILITY_CHECK 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_ARCHIVABILITY_CHECK 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_ARCHIVABILITY_CHECK. "Basic submit
SUBMIT RHU_AR_ARCHIVABILITY_CHECK AND RETURN. "Return to original report after report execution complete
SUBMIT RHU_AR_ARCHIVABILITY_CHECK 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: P_AR_ACT = D .
Selection Text: P_ARCTOO = D .
Selection Text: P_DETAIL = D .
Selection Text: P_RESTIM = D .
Selection Text: S_AEDAT = D .
Selection Text: S_ERDAT = D .
Selection Text: S_EXIDV = D .
Selection Text: S_LGNUM = D .
Selection Text: S_VENUM = D .
Title: Archiving Handling Units: Analysis
Text Symbol: 001 = Document Selection
Text Symbol: 002 = Control Data
Text Symbol: 003 = Check archivability...
Text Symbol: 004 = Processing list...


INCLUDES used within this REPORT RHU_AR_ARCHIVABILITY_CHECK

INCLUDE LV51RCON.
INCLUDE LV51RTAB.


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:

HU_AR_SUM_INFO_REFRESH call function 'HU_AR_SUM_INFO_REFRESH'.

HU_AR_GROUP_SELECTION call function 'HU_AR_GROUP_SELECTION' importing ef_consistency_error = gf_consistency_error tables it_worklist = gt_part et_vekp = gt_vekp et_vepo = gt_vepo et_vevw = gt_vevw et_husstat = gt_husstat.

HU_AR_BUILD_HIERARCHY call function 'HU_AR_BUILD_HIERARCHY' exporting if_hunum_first = gf_lfd_nr importing ef_hunum_last = gf_lfd_nr tables it_vekp = gt_vekp it_vepo = gt_vepo ct_hierarchy = gt_hierarchy.

HU_AR_ARCHIVABILITY_CHECK call function 'HU_AR_ARCHIVABILITY_CHECK' exporting if_residence_time = p_restim if_ar_free_allwd = p_ar_act "n_923198 tables ct_hierarchy = gt_hierarchy it_vekp = gt_vekp it_vepo = gt_vepo it_vevw = gt_vevw it_husstat = gt_husstat.

HU_AR_CUMULATE_SUM_INFO call function 'HU_AR_CUMULATE_SUM_INFO' exporting if_flag_error_log = p_detail if_show_archivables = p_arctoo importing ef_sum_total = gf_sum_total tables it_hierarchy = gt_hierarchy it_vekp = gt_vekp ct_error_log = gt_error_log.

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting percentage = gf_percentage text = text-003.

HU_AR_SHOW_SUM_INFO call function 'HU_AR_SHOW_SUM_INFO'.

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting percentage = gf_percentage text = text-004.

HU_AR_SHOW_DETAIL_INFO call function 'HU_AR_SHOW_DETAIL_INFO' tables it_error_log = gt_error_log.



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_ARCHIVABILITY_CHECK or its description.