SAP Reports / Programs | Cross-Application Components | Classification | Classification(CA-CL-CL) SAP CA

RMCLOVGLN SAP ABAP Report - Object Comparison







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


Text pool values


Title: Object Comparison
Text Symbol: 001 = Left:
Text Symbol: 002 = Right:
Text Symbol: 003 = Obj. comparison for
Text Symbol: 004 = No auth. for org. area
Text Symbol: 005 = Date


INCLUDES used within this REPORT RMCLOVGLN

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:

CLEF_ECM_PROCESSOR_INIT CALL FUNCTION 'CLEF_ECM_PROCESSOR_INIT' EXPORTING KEY_DATE = DATUV I_FREE_MEMORY = ' ' EXCEPTIONS EXIT_FROM_DYNPRO = 1 ECM_INIT_ERROR = 2 OTHERS = 2.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = G_REPID * I_CALLBACK_PF_STATUS_SET = G_STATUS * I_CALLBACK_USER_COMMAND = G_USER_COMMAND IT_FIELDCAT = GT_FIELDCAT[] IT_EVENTS = GT_EVENTS IS_LAYOUT = GS_LAYOUT * IS_VARIANT = G_VARIANT I_TABNAME_HEADER = G_TABNAME_HEADER I_TABNAME_ITEM = G_TABNAME_ITEM IS_KEYINFO = GS_KEYINFO IS_PRINT = GS_PRINT TABLES T_OUTTAB_HEADER = GT_KLAS T_OUTTAB_ITEM = GT_MERK.

CLAF_CLASSIFICATION_OF_OBJECTS CALL FUNCTION 'CLAF_CLASSIFICATION_OF_OBJECTS' EXPORTING CLASSTEXT = 'X' CLINT = CLINT CLASSTYPE = KLART FEATURES = 'X' LANGUAGE = SY-LANGU OBJECT = OBJEKT objecttable = obj_type KEY_DATE = DATUV * change_number = aennr TABLES T_CLASS = TKLAS T_OBJECTDATA = DATEN T_NO_AUTH_CHARACT = T_AUTH EXCEPTIONS NO_CLASSIFICATION = 1.

CLAF_CLASSIFICATION_OF_OBJECTS CALL FUNCTION 'CLAF_CLASSIFICATION_OF_OBJECTS' EXPORTING CLASSTEXT = 'X' CLASSTYPE = KLART CLINT = CLINT FEATURES = 'X' LANGUAGE = SY-LANGU OBJECT = OBJEKT objecttable = obj_type KEY_DATE = DATUV * change_number = aennr TABLES T_CLASS = TKLAS T_OBJECTDATA = DATEN T_NO_AUTH_CHARACT = T_AUTH EXCEPTIONS NO_CLASSIFICATION = 1.

CLSE_SELECT_CABNT CALL FUNCTION 'CLSE_SELECT_CABNT' EXPORTING LANGUAGE = SY-LANGU KEY_DATE = DATUV TABLES IN_CABN = I_CABN T_CABNT = T_CABNT EXCEPTIONS NO_ENTRY_FOUND = 1 OTHERS = 2.

CLCV_CONV_EXIT CALL FUNCTION 'CLCV_CONV_EXIT' EXPORTING TABLE = TABELLE EX_OBJECT = OBJEKT IMPORTING IM_OBJECT = OBJEKT.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING I_LIST_TYPE = 0 IMPORTING ET_EVENTS = LT_EVENTS.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING IT_LIST_COMMENTARY = GT_LIST_TOP_OF_PAGE.



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