RSIWBH06 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 RSIWBH06 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_VOR = Existence
Selection Text: P_TEST = Display only
Selection Text: P_DEV = Package
Selection Text: P_AUS = Productivity
Selection Text: P_ALL = All
Title: Obsolete: Help Links Cleanup (ALL)
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: 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 = Tcode:
Text Symbol: 011 = Devclass:
Text Symbol: 010 = ->with struct.:
Text Symbol: 009 = Topic:
Text Symbol: 008 = Struct. :
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
IO_D_DEVCLASS_SELECT * CALL FUNCTION 'IO_D_DEVCLASS_SELECT' * IMPORTING * DEVCLASS = DEVCLASS * ACTION = ACTION.
IO_C_REFERENCE_FOR_DEVC_GET * CALL FUNCTION 'IO_C_REFERENCE_FOR_DEVC_GET' * EXPORTING * DEVCLASS = DEVCLASS * TABLES * IO_REFERENCE = LOCAL_REFERENC * EXCEPTIONS * PARAMETER_IS_INVALID = 1 * NO_OBJECT_IDS = 2.
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.
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.
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.
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.
RSIWBH06 - Obsolete: Help Links Cleanup (ALL) RSIWBH06 - Obsolete: Help Links Cleanup (ALL) 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