SAP Reports / Programs | SAP Business Information Warehouse | Warehouse Management | Data Staging(BW-WHM-DST) SAP BW

RSDS_CONTENT_DIS SAP ABAP Report - Report RSDS_CONTENT_DIS







RSDS_CONTENT_DIS 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 RSDS_CONTENT_DIS 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 RSDS_CONTENT_DIS. "Basic submit
SUBMIT RSDS_CONTENT_DIS AND RETURN. "Return to original report after report execution complete
SUBMIT RSDS_CONTENT_DIS 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_DS = D .
Selection Text: P_LS = D .
Title: Display DataSource (SAP Internal)
Text Symbol: 001 = DataSource D Version (~ RSDS)
Text Symbol: 002 = DataSource Shadow Version (SHDS)
Text Symbol: 003 = 3.x DataSource D Version (~ ISFS)
Text Symbol: 004 = 3.x Mapping Shadow Version (SHMP)
Text Symbol: 005 = Transformation D Version (~ TRFN)
Text Symbol: 006 = Transformation Shadow Version (DTRF)
Text Symbol: 007 = DTP D Version (~ DTPA)
Text Symbol: 008 = DTP Shadow Version (DTPD)
Text Symbol: 009 = InfoPackage D Version (~ ISIP)
Text Symbol: 010 = InfoPackage Shadow Version (SHIP)
Text Symbol: 011 = DataSource in Source System (OSOD)
Text Symbol: 012 = Source System
Text Symbol: 013 = 3.x Mapping D Version (~ ISMP)
Text Symbol: 014 = 3.x DataSource Shadow Version (SHFS)
Text Symbol: 015 = Assigned Source System Releases


INCLUDES used within this REPORT RSDS_CONTENT_DIS

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:

RSA_LOGICAL_SYSTEM_BIW_GET CALL FUNCTION 'RSA_LOGICAL_SYSTEM_BIW_GET' EXPORTING i_without_popup = 'X' IMPORTING e_logsys_biw = l_bwlogsys EXCEPTIONS OTHERS = 0.

RS_TREE_CREATE CALL FUNCTION 'RS_TREE_CREATE' EXPORTING root_name = l_name display_attributes = l_s_attr IMPORTING root_id = l_id EXCEPTIONS OTHERS = 1.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = i_s_model-tabname langu = sy-langu IMPORTING x030l_wa = l_s_tab TABLES dfies_tab = l_t_field EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = i_s_model-tabname langu = sy-langu IMPORTING dd02v_wa = l_s_dd02v EXCEPTIONS illegal_input = 1 OTHERS = 2.

RSAR_LOGICAL_SYSTEM_GET CALL FUNCTION 'RSAR_LOGICAL_SYSTEM_GET' EXPORTING i_logsys = l_logsys i_without_dialog = 'X' i_without_authority = 'X' IMPORTING e_srctype = l_srctype EXCEPTIONS OTHERS = 1.

RSAOS_GET_BW_RELEASE CALL FUNCTION 'RSAOS_GET_BW_RELEASE' IMPORTING e_bw_release = l_bw_release.

RSA1_DSOURCE_ALL_D_GET CALL FUNCTION 'RSA1_DSOURCE_ALL_D_GET' DESTINATION l_destination EXPORTING i_applnm = '' i_bw_release = l_bw_release i_silent = 'X' TABLES i_t_oltpsource = l_t_osreq i_t_langu = l_t_langu e_t_oltpsources = l_t_osource EXCEPTIONS communication_failure = 1 MESSAGE l_message system_failure = 2 MESSAGE l_message OTHERS = 3.

RS_TREE_ADD_NODE CALL FUNCTION 'RS_TREE_ADD_NODE' EXPORTING new_name = i_s_node-name insert_id = l_id relationship = i_mode" 'NEXT' 'CHILD' 'BABY' new_type = i_type display_attributes = l_s_attr IMPORTING new_id = c_id EXCEPTIONS OTHERS = 1.

