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
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSIWBH05 - Obsolete: Cleanup Identical Help Links RSIWBH05 - Obsolete: Cleanup Identical Help Links RSIWBH04 - Obsolete: Get topic LOIO (first topic in structure) for SLOIO RSIWBH04 - Obsolete: Get topic LOIO (first topic in structure) for SLOIO RSIWBH03 - KEN: Convert old control tables in IWREFERENC by folder RSIWBH03 - KEN: Convert old control tables in IWREFERENC by folder