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

RMCLLIST SAP ABAP Report - Class List







RMCLLIST 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 RMCLLIST 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

CL6Q - Where-Used List for Classes


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 RMCLLIST. "Basic submit
SUBMIT RMCLLIST AND RETURN. "Return to original report after report execution complete
SUBMIT RMCLLIST 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: ZUORDN = Display allocations
Selection Text: STATUS = Status
Selection Text: SPRACHE = Language
Selection Text: SICHTEN = Organizational areas
Selection Text: PEFFE = Parameter effectivity
Selection Text: MERKMALE = Characteristics
Selection Text: KLASSE = Class
Selection Text: GRUPPE = Class group
Selection Text: DATUV = Valid from
Selection Text: ART = Class type
Selection Text: AENNR = Change number
Title: Class List
Text Symbol: 012 = Validity
Text Symbol: 011 = Class list
Text Symbol: 010 = Class Ty. Description
Text Symbol: 009 = Not authorized for this class type
Text Symbol: 008 = You are not authorized to display this class
Text Symbol: 007 = Org. areas
Text Symbol: 006 = Assignments
Text Symbol: 005 = Group
Text Symbol: 004 = Chars
Text Symbol: 003 = Status
Text Symbol: 002 = Display
Text Symbol: 001 = Additional selection criteria
001 Class Ty. Description


INCLUDES used within this REPORT RMCLLIST

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:

CLMA_CLASS_LIST CALL FUNCTION 'CLMA_CLASS_LIST' EXPORTING CLASSNAME = KLASSE CLASSTYPE = ART LANGUAGE = SPRACHE KEY_DATE = DATUV WITH_ALLOCATIONS = ZUORD ALLOCATIONS = ZUORDN TABLES TCLASSES = KLTAB EXCEPTIONS NO_CLASSES = 1.

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[] IT_EVENTS = GT_EVENTS[] I_BUFFER_ACTIVE = 'X' TABLES T_OUTTAB = KLTAB EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

CCCN_ECN_WITH_EFFECTIVITY CALL FUNCTION 'CCCN_ECN_WITH_EFFECTIVITY' EXPORTING EAENNR = C_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 = 'X' IMPORTING ADATUV = C_DATUV.

CLEF_ECM_PROCESSOR_INIT CALL FUNCTION 'CLEF_ECM_PROCESSOR_INIT' EXPORTING I_AENNR = C_AENNR KEY_DATE = C_DATUV EXCEPTIONS EXIT_FROM_DYNPRO = 1 ECM_INIT_ERROR = 2 OTHERS = 2.

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

CLSE_SELECT_KSML * CALL FUNCTION 'CLSE_SELECT_KSML' * EXPORTING * KEY_DATE = DATUV * TABLES * IMP_EXP_KSML = XKSML * EXCEPTIONS * NO_ENTRY_FOUND = 1.

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

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING IT_LIST_COMMENTARY = GT_LIST_TOP_OF_PAGE.

CLSE_SELECT_KSSK_0 CALL FUNCTION 'CLSE_SELECT_KSSK_0' EXPORTING CLINT = KLTAB-CLINT KLART = KLTAB-KLART KEY_DATE = DATUV * i_aennr = aennr TABLES EXP_KSSK = TKSSK EXCEPTIONS NO_ENTRY_FOUND = 1 SET_CLASSTYPE = 2 SET_MAFID = 3 OTHERS = 4.

CLST_SELECT_KSSK_BY_KEY_DATE * call function 'CLST_SELECT_KSSK_BY_KEY_DATE' * exporting * clint = kltab-clint * klart = kltab-klart * key_date = datuv * importing * f_anzuo = xanzuo * exceptions * objects_not_found = 1.

CTME_CLASS_HELP CALL FUNCTION 'CTME_CLASS_HELP' "#EC EXISTS EXPORTING CLASS_NUMBER = KLTAB-CLINT DATE = DATUV.

FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING funcname = func_name EXCEPTIONS FUNCTION_NOT_EXIST = 1 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 RMCLLIST or its description.