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
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RRTMDXF01 - Initialisierung und Objektinstanziierung RRSSUBMITVARIANT - Workaround for Basis error w.r.t submit a using selection-set of progr RRSSUBMITVARIANT - Workaround for Basis error w.r.t submit a using selection-set of progr RRQRSMSG - Program for Object Type RQRSMSG: Request Response Message RRQRSMSG - Program for Object Type RQRSMSG: Request Response Message RRPKEXPORT - Exports the printer configuration tables for test purposes to files