SAP Reports / Programs

RS_MAINTAIN_DOCU_ALIAS SAP ABAP Report - Maintenance of stable documentation links in IWREFERENC







RS_MAINTAIN_DOCU_ALIAS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Enter the following data on the selection screen: Alias: The alias is needed as an identifier (IWREFERENC)...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 RS_MAINTAIN_DOCU_ALIAS 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 RS_MAINTAIN_DOCU_ALIAS. "Basic submit
SUBMIT RS_MAINTAIN_DOCU_ALIAS AND RETURN. "Return to original report after report execution complete
SUBMIT RS_MAINTAIN_DOCU_ALIAS 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: I_ALIAS = Alias
Selection Text: I_DELETE = Delete Link
Selection Text: I_LOIO = Topic ID
Selection Text: I_NO_TP = Without Transport Connection
Selection Text: I_SHOW = Display Only
Selection Text: I_SLOIO = Structure ID
Selection Text: I_XML = Docu is Written in XML
Title: Maintenance of stable documentation links in IWREFERENC
Text Symbol: 001 = Overwrite
Text Symbol: 002 = Overwrite existing entry SLOIO =&1 / LOIO = &2?
Text Symbol: 003 = Yes
Text Symbol: 004 = No


INCLUDES used within this REPORT RS_MAINTAIN_DOCU_ALIAS

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:

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-001 text_question = g_text text_button_1 = text-003 icon_button_1 = 'ICON_CHECKED' text_button_2 = text-004 icon_button_2 = 'ICON_INCOMPLETE' default_button = '1' display_cancel_button = ' ' popup_type = 'ICON_MESSAGE_WARNING' IMPORTING answer = g_answer EXCEPTIONS OTHERS = 0.

RSSM_UNIQUE_ID CALL FUNCTION 'RSSM_UNIQUE_ID' IMPORTING e_uni_idc25 = g_guid.

TR_OBJECT_CHECK CALL FUNCTION 'TR_OBJECT_CHECK' EXPORTING wi_ko200 = g_s_e071 IMPORTING we_order = g_order TABLES wt_e071k = g_t_e071k EXCEPTIONS cancel_edit_other_error = 1 show_only_other_error = 2 OTHERS = 3.

TRINT_ORDER_CHOICE CALL FUNCTION 'TRINT_ORDER_CHOICE' IMPORTING we_order = g_order TABLES wt_e071 = g_t_e071 wt_e071k = g_t_e071k EXCEPTIONS no_correction_selected = 1 display_mode = 2 object_append_error = 3 recursive_call = 4 wrong_order_type = 5 OTHERS = 6.

TR_RECORD_OBJ_CHANGE_TO_REQ CALL FUNCTION 'TR_RECORD_OBJ_CHANGE_TO_REQ' EXPORTING iv_request = g_order it_objects = g_t_e071 it_keys = g_t_e071k EXCEPTIONS cancel = 1 OTHERS = 2.

RSPC_SHOW_DOCUMENTATION CALL FUNCTION 'RSPC_SHOW_DOCUMENTATION' EXPORTING i_docu_type = 'F1' i_docu_obj = g_docu_obj EXCEPTIONS failed = 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 RS_MAINTAIN_DOCU_ALIAS or its description.