SAP Reports / Programs

RCCUCLVX SAP ABAP Report - Where-Used List for Conf Profile of Standard Network in Configurations







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


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 RCCUCLVX. "Basic submit
SUBMIT RCCUCLVX AND RETURN. "Return to original report after report execution complete
SUBMIT RCCUCLVX 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: 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


INCLUDES used within this REPORT RCCUCLVX

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:

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.



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