MRSD0VR0 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 MRSD0VR0 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.
Title: Editing InfoCube/InfoObject catalog: Value request
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSDC_CUBE_F4_DYNP_UPDATE CALL FUNCTION 'RSDC_CUBE_F4_DYNP_UPDATE' EXPORTING i_repid = g_repid i_dynnr = g_dynnr_cube i_fname = 'RSDGSCCUBE-INFOCUBE' i_fname_txt = 'RSDGSCCUBE-TXTLG' i_t_cubetype = g_t_cubetype i_incl_owned_by = cl_rsd_dta=>n_c_owned_by-with_own_def i_objvers = g_objvers * I_DISPLAY = RS_C_FALSE IMPORTING e_infocube = rsdgsccube-infocube e_txtlg = rsdgsccube-txtlg.
RSDC_CUBE_F4_DYNP_UPDATE CALL FUNCTION 'RSDC_CUBE_F4_DYNP_UPDATE' EXPORTING i_repid = g_repid i_dynnr = g_dynnr_mpro i_fname = 'RSDGSCMPRO-MULTIPROV' i_fname_txt = 'RSDGSCMPRO-TXTLG' i_t_cubetype = g_t_cubetype i_objvers = g_objvers * I_DISPLAY = RS_C_FALSE IMPORTING e_infocube = rsdgscmpro-multiprov e_txtlg = rsdgscmpro-txtlg.
RSDC_CUBE_F4_DYNP_UPDATE CALL FUNCTION 'RSDC_CUBE_F4_DYNP_UPDATE' EXPORTING i_repid = g_repid i_dynnr = g_dynnr_hybr i_fname = 'RSDGSCHYBR-HYBRPROV' i_fname_txt = 'RSDGSCHYBR-TXTLG' i_t_cubetype = g_t_cubetype i_objvers = g_objvers * I_DISPLAY = RS_C_FALSE IMPORTING e_infocube = rsdgschybr-hybrprov e_txtlg = rsdgschybr-txtlg.
RSDC_IOBC_F4_DYNP_UPDATE CALL FUNCTION 'RSDC_IOBC_F4_DYNP_UPDATE' EXPORTING i_repid = g_repid i_dynnr = g_dynnr_iobc i_fname = 'RSDGSCIOBC-INFOOBJCAT' i_fname_txt = 'RSDGSCIOBC-TXTLG' i_objvers = g_objvers_r * I_DISPLAY = RS_C_FALSE IMPORTING e_infoobjcat = rsdgsciobc-infoobjcat e_txtlg = rsdgsciobc-txtlg.
RSDC_ODSO_F4_DYNP_UPDATE CALL FUNCTION 'RSDC_ODSO_F4_DYNP_UPDATE' EXPORTING i_repid = 'SAPMRSD0' i_dynnr = '3000' i_fname = 'RSD_S_ODSO-ODSOBJECT' i_fname_txt = 'RSD_S_ODSO-TXTLG' i_incl_owned_by = cl_rsd_dta=>n_c_owned_by-with_own_def i_objvers = g_objvers * i_display = IMPORTING e_odsobject = rsd_s_odso-odsobject e_txtlg = rsd_s_odso-txtlg.
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = l_repid dynumb = l_dynnr TABLES dynpfields = l_t_dy_fie EXCEPTIONS OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.