SAP Reports / Programs

ROI0COMP SAP ABAP Report - Compare two DDIC structures and show delta







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


Text pool values


Selection Text: COMPAT = Comp.attrib.f.flds(not CLASSIC
Selection Text: COMPDO = Comp.domains (CLASSIC only)
Selection Text: COMPDT = Compare data elem.f.equal flds
Selection Text: IGNINC = Ignore INCLUDE related notes
Selection Text: IGNPOS = Ignore if only position change
Selection Text: NAM_COMP = NAMETAB-Compare
Selection Text: SHOWEQ = Show equal items f.information
Selection Text: STD_COMP = Classic compare
Selection Text: STRU1 = Table name (1)
Selection Text: STRU2 = Table name (2)
Selection Text: STRU2ACT = Activation type Table2-CLASSIC
Title: Compare two DDIC structures and show delta


INCLUDES used within this REPORT ROI0COMP

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:

DDIF_NAMETAB_GET call function 'DDIF_NAMETAB_GET' exporting tabname = stru1 all_types = 'X' tables x031l_tab = gt_031l_1 dfies_tab = gt_dfies_1 exceptions not_found = 1.

DDIF_NAMETAB_GET call function 'DDIF_NAMETAB_GET' exporting tabname = stru2 all_types = 'X' tables x031l_tab = gt_031l_2 dfies_tab = gt_dfies_2 exceptions not_found = 1.

APPEND_PROTOCOL * call function 'APPEND_PROTOCOL' * exporting * accept_not_init = 'X' * tables * xmsg = protocol.

TR_APPEND_LOG call function 'TR_APPEND_LOG' exporting accept_not_init = 'X' tables xmsg = protocol exceptions others = 0.

TR_FLUSH_LOG call function 'TR_FLUSH_LOG' exceptions others = 0.



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