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

MRSDG_IOBC_COMPARE SAP ABAP INCLUDE - Include MRSDG_TREE_COMPARE







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

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:

RSDG_SET_INFOOBJCAT_ICON CALL FUNCTION 'RSDG_SET_INFOOBJCAT_ICON' EXPORTING i_objvers = p_s_iobc-objvers IMPORTING * E_ICON_WITH_TXT = e_icon = l_icon.

RSDG_IOBJ_GET_ICON CALL FUNCTION 'RSDG_IOBJ_GET_ICON' EXPORTING i_iobjtp = rsd_c_objtp-charact i_objvers = rs_c_objvers-active IMPORTING e_icon = l_icon_text EXCEPTIONS illegal_input = 1 OTHERS = 2.

RSDG_IOBJ_GET_ICON CALL FUNCTION 'RSDG_IOBJ_GET_ICON' EXPORTING i_iobjtp = rsd_c_objtp-charact i_objvers = rs_c_objvers-active IMPORTING e_icon = l_icon_text EXCEPTIONS OTHERS = 2.

RSDG_IOBJ_GET_ICON CALL FUNCTION 'RSDG_IOBJ_GET_ICON' EXPORTING i_iobjtp = rsd_c_objtp-keyfigure i_objvers = rs_c_objvers-active IMPORTING e_icon = l_icon_text EXCEPTIONS OTHERS = 2.



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