RSIWBH08 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report can be used for the following activities within an SAP system: Assigning changed IWREFERENC entries to an existing transport request...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RSIWBH08 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: P_TEST = Display only
Selection Text: NEW_IND = New Enhancement
Selection Text: INDUSTRY = Previous Enhancement
Title: Help Links - Change to Enhancement - only released internally
Text Symbol: Q02 = or first output them in test mode?
Text Symbol: Q01 = Do you want to make the changes directly
Text Symbol: H18 = Help Link
Text Symbol: H16 = Special Program
Text Symbol: H15 = Topic Object
Text Symbol: H14 = Structure Object
Text Symbol: H13 = Package
Text Symbol: H11 = Program
Text Symbol: H10 = Transaction
Text Symbol: H02 = Page:
Text Symbol: H01 = Changed Help Links:
Text Symbol: 017 = Spec. text
Text Symbol: 012 = Screen
Text Symbol: 009 = Previous Enhancement:
Text Symbol: 008 = Possible Help Links to Change:
Text Symbol: 007 = Enter the customer context
Text Symbol: 006 =
Text Symbol: 005 = New Enhancement
Text Symbol: 004 = No help links need be changed
Text Symbol: 003 = There are no entries to be changed
Text Symbol: 002 = Processing Mode
Text Symbol: 001 = Enhancement
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
IO_TR_REFERENCE_MODIFY call function 'IO_TR_REFERENCE_MODIFY' * EXPORTING * I_TR_ORDER = ' ' importing action = l_action E_TR_ORDER = lv_TR_ORDER tables io_reference = l_referenc EXCEPTIONS TRANSPORT_ERROR = 1 OTHERS = 2.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING * DDIC_STRUCTURE = 'IWEXTEND' retfield = 'TEXT' * PVALKEY = ' ' * DYNPPROG = ' ' * DYNPNR = ' ' * DYNPROFIELD = ' ' * STEPL = 0 * WINDOW_TITLE = * VALUE = ' ' VALUE_ORG = 'S' * MULTIPLE_CHOICE = ' ' * DISPLAY = ' ' * CALLBACK_PROGRAM = ' ' * CALLBACK_FORM = ' ' * MARK_TAB = * IMPORTING * USER_RESET = tables value_tab = lt_value_tab * FIELD_TAB = RETURN_TAB = lt_RETURN_TAB * DYNPFLD_MAPPING = EXCEPTIONS PARAMETER_ERROR = 1 NO_VALUES_FOUND = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSIWBH08 - Help Links - Change to Enhancement - only released internally RSIWBH08 - Help Links - Change to Enhancement - only released internally RSIWBH07 - IWB: Help Link Cleanup (empty entries) - only released internally RSIWBH07 - IWB: Help Link Cleanup (empty entries) - only released internally RSIWBH06 - Obsolete: Help Links Cleanup (ALL) RSIWBH06 - Obsolete: Help Links Cleanup (ALL)