CCDECO is an SAP Structure so does not store data like a database table does but can be used 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 .
Below is the documentation avaialable and full details of the fields which make up this Structure.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
AENFL | CHAR | 1 | Indicator: ECH for Bills of Material Active (TCS09) | |||
AGB29 | CHAR | 2 | Application Area 29 (from table TCS03) | |||
CCHIS | CC_HIST_MAT | CHAR | 1 | Control (time) of history requirement: Material | ||
CHGKZ | CHAR | 1 | Indicator: 'Change Documents Active' (Table JSTO) | |||
CHGNR | NUMC | 3 | Change Number (Table JSTO) | |||
CSLTY | CHAR | 1 | Indicator: Configured Material (Storage Type) (from MAST) | |||
DATUB | DATS | 8 | Date Valid to (from Structure STASS) | |||
DLOCK_IGNORE | CHAR | 1 | Ignore Distribut. Lock when Sending Directly via ALE (MCDOK) | |||
DOKOB | CHAR | 10 | Linked SAP Object (from Table DRAD) | |||
DOKST | CHAR | 2 | Document Status (from Table TDWS) | |||
EFRNK | CC_EFRNK | NUMC | 20 | ECM: level during explosion | ||
FLDSL | CHAR | 20 | Field Selection Toolbar (from Table TDWA) | |||
FUNCT | CHAR | 3 | Function to be Executed by the System (Table FUNREQ) | |||
HIST_BOM | CC_HIST_BOM | CHAR | 1 | BOM history requirement control | ||
HIST_NA | CC_HIST_NA | CHAR | 1 | Alternative/variant history requirement without chg number | ||
INACT | CHAR | 1 | Indicator: Status Inactive (from Structure JSTAT) | |||
ISTAT | CHAR | 5 | System Status (from Table TJ02) | |||
MSGFN | MSGFN | CHAR | 3 | Function | ||
OBJNR | CHAR | 22 | Object Number for Object Inspection (from Table JSTO, ONR00) | |||
OBTYP | CHAR | 3 | Object Type for Object Insp. (from Table JSTO, TJ03, TJ21) | |||
KTEXT | CHAR | 40 | Short Text Routing (from Table PLKO) | |||
LSTST | NUMC | 1 | Indicator (from Table CSDTAB: BOM Dialog Control) | |||
OBTXT | CHAR | 40 | Object Description (from Table RMCLF: Assign Object Class) | |||
OBJEK | OBJNUM | CHAR | 50 | Key of object to be classified | ||
OBJKY | CHAR | 50 | Document Management Object Key (from Table DRAD) | |||
SIGN_OBJ | CHAR | 2 | Signature Object (from Structure RC72) | |||
SIGNSTRAT | CHAR | 8 | Signature Strategy (from Table TC85) | |||
SIGSTTXT | CHAR | 40 | Description of Signature Strategy (from Table TC86) | |||
SPRAS | LANG | 1 | Language Key (from Table TJ20T, TCA02) | |||
STAT | CHAR | 5 | Single Status of an Object (from Structure JSTAT) | |||
STLAL | CHAR | 2 | Alternative BOM (from Table MAST) | |||
STLST | NUMC | 2 | BOM Status (from Table T415S) | |||
TXT | CHAR | 30 | Task List Type Description (from Table TCA02) | |||
CONVE | CHAR | 5 | Conversion Exit (from Table TCIT) | |||
VRGNG | CHAR | 4 | Business Operation (from Table TJ05, TJ01) |
Key field | |
Non-key field |
CCDECO - Decouple Fields in Development Class CC CCDBSPACE - Client copy pre-check database space table spaces CCDBCHECK - Database without OPEN CURSOR WITH HOLD CCDATS - Payment Cards: Transaction Data - SD Database Fields CCDATE - Payment cards: Help fields for dates CCDATA - Payment cards: Database fields relevant to both SD and FI