RS_TREE_LIST_DISPLAY CALL FUNCTION 'RS_TREE_LIST_DISPLAY' EXPORTING callback_program = i_program callback_user_command = i_command * callback_text_display = '' * callback_color_display = '' check_duplicate_name = '0' * color_of_node = '4' * color_of_mark = '3' * color_of_link = '1' * color_of_match = '5' status = 'OWN' return_marked_subtree = rsaot_c_flag-on.

HELP_OBJECT_SHOW_FOR_FIELD CALL FUNCTION 'HELP_OBJECT_SHOW_FOR_FIELD' EXPORTING doklangu = sy-langu called_for_tab = l_tabname called_for_field = l_fieldname EXCEPTIONS object_not_found = 1 sapscript_error = 2 OTHERS = 3.

HELP_VALUES_GET CALL FUNCTION 'HELP_VALUES_GET' "#EC FB_OLDED EXPORTING fieldname = l_fieldname tabname = l_tabname EXCEPTIONS OTHERS = 1.

RS_TREE_GET_NODE CALL FUNCTION 'RS_TREE_GET_NODE' EXPORTING node_id = i_t_node-parent IMPORTING node_info = l_s_node EXCEPTIONS id_not_found = 1 OTHERS = 2.

RS_TREE_GET_NODE CALL FUNCTION 'RS_TREE_GET_NODE' EXPORTING node_id = l_s_node-parent IMPORTING node_info = l_s_node EXCEPTIONS id_not_found = 1 OTHERS = 2.

RSS_PROGRAM_GET_NAME CALL FUNCTION 'RSS_PROGRAM_GET_NAME' EXPORTING i_uni_idc25 = l_guid i_program_class = '' IMPORTING e_program_name = l_prog EXCEPTIONS OTHERS = 1.

RS_TOOL_ACCESS CALL FUNCTION 'RS_TOOL_ACCESS' EXPORTING operation = 'SHOW' object_name = i_object object_type = i_objtype * ENCLOSING_OBJECT = * POSITION = ' ' * DEVCLASS = * INCLUDE = * VERSION = ' ' monitor_activation = 'X' * WB_MANAGER = * IN_NEW_WINDOW = * WITH_OBJECTLIST = ' ' * WITH_WORKLIST = ' ' * IMPORTING * NEW_NAME = * WB_TODO_REQUEST = * TABLES * OBJLIST = * CHANGING * P_REQUEST = ' ' EXCEPTIONS OTHERS = 1.

RS_TREE_GET_NODE CALL FUNCTION 'RS_TREE_GET_NODE' EXPORTING node_id = i_id IMPORTING node_info = l_s_node EXCEPTIONS OTHERS = 1.

RS_TREE_GET_NODE CALL FUNCTION 'RS_TREE_GET_NODE' EXPORTING node_id = l_s_node-parent IMPORTING node_info = l_s_node EXCEPTIONS OTHERS = 1.

RS_TREE_LIST CALL FUNCTION 'RS_TREE_LIST' EXPORTING node_id = l_s_node-id with_attributes = 'X' TABLES list = l_t_list EXCEPTIONS OTHERS = 1.

RS_XMLSTRING_SHOW_EXTERNAL





CALL FUNCTION 'RS_XMLSTRING_SHOW_EXTERNAL' EXPORTING i_xstring = l_xmlattr EXCEPTIONS invalid_string = 1 OTHERS = 2.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-repid dynumb = sy-dynnr translate_to_upper = 'X' TABLES dynpfields = l_t_dynpfields EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 double_conversion = 9 OTHERS = 10.

RSDS_DATASOURCE_F4 CALL FUNCTION 'RSDS_DATASOURCE_F4' EXPORTING i_datasource = l_ds i_logsys = l_ls i_objvers = 'D' * I_TYPE = I_TYPE * I_MULTISEL = I_MULTISEL IMPORTING e_datasource = l_ds e_logsys = l_ls EXCEPTIONS OTHERS = 1.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = sy-repid dynumb = sy-dynnr TABLES dynpfields = l_t_dynpfields EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 undefind_error = 7 OTHERS = 8.



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