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

RSIWBH02 SAP ABAP Report - Obsolete: Help Links Cleanup for Development Classes







RSIWBH02 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 RSIWBH02 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 RSIWBH02. "Basic submit
SUBMIT RSIWBH02 AND RETURN. "Return to original report after report execution complete
SUBMIT RSIWBH02 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: LANGUAGE = Language
Selection Text: DEVCLASS = Package
Title: Obsolete: Help Links Cleanup for Development Classes
Text Symbol: A04 = only output incorrect links?
Text Symbol: A03 = Make database changes or
Text Symbol: A02 = also productivity?
Text Symbol: A01 = Only existence check or
Text Symbol: 031 = Package(s)
Text Symbol: 030 = No title available
Text Symbol: 029 = No name exists
Text Symbol: 028 = Iwreferenc
Text Symbol: 027 = Unique
Text Symbol: 026 = Several
Text Symbol: 025 = Delete
Text Symbol: 024 = Spec.Prog.
Text Symbol: 023 = ScreenNo.
Text Symbol: 022 = New structure
Text Symbol: 021 = Topic/structure not valid or does not exist
Text Symbol: 020 = Help Links
Text Symbol: 019 = No inconsistencies found
Text Symbol: 018 = Processing type
Text Symbol: 017 = Obj.selection
Text Symbol: 016 = Type of check
Text Symbol: 015 = Context
Text Symbol: 014 = Spec.Text:
Text Symbol: 013 = Program
Text Symbol: 012 = Transaction code
Text Symbol: 011 = Package
Text Symbol: 010 = ->with struct.:
Text Symbol: 009 = Topic
Text Symbol: 008 = Structure
Text Symbol: 007 = Person respons.
Text Symbol: 006 = Links replaced
Text Symbol: 005 = Changed links
Text Symbol: 004 = Links Undecidable
Text Symbol: 003 = Undecidable links
Text Symbol: 002 = Links deleted





Text Symbol: 001 = Delete from iwreferenc


INCLUDES used within this REPORT RSIWBH02

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_C_REFERENCE_FOR_DEVCS_GET *CALL FUNCTION 'IO_C_REFERENCE_FOR_DEVCS_GET' * TABLES * IO_REFERENCE = LOCAL_REFERENC * DEVCLASSES = DEVCLASSES.

IO_P_REFERENCE_COMPARE *CALL FUNCTION 'IO_P_REFERENCE_COMPARE' DESTINATION G_DESTINATION * EXPORTING * ONLY_EXIST = P_VOR * TABLES * OBJECT_PAIRS = OBJECT_PAIRS * PROPERTIES_OF_RESULT = PROPERTIES_OF_RESULT * CONTEXT = CONTEXT * EXCEPTIONS * SYSTEM_FAILURE = 1 MESSAGE H_MESSAGE * COMMUNICATION_FAILURE = 2 MESSAGE H_MESSAGE.

IOB_STRUCTURE_ROOT_PROPS_GET * CALL FUNCTION 'IOB_STRUCTURE_ROOT_PROPS_GET' * DESTINATION G_DESTINATION * EXPORTING * STRUCTURE_OBJECT = INFO_OBJECT * ONLY_TITLE = 'X' * IMPORTING * IWB_TITLE = STRUC_PROPS-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 * EXCEPTIONS * SYSTEM_FAILURE = 1 MESSAGE H_MESSAGE * COMMUNICATION_FAILURE = 2 MESSAGE H_MESSAGE.

IWB_HTML_HELP_DESTINATION_GET * CALL FUNCTION 'IWB_HTML_HELP_DESTINATION_GET' * IMPORTING * DESTINATION = G_DESTINATION * EXCEPTIONS * OTHERS = 0.

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 = '000001' * ALL = 'L' * DEPTH = 2 * EXCEPTIONS * NOT_FOUND = 1 * OTHERS = 2.

RS_TREE_LIST_DISPLAY * CALL FUNCTION 'RS_TREE_LIST_DISPLAY' * EXPORTING ** screen_start_column = '1' ** screen_start_line = '1' ** screen_end_column = '68' ** screen_end_line = '19' * CALLBACK_PROGRAM = H_REPID * CALLBACK_USER_COMMAND = 'HIRARCHY_USER_COMMAND' * CALLBACK_TEXT_DISPLAY = 'HIRARCHY_TEXT_DISPLAY' * STATUS = 'OWN' * IMPORTING * F15 = F15 * EXCEPTIONS * OTHERS = 1.

IO_TR_REFERENCE_MAINTAIN * CALL FUNCTION 'IO_TR_REFERENCE_MAINTAIN' * IMPORTING * ACTION = H_RCODE * TABLES * IO_REFERENCE_FOR_MODIFY = REFERENC_UPD * IO_REFERENCE_FOR_DELETE = REFERENC_DEL * EXCEPTIONS * TRANSPORT_ERROR = 1 * OTHERS = 2.



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