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

MRSD0I00 SAP ABAP INCLUDE - Editing InfoCube/InfoObject catalog: Input module







MRSD0I00 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 MRSD0I00 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 MRSD0I00. "Basic submit
SUBMIT MRSD0I00 AND RETURN. "Return to original report after report execution complete
SUBMIT MRSD0I00 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: Input module


INCLUDES used within this REPORT MRSD0I00

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:

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-del * DIAGNOSE_OBJECT = ' ' text_question = g_text120 default_button = '2' "#EC notext IMPORTING answer = g_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-del * DIAGNOSE_OBJECT = ' ' text_question = g_text120 default_button = '2' "#EC notext IMPORTING answer = g_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

RSO_CUBE_MAINTAIN CALL FUNCTION 'RSO_CUBE_MAINTAIN' EXPORTING i_objnm = g_sobj_name i_objvers = g_objvers * I_INFOAREA = ' ' i_display = g_display i_insert = g_insert EXCEPTIONS object_not_found = 1 OTHERS = 2.

RSO_CUBE_MAINTAIN CALL FUNCTION 'RSO_CUBE_MAINTAIN' EXPORTING i_objnm = g_sobj_name i_objvers = g_objvers * I_INFOAREA = ' ' i_display = g_display i_insert = g_insert EXCEPTIONS object_not_found = 1 OTHERS = 2.

RSD_CUBE_UTIL CALL FUNCTION 'RSD_CUBE_UTIL'.

RSO_BDS_CALL_NAV_META_OBJECTS CALL FUNCTION 'RSO_BDS_CALL_NAV_META_OBJECTS' EXPORTING i_tlogo = rs_c_tlogo-infocube i_objnm = g_sobj_name i_display_only = rs_c_true * I_NEW_TASK = RS_C_FALSE * I_T_EXCLUDING = * I_T_FIXED_ATTRIBUTES = EXCEPTIONS error = 1 OTHERS = 3.

RSD_CUBE_TADIR CALL FUNCTION 'RSD_CUBE_TADIR' EXPORTING i_infocube = rsdgsccube-infocube i_objvers = g_objvers i_display = rs_c_true EXCEPTIONS OTHERS = 4.

RSDC_SHOW_MESSAGES_POPUP CALL FUNCTION 'RSDC_SHOW_MESSAGES_POPUP' EXPORTING i_t_msg = g_t_msg i_txt = g_text120 i_one_msg_direct = rs_c_false.

RSD_MDOB_USAGE_SHOW CALL FUNCTION 'RSD_MDOB_USAGE_SHOW' EXPORTING i_infoprov = rsdgsccube-infocube i_objvers = g_objvers.

TR_TASK_OVERVIEW CALL FUNCTION 'TR_TASK_OVERVIEW'.

RSD_CUBE_LOG_SELECT CALL FUNCTION 'RSD_CUBE_LOG_SELECT' EXPORTING i_x = 37 i_y = 8.

RSD_CUBE_LOG_SAVE CALL FUNCTION 'RSD_CUBE_LOG_SAVE' EXPORTING i_infocube = rsdgsccube-infocube i_tlogo = rs_c_tlogo-infocube.

RSD_CUBE_LOG_CONTENT CALL FUNCTION 'RSD_CUBE_LOG_CONTENT' EXPORTING i_infocube = rsdgsccube-infocube i_tlogo = rs_c_tlogo-infocube.

RSD_CUBE_LOG_DELE CALL FUNCTION 'RSD_CUBE_LOG_DELE' EXPORTING i_infocube = rsdgsccube-infocube i_tlogo = rs_c_tlogo-infocube.

RSD_CUBE_LOG_MASS_ACTI CALL FUNCTION 'RSD_CUBE_LOG_MASS_ACTI' EXPORTING i_tlogo = rs_c_tlogo-infocube.

RSD_CUBE_LOG_MASS_DELE CALL FUNCTION 'RSD_CUBE_LOG_MASS_DELE' EXPORTING i_tlogo = rs_c_tlogo-infocube.

