RSADS_DOCU_DISPLAY 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 RSADS_DOCU_DISPLAY 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: OSOURCE = D DataSource
Selection Text: DSPIVERS = D PlugIn Version
Selection Text: DISPLAY = Display Documentation
Selection Text: DELETE = Delete R/3 Links
Selection Text: CREATE = Create R/3 Links
Title: Maintain Business Content R/3 Links for DataSources
Text Symbol: 021 = R/3 Link for PlugIn Systems
Text Symbol: 013 = Terminated by User
Text Symbol: 012 = Specify a Name
Text Symbol: 011 = The plug-in version is not available in the source system
Text Symbol: 010 = DataSource Documentation
Text Symbol: 009 = No Add-On ID & Version Available
Text Symbol: 008 = Add-On ID & Version
Text Symbol: 007 = Reading Add On ID & Version...
Text Symbol: 006 = No DataSource Available in Source System
Text Symbol: 005 = DataSource
Text Symbol: 004 = Reading DataSources...
Text Symbol: 003 = No Source System Available
Text Symbol: 002 = Source System
Text Symbol: 001 = Reading Source Systems...
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSO_KEN_CREATE_R3LINK call function 'RSO_KEN_CREATE_R3LINK' EXPORTING i_tlogo = rs_c_tlogo-oltpsource i_objnm = l_objnm i_ds_release = l_ds_release EXCEPTIONS kw_error = 1 others = 2.
RSO_KEN_DELETE_R3LINK call function 'RSO_KEN_DELETE_R3LINK' EXPORTING i_tlogo = rs_c_tlogo-oltpsource i_objnm = l_objnm i_ds_release = l_ds_release i_with_confirm_popup = rs_c_true EXCEPTIONS kw_error = 1 others = 2.
RSO_KEN_R3LINK_GET * CALL FUNCTION 'RSO_KEN_R3LINK_GET' * EXPORTING * I_TLOGO = rs_c_tlogo-oltpsource * I_OBJNM = l_objnm * IMPORTING * E_S_ERROR_MSG = * E_URL = * TABLES * C_T_CONTEXT = * E_T_REFERENCE = * .
RSO_KEN_DISPLAY_TOPIC * call function 'RSO_KEN_DISPLAY_TOPIC' * exporting * i_tlogo = rs_c_tlogo-oltpsource * i_objnm = l_objnm.
SAPGUI_PROGRESS_INDICATOR * call function 'SAPGUI_PROGRESS_INDICATOR' * exporting * percentage = 0 * text = 'Quellsysteme werden gelesen ...'(001).
HELP_VALUES_GET_NO_DD_NAME * call function 'HELP_VALUES_GET_NO_DD_NAME' * exporting ** cucol = 20 ** curow = 50 * selectfield = 'SLOGSYS' * titel = 'Quellsystem'(002) * importing * ind = l_table_index * tables * fields = l_t_fields * full_table = l_t_r3 * exceptions * full_table_empty = 1 * no_tablestructure_given = 2 * no_tablefields_in_dictionary = 3 * more_then_one_selectfield = 4 * no_selectfield = 5 * others = 6.
SAPGUI_PROGRESS_INDICATOR * call function 'SAPGUI_PROGRESS_INDICATOR' * exporting * percentage = 0 * text = 'Kein Quellsystem vorhanden'(003).
SAPGUI_PROGRESS_INDICATOR * call function 'SAPGUI_PROGRESS_INDICATOR' * exporting * percentage = 0 * text = 'DataSources werden gelesen ...'(004).
HELP_VALUES_GET_NO_DD_NAME * call function 'HELP_VALUES_GET_NO_DD_NAME' * exporting * selectfield = 'OLTPSOURCE' * titel = 'DataSource'(005) * importing * ind = l_table_index * tables * fields = l_t_fields * full_table = l_t_meta * exceptions * full_table_empty = 1 * no_tablestructure_given = 2 * no_tablefields_in_dictionary = 3 * more_then_one_selectfield = 4 * no_selectfield = 5 * others = 6.
SAPGUI_PROGRESS_INDICATOR * call function 'SAPGUI_PROGRESS_INDICATOR' * exporting * percentage = 0 * text = 'Keine DataSource im Quellsystem vorhanden'(006) .
SAPGUI_PROGRESS_INDICATOR * call function 'SAPGUI_PROGRESS_INDICATOR' * exporting * percentage = 0 * text = 'Add On ID & Version werden gelesen ...'(007).
RSAR_DESTINATION_GET * call function 'RSAR_DESTINATION_GET' * exporting * i_logsys = logsys * importing * e_destination = l_rfcdest * exceptions * not_exist = 1 * others = 2.
OCS_GET_SYSTEM_INFO * call function 'OCS_GET_SYSTEM_INFO' * destination l_rfcdest * importing * ev_saprl = l_saprl * tables * tt_addon = l_t_addon * tt_component = l_t_component.
HELP_VALUES_GET_NO_DD_NAME * call function 'HELP_VALUES_GET_NO_DD_NAME' * exporting * selectfield = 'ADDONID' * titel = 'Add On ID & Version'(008) * importing * ind = l_table_index * tables * fields = l_t_fields * full_table = l_t_sapcomp * exceptions * full_table_empty = 1 * no_tablestructure_given = 2 * no_tablefields_in_dictionary = 3 * more_then_one_selectfield = 4 * no_selectfield = 5 * others = 6.
SAPGUI_PROGRESS_INDICATOR * call function 'SAPGUI_PROGRESS_INDICATOR' * exporting * percentage = 0 * text = 'Keine Add On ID & Version vorhanden'(009).
RSAOS_OLTPSOURCE_GET * call function 'RSAOS_OLTPSOURCE_GET' * exporting * i_oltpsource = osource * i_logsys = logsys * importing * e_s_oltpsource = l_s_oltpsource * exceptions * not_exist = 1 * internal_error = 2 * others = 3.
RSAR_LOGICAL_SYSTEM_GET * call function 'RSAR_LOGICAL_SYSTEM_GET' * exporting * i_logsys = l_s_oltpsource-logsys * importing * e_saprl = l_saprl * exceptions * unknown_logical_system = 1 * unauthorized = 2 * warehouse_system_without_name = 3 * others = 4.
RSAR_DESTINATION_GET * call function 'RSAR_DESTINATION_GET' * exporting * i_logsys = l_s_oltpsource-logsys * importing * e_destination = l_rfcdest * exceptions * not_exist = 1 * others = 2.
* call function 'OCS_GET_SYSTEM_INFO' * destination l_rfcdest * importing * ev_saprl = l_saprl * tables * tt_addon = l_t_addon * tt_component = l_t_component.
RSO_KEN_DISPLAY_TOPIC * call function 'RSO_KEN_DISPLAY_TOPIC' * exporting * i_tlogo = rs_c_tlogo-oltpsource * i_objnm = l_objnm.
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 RSADS_DOCU_DISPLAY or its description.
RSADS_DOCU_DISPLAY - Maintain Business Content R/3 Links for DataSources RSADS_DOCU_DISPLAY - Maintain Business Content R/3 Links for DataSources RSADSQ_TEMPLATE - Include RSADSQ_TEMPLATE RSADRX40 - Address administration: X.400 address conversion: Table SADR8 RSADRX40 - Address administration: X.400 address conversion: Table SADR8 RSADRTDF - RSADRTD* program form routines