SAP Reports / Programs | Knowledge Management | Knowledge Warehouse(KM-KW) SAP KM

RSIWBH05 SAP ABAP Report - Obsolete: Cleanup Identical Help Links







RSIWBH05 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 RSIWBH05 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 RSIWBH05. "Basic submit
SUBMIT RSIWBH05 AND RETURN. "Return to original report after report execution complete
SUBMIT RSIWBH05 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: RELEASE = Release
Selection Text: P_TEST = Display Only
Selection Text: P_ANZAHL = Total Only
Selection Text: P_ALL = Detailed List
Selection Text: LANGUAGE = Language
Title: Obsolete: Cleanup Identical Help Links
Text Symbol: T13 = Date :
Text Symbol: T12 = Created by:
Text Symbol: T11 = Topic:
Text Symbol: T10 = Structure:
Text Symbol: T09 = Tech. Name:
Text Symbol: T08 = Person respons.
Text Symbol: T07 = Folder:
Text Symbol: T06 = Unassigned Links
Text Symbol: T05 = Screen no.:
Text Symbol: T03 = Unassigned Links
Text Symbol: T01 = Repeated Identical Help Links
Text Symbol: H07 = Transaction
Text Symbol: H05 = Special Programs
Text Symbol: H03 = Program / screen number
Text Symbol: H01 = Packages
Text Symbol: A04 = only output incorrect links
Text Symbol: A03 = Make database changes or
Text Symbol: A02 = or only the number of objects?
Text Symbol: A01 = Detailed output
Text Symbol: 003 = Processing Mode
Text Symbol: 002 = Context
Text Symbol: 001 = List Output


INCLUDES used within this REPORT RSIWBH05

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:

IO_TR_REFERENCE_DELETE * CALL FUNCTION 'IO_TR_REFERENCE_DELETE' * IMPORTING * ACTION = L_ACTION * TABLES * IO_REFERENCE = L_REFERENC.

IOB_STRUCTURE_ROOT_PROPS_GET * CALL FUNCTION 'IOB_STRUCTURE_ROOT_PROPS_GET' * DESTINATION G_DESTINATION * EXPORTING * STRUCTURE_OBJECT = INFO_OBJECTS * ONLY_TITLE = 'X' * IMPORTING * IWB_TITLE = STRUCT_PROPS-STRUCT_TITLE * TABLES * CONTEXT = CONTEXT * EXCEPTIONS * NOT_FOUND = 1 * OTHERS = 2.

INFO_OBJECTS_PROPERTIES_GET * CALL FUNCTION 'INFO_OBJECTS_PROPERTIES_GET' DESTINATION G_DESTINATION * TABLES * INFO_OBJECTS = INFO_OBJECTS * CONTEXT = CONTEXT * REQUESTED_PROPERTIES = REQUESTED_PROPERTIES * PROPERTIES = PROPERTIES * BAD_OBJECTS = BAD_OBJECTS.

RS_TREE_CONSTRUCT * CALL FUNCTION 'RS_TREE_CONSTRUCT' * TABLES * NODETAB = BRTREE * EXCEPTIONS * TREE_FAILURE = 1 * OTHERS = 2.

RS_TREE_EXPAND * CALL FUNCTION 'RS_TREE_EXPAND' * EXPORTING * NODE_ID = BRTREE-ID * ALL = ' ' * DEPTH = 2 * EXCEPTIONS * NOT_FOUND = 1 * OTHERS = 2.

RS_TREE_LIST_DISPLAY * CALL FUNCTION 'RS_TREE_LIST_DISPLAY' * EXPORTING * CALLBACK_PROGRAM = H_REPID * STATUS = 'STANDARD' * IMPORTING * F15 = F15 * EXCEPTIONS * OTHERS = 1.

IWB_HTML_HELP_DESTINATION_GET * CALL FUNCTION 'IWB_HTML_HELP_DESTINATION_GET' * IMPORTING * DESTINATION = G_DESTINATION * 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 RSIWBH05 or its description.