CCDECO SAP (Decouple Fields in Development Class CC) Structure details

Dictionary Type: Structure
Description: Decouple Fields in Development Class CC




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




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

CCDECO 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 "Decouple Fields in Development Class CC" 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_CCDECO TYPE CCDECO.

The CCDECO table consists of various fields, each holding specific information or linking keys about Decouple Fields in Development Class CC data available in SAP. These include AGB29 (Application Area 29 (from table TCS03)), CCHIS (Control (time) of history requirement: Material), CHGKZ (Indicator: 'Change Documents Active' (Table JSTO)), CHGNR (Change Number (Table JSTO)).. 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 CCDECO 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
AENFL Indicator: ECH for Bills of Material Active (TCS09)0
AGB29 Application Area 29 (from table TCS03)0
CCHISControl (time) of history requirement: Material CC_HIST_MATCHAR1CC_HIST_MAT
CHGKZ Indicator: 'Change Documents Active' (Table JSTO)0
CHGNR Change Number (Table JSTO)0
CSLTY Indicator: Configured Material (Storage Type) (from MAST)0
DATUB Date Valid to (from Structure STASS)0
DLOCK_IGNORE Ignore Distribut. Lock when Sending Directly via ALE (MCDOK)0
DOKOB Linked SAP Object (from Table DRAD)0
DOKST Document Status (from Table TDWS)0
EFRNKECM: level during explosion CC_EFRNKNUMC20NUMC20
FLDSL Field Selection Toolbar (from Table TDWA)0
FUNCT Function to be Executed by the System (Table FUNREQ)0
HIST_BOMBOM history requirement control CC_HIST_BOMCHAR1CC_HIST_BOM
HIST_NAAlternative/variant history requirement without chg number CC_HIST_NACHAR1XFELD
INACT Indicator: Status Inactive (from Structure JSTAT)0
ISTAT System Status (from Table TJ02)0
MSGFNFunction MSGFNCHAR3MSGFN
OBJNR Object Number for Object Inspection (from Table JSTO, ONR00)0
OBTYP Object Type for Object Insp. (from Table JSTO, TJ03, TJ21)0
KTEXT Short Text Routing (from Table PLKO)0
LSTST Indicator (from Table CSDTAB: BOM Dialog Control)0
OBTXT Object Description (from Table RMCLF: Assign Object Class)0
OBJEKKey of object to be classified OBJNUMCHAR50OBJEKTOJK
OBJKY Document Management Object Key (from Table DRAD)0
SIGN_OBJ Signature Object (from Structure RC72)0
SIGNSTRAT Signature Strategy (from Table TC85)0
SIGSTTXT Description of Signature Strategy (from Table TC86)0
SPRAS Language Key (from Table TJ20T, TCA02)0
STAT Single Status of an Object (from Structure JSTAT)0
STLAL Alternative BOM (from Table MAST)0
STLST BOM Status (from Table T415S)0
TXT Task List Type Description (from Table TCA02)0
CONVE Conversion Exit (from Table TCIT)0
VRGNG Business Operation (from Table TJ05, TJ01)0

Key field Non-key field



How do I retrieve data from SAP structure CCDECO using ABAP code?

As CCDECO 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 CCDECO as there is no data to select.

How to access SAP table CCDECO

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