SAP Reports / Programs

RCCEVU08 SAP ABAP Report - Where-used lists CAPP elements (single level)







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

CE16 - Use of CAPP elements (single-level)


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 RCCEVU08. "Basic submit
SUBMIT RCCEVU08 AND RETURN. "Return to original report after report execution complete
SUBMIT RCCEVU08 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: CH_FOR = Formulas
Selection Text: CH_MET = Methods
Selection Text: CH_PRO = Processes
Selection Text: FE_IN_F = Usages in formulas
Selection Text: FE_IN_M = Usages in methods
Selection Text: FORMEL = Formula
Selection Text: FO_IN_F = Usages in formulas
Selection Text: FO_IN_M = Usages in methods
Selection Text: MERKMAL = Characteristic
Selection Text: METHODE = Method
Selection Text: TABELLE = Table
Selection Text: TA_IN_F = Usages in formulas
Selection Text: TA_IN_M = Usages in methods
Selection Text: VERFAHR = Processes
Title: Where-used lists CAPP elements (single level)
Text Symbol: 007 = Use of Methods in Processes
Text Symbol: 006 = Usage of tables in methods
Text Symbol: 005 = Usage of tables in formulas
Text Symbol: 004 = Usage of formulas in methods
Text Symbol: 003 = Usage of formulas in formulas
Text Symbol: 002 = Usage of characteristics in methods
Text Symbol: 001 = Usage of characteristics in formulas
Text Symbol: 060 = CAPP elements which are not used
Text Symbol: 025 = Work center
Text Symbol: 026 = Plant ;;
Text Symbol: 030 = the numbers 21 to 26 are used several times
Text Symbol: 040 = Description
Text Symbol: 045 = Number of usages
Text Symbol: 047 = Status ;;
Text Symbol: 048 = Location ;;
Text Symbol: 049 = Legend
Text Symbol: 050 = Objects may be used several times in the same CAPP element
Text Symbol: 052 = Used in the method as ;;
Text Symbol: 053 = Conversion table ;;
Text Symbol: 054 = Characteristic origin ;;
Text Symbol: 055 = Basic formula
Text Symbol: 009 = Usage of processes in work centers
Text Symbol: 015 = The numbers 1 to 009 are headings





Text Symbol: 020 = Characteristic ;;
Text Symbol: 021 = Table ;;
Text Symbol: 022 = Formula ;;
Text Symbol: 023 = Method ;;
Text Symbol: 024 = Process ;;
Text Symbol: 065 = Active
Text Symbol: 066 = Locked
Text Symbol: 067 = Deletion flag
Text Symbol: 069 = the numbers 065 to 067 can be up to 20 places long
Text Symbol: X20 = Characteristic
Text Symbol: X21 = Table
Text Symbol: X22 = Formula
Text Symbol: X23 = Method
Text Symbol: X24 = Process
Text Symbol: X25 = Work center
Text Symbol: X26 = Formulas
Text Symbol: X27 = Methods
Text Symbol: X28 = Work centers
Text Symbol: X2X = The no. x20 to x28 are required for message CE 152


INCLUDES used within this REPORT RCCEVU08

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:

CLEF_ECM_PROCESSOR_INIT CALL FUNCTION 'CLEF_ECM_PROCESSOR_INIT' EXPORTING I_FREE_MEMORY = ' ' EXCEPTIONS OTHERS = 0.

CTUT_FEATURE_CHECK CALL FUNCTION 'CTUT_FEATURE_CHECK' EXPORTING FEATURE_NEUTRAL_NAME = MERKMAL LANGUAGE = LANGUAGE IMPORTING FEATURE_ID = FEATURE-ATINN FEATURE_NAME = FEATURE-ATBEZ FEATURE_NEUTRAL_NAME = FEATURE-ATNAM EXCEPTIONS INVALID_CLASS_TYPE = 01 MISSING_FEATURE_INFORMATION = 02 NO_FEATURE_FOUND = 03 NO_FEATURE_VALID = 04 NO_LANGUAGE = 05 OTHERS = 99.

CETU_FEATURE_IN_FORMULAS CALL FUNCTION 'CETU_FEATURE_IN_FORMULAS' EXPORTING ATINN = FEATURE-ATINN IMPORTING USAGE_NUMBER = USAGE_NUMBER TABLES USAGE_TAB = TA_IN EXCEPTIONS NO_USAGE = 01.

CETU_FEATURE_IN_METHODS CALL FUNCTION 'CETU_FEATURE_IN_METHODS' EXPORTING ATINN = FEATURE-ATINN IMPORTING USAGE_NUMBER = USAGE_NUMBER TABLES USAGE_TAB = TA_IN EXCEPTIONS NO_USAGE = 01.

