CCRCV_DET SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

CCRCV_DET is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The CCRCV_DET table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include REG (Regulatory List), SCEN (Scenario), BASE_UNIT (Unit for Specifying Quantities), FLG_PERIOD (Division of Monitoring Year into Monitoring Periods).. 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: Not classified


SAP CCRCV_DET table view 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 MANDTCLNT3T000MANDT
REGRegulatory List ESESLSTIDCHAR10TCG81ESDSLSTID
SCENScenario CCRCE_SCENCHAR10CCRCT_SCENCCRCD_SCEN
BASE_UNITUnit for Specifying Quantities CCRCE_UOMUNIT3T006CUNITMEINS
FLG_PERIODDivision of Monitoring Year into Monitoring Periods CCRCE_FLG_PERIODCHAR1ESDBOOLE
FCT_MATNR_GETFunction for Determining the Relevant Materials CCRCE_FCT_MATNR_GETCHAR30TFDIRFUNCNAME
FCT_SUBID_GETFunction for Determining the Substances for the Material CCRCE_FCT_SUBID_GETCHAR30TFDIRFUNCNAME
FCT_CMP_TREEFunction for Exploding the Components CCRCE_FCT_CMP_TREECHAR30TFDIRFUNCNAME
USEXNAMUser Exit CCRCE_USEXNAMCHAR10TCGUEFUESDUSEXNAM
USEXPARParameters for User Exit CCRCE_USEXPARCHAR17CBRCD_USEXPAR
POLYMONO_TRANSData Transfer: Polymer/Monomer CCRCE_POLYMONO_TRANSCHAR1CCRCD_POLYMONO_TRANS
CMP_ESTCATValue Assignment Type 1 CCRCE_ESTCAT1CHAR30TCG11ESDESTCAT
VACLIDRating ESEVACLIDCHAR10TCG86ESDVACLID
RVLIDValidity Area ESERVLIDCHAR10TCG91ESDRVLIDESJ
CMP_ESTCAT2Value Assignment Type 2 CCRCE_ESTCAT2CHAR30TCG11ESDESTCAT
VACLID2Rating ESEVACLIDCHAR10TCG86ESDVACLID
RVLID2Validity Area ESERVLIDCHAR10TCG91ESDRVLIDESJ
VATSPECEXCLValue Assignment Type for Filtering Out Specifications CCRCE_VATSPECEXCLCHAR30TCG11ESDESTCAT
CHARSPECEXCLCharacteristic for Filtering Out Specifications CCRCE_CHARSPECEXCLCHAR30ATNAM
REGSPECEXCLCharact. for Regulatory List for Filtering Specifications CCRCE_REGSPECEXCLCHAR30ATNAM
FCT_TRACKFunction for Tracking Data CCRCE_FCT_TRACKCHAR30TFDIRFUNCNAME
FCT_CONDENSEFunction for Data Aggregation CCRCE_FCT_CONDENSECHAR30TFDIRFUNCNAME
FCT_PLAN_SAVEFunction for Saving Planned Data CCRCE_FCT_PLAN_SAVECHAR30TFDIRFUNCNAME
FCT_CONF_SAVEFunction for Saving Confirmed Data CCRCE_FCT_CONF_SAVECHAR30TFDIRFUNCNAME
FCT_PROCESS_EXEFunction for Starting a Subsequent Process CCRCE_FCT_PRC_EXECHAR30TFDIRFUNCNAME
FLG_HISTTracking of History of Increase in Quantity CCRCE_FLG_HISTCHAR1ESDBOOLE
TRACK_PACKPackage Processing in Days CCRCE_PACKNUMC4NUMC4

Key field Non-key field



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

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

SELECT SINGLE *
FROM CCRCV_DET
INTO CORRESPONDING FIELDS OF WA_CCRCV_DET
WHERE...

How to access SAP table CCRCV_DET

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