RCCC_CUSTPARM SAP (RCCF: Settings for Experts) Table details

Dictionary Type: Table
Description: RCCF: Settings for Experts




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




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

RCCC_CUSTPARM is a standard SAP Table which is used to store RCCF: Settings for Experts data and is available within R/3 SAP systems depending on the version and release level.

The RCCC_CUSTPARM table consists of various fields, each holding specific information or linking keys about RCCF: Settings for Experts data available in SAP. These include APP (RCCF Application ID), CID (Destination ID of External Engine in RCCF), PROFILE (Engine Profile), CUSTID (Customizing ID of the Engine Profile).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RCCC_CUSTPARM 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
APPRCCF Application ID RCC_APPCHAR4RCC_DO_APPRCCSD_APP
CIDDestination ID of External Engine in RCCF RCC_DEST_IDCHAR10RCC_DO_CIDRCCSD_DESTID
PROFILEEngine Profile RCC_ENGINE_PROFILECHAR25RCC_DO_ENGINE_PROFILE
CUSTIDCustomizing ID of the Engine Profile RCC_ENGINE_CUSTIDCHAR12RCC_DO_ENGINE_CUSTID
PARAM_SECTIONRCCF Parameter: Section RCC_PARAM_SECTIONCHAR32RCC_DO_PARAM_SECTION
PARAM_NAMERCCF Parameter: Name RCC_PARAM_NAMECHAR32RCC_DO_PARAM_NAME
PARAM_SWITCHRCCF Parameter: Value Switch RCC_PARAM_SWITCHCHAR1RCC_DO_PARAM_SWITCH
PARAM_S_VALRCCF Parameter: Character String RCC_PARAM_STRING_VALUECHAR255RCC_DO_PARAM_STRING_VALUE
PARAM_F_VALRCCF Parameter: Floating Point Number RCC_CUST_PARAM_FLOATDEC28(12) RCC_DO_CUST_PARAM_FLOAT
PARAM_I_VALRCCF Parameter: Integer RCC_PARAM_INTEGER_VALUEINT410RCC_DO_PARAM_INTEGER_VALUE
STEXTShort Text for RCCF Descriptions RCC_STEXTCHAR50RCC_DO_STEXT

Key field Non-key field



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

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

SELECT SINGLE *
FROM RCCC_CUSTPARM
INTO CORRESPONDING FIELDS OF WA_RCCC_CUSTPARM
WHERE...

How to access SAP table RCCC_CUSTPARM

Within an ECC or HANA version of SAP you can also view further information about RCCC_CUSTPARM 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!