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
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: 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RS_MAINTAIN_DOCU_ALIAS - Maintenance of stable documentation links in IWREFERENC RS_MAINTAIN_DOCU_ALIAS - Maintenance of stable documentation links in IWREFERENC RS_LXE_TRANSLATION_RAISE_EVENT - Set Event for MAIN RS_LXE_TRANSLATION_RAISE_EVENT - Set Event for MAIN RS_LXE_TPMO_SELDEF - Include RS_LXE_TPMO_SELDEF RS_LXE_TPMO_FORMS - TPMO: Routinen für Selektionsvorbereitung