/TDAG/CPS_DECSUB_ADD_FIELDS SAP (CP: Additional fields for declarable structures) Structure details

Dictionary Type: Structure
Description: CP: Additional fields for declarable structures




ABAP Code to SELECT data from /TDAG/CPS_DECSUB_ADD_FIELDS
Related tables to /TDAG/CPS_DECSUB_ADD_FIELDS
Access table /TDAG/CPS_DECSUB_ADD_FIELDS




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

/TDAG/CPS_DECSUB_ADD_FIELDS 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 "CP: Additional fields for declarable structures" 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_/TDAG/CPS_DECSUB_ADD_FIELDS TYPE /TDAG/CPS_DECSUB_ADD_FIELDS.

The /TDAG/CPS_DECSUB_ADD_FIELDS table consists of various fields, each holding specific information or linking keys about CP: Additional fields for declarable structures data available in SAP. These include LOCKMOD (Lock Mode (Shared, Exclusive)), SPEC_ID (Pure Substance ID), HOMOGMAT_SPEC_ID (Homogeneous Material ID), PROH (Prohibited Substance).. 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: Can be enhanced (character-type or numeric)


SAP /TDAG/CPS_DECSUB_ADD_FIELDS 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
MODEProcessing Mode ESEMODECHAR1CHAR1
LOCKMODLock Mode (Shared, Exclusive) ESELOCKMODCHAR1CHAR1
SPEC_IDPure Substance ID /TDAG/CPE_PURESUBIDCHAR12SPEC1ESDSUBID
HOMOGMAT_SPEC_IDHomogeneous Material ID /TDAG/CPE_HOMSUBIDCHAR12SPEC1ESDSUBID
PROHProhibited Substance /TDAG/CPE_PROHIBITCHAR1/TDAG/CPD_FLG_01
DECLDeclarable Substance /TDAG/CPE_DECLARECHAR1/TDAG/CPD_FLG_01
THRE_NUMThreshold /TDAG/CPE_THRESHOLD_NUMFLTP16(16) FLTP
THRE_TXTThreshold /TDAG/CPE_THRESHOLDCHAR30TEXT30
THRE_UNITUnit (Threshold) /TDAG/CPE_THRE_UNITUNIT3T006CUNITMEINS
EXCEEDThresholds Exceeded /TDAG/CPE_EXCEEDCHAR1/TDAG/CPD_FLG_01
FLG_NORMTruth Value ESEBOOLECHAR1ESDBOOLE
NORM_VALUEMINNorm. Minimum Proportion Value in % (Homogenous Material) /TDAG/CPE_DECSVMIN_NORMFLTP16(16)
NORM_VALUENormalized Mean Proportion Value in % (Homogenous Material) /TDAG/CPE_DECSVAVG_NORMFLTP16(16)
NORM_VALUEMAXNorm. Maximum Proportion Value in % (Homogenous Material) /TDAG/CPE_DECSVMAX_NORMFLTP16(16)
NORM_WEIGHTNormalized Mean Weight in Grams (Homogenous Material) /TDAG/CPE_DECSMAVG_NORMFLTP16(16)
NORM_VALUEMIN_IN_PARTNorm. Minimum Proportion Value in % (Part) /TDAG/CPE_DECSVMIN_PART_NORMFLTP16(16)
NORM_VALUE_IN_PARTNormalized Mean Proportion Value in % (Part) /TDAG/CPE_DECSVAVG_PART_NORMFLTP16(16)
NORM_VALUEMAX_IN_PARTNormalized Maximum Proportion Value in % (Part) /TDAG/CPE_DECSVMAX_PART_NORMFLTP16(16)
NORM_PART_WEIGHTNormalized Mean Weight in Grams (Part) /TDAG/CPE_DECSMAVG_PART_NORMFLTP16(16)
MATCATMaterial Category /TDAG/CPE_MATCATCHAR12Assigned to domain/TDAG/CPD_MATCAT
FLG_REL_CHANGERelevant Change Has Been Made ESEESNTFLGCHAR1ESDFLAG

Key field Non-key field



How do I retrieve data from SAP structure /TDAG/CPS_DECSUB_ADD_FIELDS using ABAP code?

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

How to access SAP table /TDAG/CPS_DECSUB_ADD_FIELDS

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