SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Workbench Utilities(BC-DWB-UTL) SAP BC

RLB_UPDATE_HITLIST SAP ABAP Report - Reuse Library: Determine DE Object Usage







RLB_UPDATE_HITLIST 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 RLB_UPDATE_HITLIST 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 RLB_UPDATE_HITLIST. "Basic submit
SUBMIT RLB_UPDATE_HITLIST AND RETURN. "Return to original report after report execution complete
SUBMIT RLB_UPDATE_HITLIST VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Reuse Library: Determine DE Object Usage
Text Symbol: 001 = Records
Text Symbol: 002 = were updated


INCLUDES used within this REPORT RLB_UPDATE_HITLIST

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:

RLB_CHECK_IF_ACTIVE CALL FUNCTION 'RLB_CHECK_IF_ACTIVE' EXCEPTIONS not_active = 1.

RS_EU_CROSSREF CALL FUNCTION 'RS_EU_CROSSREF' EXPORTING i_find_obj_cls = i_object_type no_dialog = 'X' expand_source_in_batch_mode = ' ' expand_source_in_online_mode = ' ' TABLES i_findstrings = lt_findstring o_founds = lt_cross i_scope_object_cls = lt_scobe i_scope_devclass = gr_devclass EXCEPTIONS error_message = 0 OTHERS = 0.

FUNCTION_INCLUDE_SPLIT CALL FUNCTION 'FUNCTION_INCLUDE_SPLIT' IMPORTING namespace = lv_namespace group = lv_group CHANGING include = lv_include EXCEPTIONS OTHERS = 0.

RS_GET_MAINPROGRAMS CALL FUNCTION 'RS_GET_MAINPROGRAMS' EXPORTING name = lv_classnamet " include mit 'CT TABLES mainprograms = lt_d010i EXCEPTIONS OTHERS = 0.

RS_GET_MAINPROGRAMS CALL FUNCTION 'RS_GET_MAINPROGRAMS' EXPORTING name = lv_classname" U-Include TABLES mainprograms = lt_d010i EXCEPTIONS OTHERS = 0.



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