SAP Reports / Programs

RMCLVLIS SAP ABAP Report - Class List







RMCLVLIS 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 RMCLVLIS 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 RMCLVLIS. "Basic submit
SUBMIT RMCLVLIS AND RETURN. "Return to original report after report execution complete
SUBMIT RMCLVLIS 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 = Number of Assignments
Selection Text: TABELLE = Table of Output Fields
Selection Text: STATUS = Status
Selection Text: SPRACHE = Language
Selection Text: SICHTEN = Organizational Areas
Selection Text: MERKMALE = Characteristics Indicator
Selection Text: LISTTYP = List Type (LIS/PROF/DIS/MAX)
Selection Text: LISTID = List Name
Selection Text: KLASSE = Name of List Object
Selection Text: GRUPPE = Class Group
Selection Text: ART = Class Type
Selection Text: %_SKP011 = ?...(%_SKP011)
Selection Text: %_SKP004 = ?...(%_SKP004)
Selection Text: %_SKP001 = ?...(%_SKP001)
Selection Text: %_002012 = ?...(%_002012)
Selection Text: %_001005 = ?...(%_001005)
Selection Text: = ?...(########)
Title: Class List
Text Symbol: 014 = Display Blocks
Text Symbol: 013 = Maximum Blocks
Text Symbol: 012 = Profiles
Text Symbol: 011 = List Name
Text Symbol: 010 = Description
Text Symbol: 009 = Not Authorized for This Variable List Class Type
Text Symbol: 008 = Not Authorized for This List Object
Text Symbol: 004 = Chars
Text Symbol: 002 = Display -----------------------------------------------------------------------
Text Symbol: 001 = Additional Selection Criteria -------------------------------------------------
001 Class Ty. Description


INCLUDES used within this REPORT RMCLVLIS

INCLUDE RMCLVLIS_ALT.


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:

CLMV_CLASS_LIST CALL FUNCTION 'CLMV_CLASS_LIST' EXPORTING CLASSNAME = KLASSE CLASSTYPE = ART LANGUAGE = SY-LANGU WITH_ALLOCATIONS = ZUORD TABLES TCLASSES = KLTAB EXCEPTIONS NO_CLASSES = 1.

CLSV_SELECT_KLAH CALL FUNCTION 'CLSV_SELECT_KLAH' TABLES IMP_EXP_KLAH = XKLAH EXCEPTIONS NO_ENTRY_FOUND = 1.

CLSV_SELECT_KLAH CALL FUNCTION 'CLSV_SELECT_KLAH' TABLES IMP_EXP_KLAH = XKLAH EXCEPTIONS NO_ENTRY_FOUND = 1.

CLSV_SELECT_KSML CALL FUNCTION 'CLSV_SELECT_KSML' EXPORTING KEY_DATE = SY-DATUM TABLES IMP_EXP_KSML = TKSML EXCEPTIONS NO_ENTRY_FOUND = 1.

CLSV_SELECT_KSSK CALL FUNCTION 'CLSV_SELECT_KSSK' EXPORTING KLART = KLART MAFID = 'K' OBJEK = OBJEK CLINT = CLINT TABLE = TABLE VIEW = VIEW KEY_DATE = SY-DATUM TABLES EXP_KSSK = XKSSK EXCEPTIONS NO_ENTRY_FOUND = 1.

CLSV_SELECT_KSML CALL FUNCTION 'CLSV_SELECT_KSML' EXPORTING KEY_DATE = SY-DATUM TABLES IMP_EXP_KSML = XKSML EXCEPTIONS NO_ENTRY_FOUND = 1.



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