RSO_MPRO_MAINTAIN CALL FUNCTION 'RSO_MPRO_MAINTAIN' EXPORTING i_objnm = g_sobj_name i_objvers = g_objvers * I_INFOAREA = ' ' i_display = g_display i_insert = g_insert EXCEPTIONS OTHERS = 4.

RSO_MPRO_MAINTAIN CALL FUNCTION 'RSO_MPRO_MAINTAIN' EXPORTING i_objnm = g_sobj_name i_objvers = g_objvers * I_INFOAREA = ' ' i_display = g_display i_insert = g_insert EXCEPTIONS OTHERS = 4.

RSO_BDS_CALL_NAV_META_OBJECTS





CALL FUNCTION 'RSO_BDS_CALL_NAV_META_OBJECTS' EXPORTING i_tlogo = rs_c_tlogo-multiprovider i_objnm = g_sobj_name i_display_only = rs_c_true * I_NEW_TASK = RS_C_FALSE * I_T_EXCLUDING = * I_T_FIXED_ATTRIBUTES = EXCEPTIONS error = 1 OTHERS = 3.

RS_EXCEPTION_TO_MESSAGE CALL FUNCTION 'RS_EXCEPTION_TO_MESSAGE' EXPORTING i_r_exception = g_r_error * I_MSGTY = CHANGING c_t_msg = g_t_msg.

RSDC_SHOW_MESSAGES_POPUP CALL FUNCTION 'RSDC_SHOW_MESSAGES_POPUP' EXPORTING i_t_msg = g_t_msg i_txt = g_text120 i_one_msg_direct = rs_c_false.

RSD_MDOB_USAGE_SHOW CALL FUNCTION 'RSD_MDOB_USAGE_SHOW' EXPORTING i_infoprov = rsdgscmpro-multiprov i_objvers = g_objvers.

TR_TASK_OVERVIEW CALL FUNCTION 'TR_TASK_OVERVIEW'.

RSO_HYBR_MAINTAIN CALL FUNCTION 'RSO_HYBR_MAINTAIN' EXPORTING i_objnm = g_sobj_name i_objvers = g_objvers * I_INFOAREA = ' ' i_display = g_display i_insert = g_insert EXCEPTIONS OTHERS = 4.

RSO_HYBR_MAINTAIN CALL FUNCTION 'RSO_HYBR_MAINTAIN' EXPORTING i_objnm = g_sobj_name i_objvers = g_objvers * I_INFOAREA = ' ' i_display = g_display i_insert = g_insert EXCEPTIONS OTHERS = 4.

RSO_BDS_CALL_NAV_META_OBJECTS CALL FUNCTION 'RSO_BDS_CALL_NAV_META_OBJECTS' EXPORTING i_tlogo = rs_c_tlogo-hybridprovider i_objnm = g_sobj_name i_display_only = rs_c_true * I_NEW_TASK = RS_C_FALSE * I_T_EXCLUDING = * I_T_FIXED_ATTRIBUTES = EXCEPTIONS error = 1 OTHERS = 3.

RS_TR_TADIR_POPUP CALL FUNCTION 'RS_TR_TADIR_POPUP' EXPORTING i_pgmid = rs_c_pgmid_r3tr i_tlogo = rs_c_tlogo-hybridprovider i_objnm = g_sobj_name i_display = ' ' EXCEPTIONS error = 1 others = 2.

RS_EXCEPTION_TO_MESSAGE CALL FUNCTION 'RS_EXCEPTION_TO_MESSAGE' EXPORTING i_r_exception = g_r_error * I_MSGTY = CHANGING c_t_msg = g_t_msg.

RSDC_SHOW_MESSAGES_POPUP CALL FUNCTION 'RSDC_SHOW_MESSAGES_POPUP' EXPORTING i_t_msg = g_t_msg i_txt = g_text120 i_one_msg_direct = rs_c_false.

RSD_MDOB_USAGE_SHOW CALL FUNCTION 'RSD_MDOB_USAGE_SHOW' EXPORTING i_infoprov = rsdgschybr-hybrprov i_objvers = g_objvers.

TR_TASK_OVERVIEW CALL FUNCTION 'TR_TASK_OVERVIEW'.

