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

RSIWBH08 SAP ABAP Report - Help Links - Change to Enhancement - only released internally







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


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 RSIWBH08. "Basic submit
SUBMIT RSIWBH08 AND RETURN. "Return to original report after report execution complete
SUBMIT RSIWBH08 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: 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


INCLUDES used within this REPORT RSIWBH08

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_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.



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