CEV3_TABLE_READ CALL FUNCTION 'CEV3_TABLE_READ' EXPORTING KEY_FIELDS_ONLY = ' ' LANGUAGE = SY-LANGU TABLE_NAME = TABELLE IMPORTING DDTEXT = TABL-TEXT TABLES TABLE_FIELDS = TAB_FIELDS EXCEPTIONS NO_FIELDS_FOUND = 01 TABLE_NOT_FOUND = 02.

CETA_FORMULA_READ CALL FUNCTION 'CETA_FORMULA_READ' EXPORTING ERROR_TYPE_ENTRY = ' ' ERROR_TYPE_TEXT = ' ' FLG_TEXT = 'X' FOMNR = FORMEL SPRAS = SY-LANGU IMPORTING VFORK_EXP = VFORK VFORT_EXP = VFORT EXCEPTIONS NO_ENTRY = 01.

CETU_FORMULA_IN_FORMULAS CALL FUNCTION 'CETU_FORMULA_IN_FORMULAS' EXPORTING FOINN = FORMULA-FOINN IMPORTING USAGE_NUMBER = USAGE_NUMBER TABLES USAGE_TAB = TA_IN EXCEPTIONS NO_USAGE = 01.

CETU_FORMULA_IN_METHODS CALL FUNCTION 'CETU_FORMULA_IN_METHODS' EXPORTING FOINN = FORMULA-FOINN IMPORTING USAGE_NUMBER = USAGE_NUMBER TABLES USAGE_TAB = TA_IN EXCEPTIONS NO_USAGE = 01.

CETA_METHOD_READ





CALL FUNCTION 'CETA_METHOD_READ' EXPORTING ERROR_TYPE_ENTRY = ' ' ERROR_TYPE_TEXT = ' ' FLG_TEXT = 'X' METNR = METHODE SPRAS = SY-LANGU IMPORTING VMETK_EXP = VMETK VMETT_EXP = VMETT EXCEPTIONS NO_ENTRY = 01.

CETU_METHOD_IN_PROCESSES CALL FUNCTION 'CETU_METHOD_IN_PROCESSES' EXPORTING MEINN = METHOD-MEINN IMPORTING USAGE_NUMBER = USAGE_NUMBER TABLES USAGE_TAB = TA_IN EXCEPTIONS NO_USAGE = 01.

CETA_PROCESS_READ CALL FUNCTION 'CETA_PROCESS_READ' EXPORTING ERROR_TYPE_ENTRY = ' ' ERROR_TYPE_TEXT = ' ' FLG_TEXT = 'X' VRFNR = VERFAHR SPRAS = SY-LANGU IMPORTING VERFK_EXP = VERFK VERFT_EXP = VERFT EXCEPTIONS NO_ENTRY = 01.

CETU_PROCESS_IN_WORKSTATION CALL FUNCTION 'CETU_PROCESS_IN_WORKSTATION' EXPORTING VEINN = PROCESS-VEINN IMPORTING USAGE_NUMBER = USAGE_NUMBER TABLES USAGE_TAB = TA_IN EXCEPTIONS NO_USAGE = 01.

CR_WORKCENTER_PRE_READ CALL FUNCTION 'CR_WORKCENTER_PRE_READ' EXPORTING VIEW_RCR01 = 'X' "Daten für RCR01 werden gelesen TABLES TARBID = WCENTERS.

CETA_FORMULA_READ CALL FUNCTION 'CETA_FORMULA_READ' EXPORTING ERROR_TYPE_ENTRY = ' ' ERROR_TYPE_TEXT = ' ' FLG_TEXT = 'X' FOINN = TA-USAGE SPRAS = SY-LANGU IMPORTING VFORK_EXP = VFORK VFORT_EXP = VFORT EXCEPTIONS NO_ENTRY = 01.

CETA_METHOD_READ CALL FUNCTION 'CETA_METHOD_READ' EXPORTING ERROR_TYPE_ENTRY = ' ' ERROR_TYPE_TEXT = ' ' FLG_TEXT = 'X' MEINN = TA-USAGE SPRAS = SY-LANGU IMPORTING VMETK_EXP = VMETK VMETT_EXP = VMETT EXCEPTIONS NO_ENTRY = 01.

CETA_PROCESS_READ CALL FUNCTION 'CETA_PROCESS_READ' EXPORTING ERROR_TYPE_ENTRY = ' ' ERROR_TYPE_TEXT = ' ' FLG_TEXT = 'X' VEINN = TA-USAGE SPRAS = SY-LANGU IMPORTING VERFK_EXP = VERFK VERFT_EXP = VERFT EXCEPTIONS NO_ENTRY = 01.

CR_WORKSTATION_READ_ROUTING CALL FUNCTION 'CR_WORKSTATION_READ_ROUTING' EXPORTING ID = HV_ARBID IMPORTING WORKS = RCR01 EXCEPTIONS NOT_FOUND = 01 TYPE_NOT_ALLOWED = 02 WRONG_PARAMETERS = 03.



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