RCCS_DATA_CUSTOMERPARAMETER SAP (User Parameter in RCCF) Structure details

Dictionary Type: Structure
Description: User Parameter in RCCF




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




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

RCCS_DATA_CUSTOMERPARAMETER is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "User Parameter in RCCF" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_RCCS_DATA_CUSTOMERPARAMETER TYPE RCCS_DATA_CUSTOMERPARAMETER.

The RCCS_DATA_CUSTOMERPARAMETER table consists of various fields, each holding specific information or linking keys about User Parameter in RCCF data available in SAP. These include CID (Destination ID of External Engine in RCCF), PROFILE (Engine Profile), CUSTID (Customizing ID of the Engine Profile), PARAM_SECTION (RCCF Parameter: Section).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RCCS_DATA_CUSTOMERPARAMETER structure 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
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 Value RCC_PARAM_FLOAT_VALUEFLTP16(16) RCC_DO_PARAM_FLOAT_VALUE
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 structure RCCS_DATA_CUSTOMERPARAMETER using ABAP code?

As RCCS_DATA_CUSTOMERPARAMETER is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on RCCS_DATA_CUSTOMERPARAMETER as there is no data to select.

How to access SAP table RCCS_DATA_CUSTOMERPARAMETER

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