SAP Reports / Programs | SAP Business Information Warehouse | Business Explorer | OLAP Technology(BW-BEX-OT) SAP BW

RRTMDXF01 SAP ABAP INCLUDE - Initialisierung und Objektinstanziierung







RRTMDXF01 is a standard ABAP INCLUDE 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 RRTMDXF01 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 RRTMDXF01. "Basic submit
SUBMIT RRTMDXF01 AND RETURN. "Return to original report after report execution complete
SUBMIT RRTMDXF01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RRTMDXF01

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:

RRSV_SYSTYPE_GET CALL FUNCTION 'RRSV_SYSTYPE_GET' IMPORTING sys_type = g_systp.

BAPI_MDPROVIDER_SET_KEY_DATE CALL FUNCTION 'BAPI_MDPROVIDER_SET_KEY_DATE' EXPORTING key_date = l_key_date.

RSR_MDX_CREATE_CRM_SET CALL FUNCTION 'RSR_MDX_CREATE_CRM_SET' EXPORTING i_cube_nam = g_cube_nam i_set_name = 'Test' "#EC NOTEXT i_iobjnm = l_iobjnm TABLES i_t_range = l_t_range.

RRI_DEBUGFLAGS_SET CALL FUNCTION 'RRI_DEBUGFLAGS_SET'.

BAPI_MDPROVIDER_GET_CATALOGS CALL FUNCTION 'BAPI_MDPROVIDER_GET_CATALOGS' DESTINATION dest IMPORTING return = l_s_return TABLES catalogs = l_t_catalogs.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'CATALOGS' values = g_t_vrm_catalogs.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'CUBES' values = g_t_vrm_cubes.

VRM_DELETE_VALUES CALL FUNCTION 'VRM_DELETE_VALUES' EXPORTING id = 'CUBES' EXCEPTIONS OTHERS = 0.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'CUBES' values = g_t_vrm_cubes.

BAPI_MDDATASET_CREATE_OBJECT CALL FUNCTION 'BAPI_MDDATASET_CREATE_OBJECT' DESTINATION dest IMPORTING datasetid = l_datasetid TABLES command_text = l_t_command_text.

BAPI_MDDATASET_CHECK_SYNTAX CALL FUNCTION 'BAPI_MDDATASET_CHECK_SYNTAX' DESTINATION dest EXPORTING datasetid = l_datasetid IMPORTING return = l_s_return.

BAPI_MDDATASET_DELETE_OBJECT CALL FUNCTION 'BAPI_MDDATASET_DELETE_OBJECT' DESTINATION dest EXPORTING datasetid = l_datasetid.

RS_EXCEPTION_MSG_DIALOG CALL FUNCTION 'RS_EXCEPTION_MSG_DIALOG' EXPORTING i_r_exception = l_r_error i_msgty = rs_c_info.

RS_EXCEPTION_MSG_DIALOG CALL FUNCTION 'RS_EXCEPTION_MSG_DIALOG' EXPORTING i_r_exception = l_r_error i_msgty = rs_c_info.

RSO_SHOW_DATA_AS_TREE CALL FUNCTION 'RSO_SHOW_DATA_AS_TREE' EXPORTING i_r_data_tree = l_r_tree i_item_checkbox = l_item_select IMPORTING e_th_checkbox_selected = l_th_checkbox_selected.



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