SAP Reports / Programs

RMCLKLVW SAP ABAP Report - Class Where-Used List







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

CL6P - 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 RMCLKLVW. "Basic submit
SUBMIT RMCLKLVW AND RETURN. "Return to original report after report execution complete
SUBMIT RMCLKLVW 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: CLASS = Class
Selection Text: KLART = Class Type
Selection Text: MERKMAL = Characteristic of Class
Selection Text: VWBEZW = Use in Object Dependencies
Selection Text: VWKFIG = Use in Configurations
Selection Text: VWKONF = Use in Config. BOMs
Title: Class Where-Used List
Text Symbol: 023 = Material Variant (Basic Data)
Text Symbol: 022 = Material Variant (MRP 3 View)
Text Symbol: 021 = SD Order Item
Text Symbol: 020 = Not in Use
Text Symbol: 013 = Table
Text Symbol: 012 = Object Name
Text Symbol: 011 = Description
Text Symbol: 010 = Material/Equipment
Text Symbol: 004 = In Configurations for Class
Text Symbol: 003 = Class.....
Text Symbol: 002 = In Object Dependencies
Text Symbol: 001 = In Configurable BOMs
Text Symbol: 024 = Planning Variants (MRP 3 View)
Text Symbol: 029 = Type
Text Symbol: 028 = Plant
Text Symbol: 027 = Equipments
Text Symbol: 026 = Reservations
Text Symbol: 025 = Production Orders


INCLUDES used within this REPORT RMCLKLVW

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:

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = G_REPID I_CALLBACK_USER_COMMAND = G_USER_COMMAND IT_FIELDCAT = GT_FIELDCAT[] IT_EVENTS = GT_EVENTS[] I_BUFFER_ACTIVE = 'X' TABLES T_OUTTAB = OUTTAB EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

CLMA_CLASS_EXIST CALL FUNCTION 'CLMA_CLASS_EXIST' EXPORTING CLASS = CLASS CLASSTYPE = KLART DESCRIPTION_ONLY = SPACE IMPORTING RET_CODE = RETCODE XKLAH = KLAH EXCEPTIONS NO_VALID_SIGN = 1.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING IT_LIST_COMMENTARY = GT_LIST_TOP_OF_PAGE.

CUKD_XREF_OBJ CALL FUNCTION 'CUKD_XREF_OBJ' EXPORTING FROM_DATE = FDATE OBJTYPE = OBTYP OBJKEY = OBKEY TO_DATE = TDATE DIALOG = NO TABLES DEPENDENCIES = IT_CUKB EXCEPTIONS NO_DEP_FOUND = 4.

FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING FUNCNAME = 'CUCP_CHECK_CLASS_CHAR_CONFIG' EXCEPTIONS FUNCTION_NOT_EXIST = 1 OTHERS = 2.

CUCP_CHECK_CLASS_CHAR_CONFIG CALL FUNCTION 'CUCP_CHECK_CLASS_CHAR_CONFIG' "#EC EXISTS 1653850 EXPORTING CUCP_VAR_CLASS_TYPE = V_KLART CUCP_VAR_CLASS = V_CLASS CUCP_CHARACTERISTIC = V_MERKM CUCP_CHECK_ONLY = ' ' TABLES CONFIGURED_OBJECTS = T_CONF_OBJ EXCEPTIONS CHARACTERISTIC_NOT_USED = 1.

CUCP_CONFIGURATIONS_EXIST CALL FUNCTION 'CUCP_CONFIGURATIONS_EXIST' "#EC EXISTS 1653850 EXPORTING CUCP_VAR_CLASS_TYPE = V_KLART CUCP_CLASS = V_CLASS CUCP_DATE = SY-DATUM CUCP_CHECK_ONLY = ' ' TABLES CONFIGURED_OBJECTS = T_CONF_OBJ EXCEPTIONS USED_IN_CONFIGURATION = 1.

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

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING NAME = T_371F EXCEPTIONS ILLEGAL_INPUT = 1 OTHERS = 2.

CUKD_GET_CUKBT CALL FUNCTION 'CUKD_GET_CUKBT' EXPORTING LANGU = SY-LANGU KNNUM = LS_CUKB-KNNUM DATE = LS_CUKB-DATUV IMPORTING CUKBT_ENTRY = CUKBT_ENTRY EXCEPTIONS NO_REC_FOUND = 1 OTHERS = 2.

CUKD_GET_RELATION_TYPE_TEXT CALL FUNCTION 'CUKD_GET_RELATION_TYPE_TEXT' EXPORTING KNART = LS_CUKB-KNART IMPORTING KNART_DESCRI = KNART_DESCRI KNART_DESCRI_15 = KNART_DESCRI_15 KNART_DESCRI_20 = KNART_DESCRI_20.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING I_BUFFER_ACTIVE = 'X' I_CALLBACK_PROGRAM = G_REPID I_CALLBACK_PF_STATUS_SET = 'SET_STATUS' I_CALLBACK_USER_COMMAND = 'VERW_USER_COMMANDS' I_GRID_TITLE = text-002 IT_FIELDCAT = ITAB_FELDKATALOG TABLES T_OUTTAB = GT_VERW_BEZW EXCEPTIONS PROGRAM_ERROR = 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 RMCLKLVW or its description.