RCCC_ENGINES SAP (External Engines in RCCF) Table details

Dictionary Type: Table
Description: External Engines in RCCF




ABAP Code to SELECT data from RCCC_ENGINES
Related tables to RCCC_ENGINES
Access table RCCC_ENGINES




Table field list including key, data, relationships and ABAP select examples

RCCC_ENGINES is a standard SAP Table which is used to store External Engines in RCCF data and is available within R/3 SAP systems depending on the version and release level.

The RCCC_ENGINES table consists of various fields, each holding specific information or linking keys about External Engines in RCCF data available in SAP. These include ENGINE_STEXT (Short Text for RCCF Descriptions), ENGINE_TRACE (File Name in RCCF), ENGINE_DUMP_IN (File Name in RCCF), ENGINE_DUMP_OUT (File Name in RCCF).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RCCC_ENGINES table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
ENGINE_APPRCCF Application ID RCC_APPCHAR4RCC_DO_APPRCCSD_APP
ENGINE_STEXTShort Text for RCCF Descriptions RCC_STEXTCHAR50RCC_DO_STEXT
ENGINE_TRACEFile Name in RCCF RCC_FILE_NAMECHAR255RCC_DO_CHAR255
ENGINE_DUMP_INFile Name in RCCF RCC_FILE_NAMECHAR255RCC_DO_CHAR255
ENGINE_DUMP_OUTFile Name in RCCF RCC_FILE_NAMECHAR255RCC_DO_CHAR255
ENGINE_CLEAN_CBKAbsolute Type Name in ABAP RCC_ABAP_ABSTYPENAMECHAR200
ENGINE_EVENT_CBKAbsolute Type Name in ABAP RCC_ABAP_ABSTYPENAMECHAR200
ENGINE_HANDLER_CBKAbsolute Type Name in ABAP RCC_ABAP_ABSTYPENAMECHAR200

Key field Non-key field



How do I retrieve data from SAP table RCCC_ENGINES using ABAP code

The following ABAP code Example will allow you to do a basic selection on RCCC_ENGINES to SELECT all data from the table
DATA: WA_RCCC_ENGINES TYPE RCCC_ENGINES.

SELECT SINGLE *
FROM RCCC_ENGINES
INTO CORRESPONDING FIELDS OF WA_RCCC_ENGINES
WHERE...

How to access SAP table RCCC_ENGINES

Within an ECC or HANA version of SAP you can also view further information about RCCC_ENGINES and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!