RCCUCLVX is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is used to display where standard networks and classes are used in configurations...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 RCCUCLVX 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: PM_DATUM = Date
Selection Text: PM_PRFID = Profile
Selection Text: PM_STDAL = Alternative
Selection Text: PM_STDNR = Standard network
Title: Where-Used List for Conf Profile of Standard Network in Configurations
Text Symbol: 001 = Where-used list for profile of standard network in configurations
Text Symbol: 002 = Standard network
Text Symbol: 003 = Profile
Text Symbol: 004 = Date
Text Symbol: 011 = Configured networks
Text Symbol: 101 = Order
Text Symbol: 102 = Item
Text Symbol: 103 = Description
Text Symbol: 104 = Start
Text Symbol: 105 = Finish
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CLCV_CONVERT_FIELDS_TO_OBJECT CALL FUNCTION 'CLCV_CONVERT_FIELDS_TO_OBJECT' EXPORTING RMCLFSTRU = RMCLF TABLE = RMCLF-OBTAB IMPORTING RMCLFSTRU = RMCLF EXCEPTIONS TCLO_NOT_FOUND = 01.
OBJECT_CHECK_PLKONET CALL FUNCTION 'OBJECT_CHECK_PLKONET' EXPORTING LANGUAGE = SY-LANGU LOCK = SPACE SINGLE = X TABLES OTAB = XOTAB EXCEPTIONS OBJECT_NOT_FOUND = 01.
CUCQ_GET_CONFIGURATION_PARAMS CALL FUNCTION 'CUCQ_GET_CONFIGURATION_PARAMS' EXPORTING DATE = PM_DATUM OBJECT = CUCO_OBJEK OBJECTID = OBTAB_PLKONET STATUS_FREE_REQUIRED = SPACE NO_MANUAL_SELECTION = 'X' TABLES TAB_CUCO = TCUCO EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
CUCP_CONFIGURATIONS_PROFILE * CALL FUNCTION 'CUCP_CONFIGURATIONS_PROFILE' "168610 * EXPORTING * CUCP_TABLE_CONFIGURATION_ROOT = RMCLF-OBTAB * CUCP_OBJECT_CONFIGURATION_ROOT = RMCLF-OBJEK * CUCP_PROFILE_NUMBER = TCUCO-ZAEHL * CUCP_CLASS_TYPE = TCUCO-KLART * CUCP_CLASS_NUMBER = TCUCO-CLINT * CUCP_SHORT_CIRCUIT = SPACE * TABLES * T_INOB = T_INOB * EXCEPTIONS * CLASS_USED_IN_CONFIGURATION = 4.
CUCP_CONF_PROF_COUNT_INOB_IB CALL FUNCTION 'CUCP_CONF_PROF_COUNT_INOB_IB' EXPORTING i_cucp_class_type = TCUCO-KLART i_cucp_profile_obtab = RMCLF-OBTAB i_cucp_profile_objek = RMCLF-OBJEK i_cucp_profile_number = TCUCO-ZAEHL I_CUCP_SHORT_CIRCUIT = SPACE TABLES CONFIGURED_OBJECTS = T_INOB EXCEPTIONS NOT_USED_IN_CONFIGURATION = 1 OTHERS = 2. "end 168610
CUD0_CONFIGURATION_INITIALIZER CALL FUNCTION 'CUD0_CONFIGURATION_INITIALIZER'.
VC_I_DISPLAY_CONFIGURATION CALL FUNCTION 'VC_I_DISPLAY_CONFIGURATION' EXPORTING INSTANCE = HIDE_CUOBJ INCLUDE_SCREEN = CINCL EXCEPTIONS INSTANCE_NOT_FOUND = 1 INTERNAL_ERROR = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RCCUCLVX - Where-Used List for Conf Profile of Standard Network in Configurations RCCUCLVX - Where-Used List for Conf Profile of Standard Network in Configurations RCCUCLVW - Where-Used List for Profile of Configurable Material in Configurations RCCUCLVW - Where-Used List for Profile of Configurable Material in Configurations RCCUCL00 - Where-Used List for Class in Configuration Profiles RCCUCL00 - Where-Used List for Class in Configuration Profiles