SAP Reports / Programs | SAP Business Information Warehouse | Warehouse Management | Data Basis(BW-WHM-DBA) SAP BW

MRSD0VR0 SAP ABAP INCLUDE - Editing InfoCube/InfoObject catalog: Value request







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


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


Text pool values


Title: Editing InfoCube/InfoObject catalog: Value request


INCLUDES used within this REPORT MRSD0VR0

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:

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.



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