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
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.
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
INCLUDE RMCLVLIS_ALT.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RMCLVLIS - Class List RMCLVLIS - Class List RMCLVG00 - Changes to Logistics Information Library as Against Transport Tables RMCLVG00 - Changes to Logistics Information Library as Against Transport Tables RMCLTP00 - Statistical Setup of Transfer Tables for Logistics Information Library RMCLTP00 - Statistical Setup of Transfer Tables for Logistics Information Library