SAP Reports / Programs

RMCLKLOV SAP ABAP Report - List of Classes Without Superior Class







RMCLKLOV is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This function produces a list of classes without a superior class...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RMCLKLOV into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CL6D - Classes Without Superior Class


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 RMCLKLOV. "Basic submit
SUBMIT RMCLKLOV AND RETURN. "Return to original report after report execution complete
SUBMIT RMCLKLOV 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: VKLART = Class Type
Selection Text: VCLASS = From Class
Selection Text: SPRAS = Language
Selection Text: PEFFE = Parameter Effectivity
Selection Text: DATUV = Valid From
Selection Text: BCLASS = To Class
Title: List of Classes Without Superior Class
Text Symbol: 006 = Assgmt
Text Symbol: 005 = Validity
Text Symbol: 004 = Class Selection
Text Symbol: 003 = Ty.|Class |Description |Stat|Assgmt |A|
Text Symbol: 002 = Classes Without Superior Class
Text Symbol: 001 = Display Options
001 Ty. Class Description Stat No. Assgmts


INCLUDES used within this REPORT RMCLKLOV

INCLUDE RCCEFF01.


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:

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = G_REPID I_CALLBACK_PF_STATUS_SET = G_STATUS I_CALLBACK_USER_COMMAND = G_USER_COMMAND I_SAVE = G_SAVE IS_VARIANT = G_VARIANT IT_FIELDCAT = GT_FIELDCAT[] I_BUFFER_ACTIVE = 'X' * importing * e_exit_caused_by_caller = g_exit_caused_by_caller * es_exit_caused_by_user = gs_exit_caused_by_user TABLES T_OUTTAB = TKLTAB EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

CCCN_ECN_WITH_EFFECTIVITY CALL FUNCTION 'CCCN_ECN_WITH_EFFECTIVITY' EXPORTING EAENNR = AENNR IMPORTING FLG_EFFECTIVITY = FLG_EFFECTIVITY EXCEPTIONS NO_RECORD_FOUND = 1 OTHERS = 1.

CC_CHANGE_NUMBER_CHECK CALL FUNCTION 'CC_CHANGE_NUMBER_CHECK' EXPORTING ECCIN = XCCIN FLG_DISPLAY = ' ' IMPORTING ADATUV = XDATE.

CLEF_ECM_PROCESSOR_INIT CALL FUNCTION 'CLEF_ECM_PROCESSOR_INIT' EXPORTING I_AENNR = AENNR KEY_DATE = DATE EXCEPTIONS EXIT_FROM_DYNPRO = 1 ECM_INIT_ERROR = 2 OTHERS = 2.

CTME_CLASS_HELP CALL FUNCTION 'CTME_CLASS_HELP' EXPORTING CLASS_NUMBER = TKLTAB-CLINT DATE = DATUV.

CLSE_SELECT_KSSK CALL FUNCTION 'CLSE_SELECT_KSSK' EXPORTING ADD_KSSK = 'X' KLART = TKLTAB-KLART MAFID = 'K' OBJEK = OBJEKT KEY_DATE = DATUV * i_aennr = aennr TABLES EXP_KSSK = E_KSSK EXCEPTIONS NO_ENTRY_FOUND = 1 OTHERS = 1.

CLEF_ECM_PROCESSOR_INIT CALL FUNCTION 'CLEF_ECM_PROCESSOR_INIT' EXPORTING KEY_DATE = DATUV I_NO_POP_UP = 'X' I_BATCH_AEEF = BATCH_AEEF * tables * valid_or_invalid = batch_val_or_inval EXCEPTIONS EXIT_FROM_DYNPRO = 1 ECM_INIT_ERROR = 2 OTHERS = 2.

CLAF_ALLOCATIONS CALL FUNCTION 'CLAF_ALLOCATIONS' EXPORTING CLASSNUMBER = CLINT CLASSTYPE = KLART KEY_DATE = DATUM IMPORTING ALLOCATION_EXIST = EXIST.



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