RSO_IOBC_MAINTAIN CALL FUNCTION 'RSO_IOBC_MAINTAIN' EXPORTING i_objnm = g_sobj_name i_objvers = g_objvers * I_INFOAREA = ' ' i_display = g_display i_insert = g_insert EXCEPTIONS object_not_found = 1 OTHERS = 2.

RSO_IOBC_MAINTAIN CALL FUNCTION 'RSO_IOBC_MAINTAIN' EXPORTING i_objnm = g_sobj_name i_objvers = g_objvers * I_INFOAREA = ' ' i_display = g_display i_insert = g_insert EXCEPTIONS object_not_found = 1 OTHERS = 2.

RSO_BDS_CALL_NAV_META_OBJECTS CALL FUNCTION 'RSO_BDS_CALL_NAV_META_OBJECTS' EXPORTING i_tlogo = rs_c_tlogo-infoobject_catalog i_objnm = g_sobj_name i_display_only = rs_c_true * I_NEW_TASK = RS_C_FALSE * I_T_EXCLUDING = * I_T_FIXED_ATTRIBUTES = EXCEPTIONS error = 1 OTHERS = 3.

RSD_IOBC_TADIR CALL FUNCTION 'RSD_IOBC_TADIR' EXPORTING i_infoobjcat = rsdgsciobc-infoobjcat i_objvers = g_objvers i_display = rs_c_true EXCEPTIONS OTHERS = 4.

RS_EXCEPTION_TO_MESSAGE CALL FUNCTION 'RS_EXCEPTION_TO_MESSAGE' EXPORTING i_r_exception = g_r_error * I_MSGTY = CHANGING c_t_msg = g_t_msg.

RSDC_SHOW_MESSAGES_POPUP CALL FUNCTION 'RSDC_SHOW_MESSAGES_POPUP' EXPORTING i_t_msg = g_t_msg i_txt = g_text120 i_one_msg_direct = rs_c_false.

TR_TASK_OVERVIEW CALL FUNCTION 'TR_TASK_OVERVIEW'.




RSD_IOBC_LOG_SELECT CALL FUNCTION 'RSD_IOBC_LOG_SELECT' EXPORTING i_x = 37 i_y = 8.

RSD_IOBC_LOG_SAVE CALL FUNCTION 'RSD_IOBC_LOG_SAVE' EXPORTING i_infoobjcat = rsdgsciobc-infoobjcat.

RSD_IOBC_LOG_CONTENT CALL FUNCTION 'RSD_IOBC_LOG_CONTENT' EXPORTING i_infoobjcat = rsdgsciobc-infoobjcat.

RSD_IOBC_LOG_DELE CALL FUNCTION 'RSD_IOBC_LOG_DELE' EXPORTING i_infoobjcat = rsdgsciobc-infoobjcat.

RSDG_ODSO_NEW_CHECK CALL FUNCTION 'RSDG_ODSO_NEW_CHECK' EXPORTING i_odsobject = rsd_s_odso-odsobject EXCEPTIONS error = 1.

RSO_BDS_CALL_NAV_META_OBJECTS CALL FUNCTION 'RSO_BDS_CALL_NAV_META_OBJECTS' EXPORTING i_tlogo = rs_c_tlogo-ods_object i_objnm = g_sobj_name i_display_only = rs_c_true EXCEPTIONS error = 1 OTHERS = 3.

RS_TR_TADIR_POPUP CALL FUNCTION 'RS_TR_TADIR_POPUP' EXPORTING i_pgmid = rs_c_pgmid_r3tr i_tlogo = rs_c_tlogo-ods_object i_objnm = g_sobj_name i_display = ' ' EXCEPTIONS error = 1 others = 2.

RS_EXCEPTION_TO_MESSAGE CALL FUNCTION 'RS_EXCEPTION_TO_MESSAGE' EXPORTING i_r_exception = g_r_error * I_MSGTY = CHANGING c_t_msg = g_t_msg.

RSDC_SHOW_MESSAGES_POPUP CALL FUNCTION 'RSDC_SHOW_MESSAGES_POPUP' EXPORTING i_t_msg = g_t_msg i_txt = g_text120 i_one_msg_direct = rs_c_false.

TR_TASK_OVERVIEW CALL FUNCTION 'TR_TASK_OVERVIEW'.



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