SAP DPR_CTRLPLN_I_CD Change Document Structure for Control Plan: Items Table data and field list

DPR_CTRLPLN_I_CD 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 "Change Document Structure for Control Plan: Items" 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_DPR_CTRLPLN_I_CD TYPE DPR_CTRLPLN_I_CD.

The DPR_CTRLPLN_I_CD table consists of various fields, each holding specific information or linking keys about Change Document Structure for Control Plan: Items data available in SAP. These include INFOFIELD (Characteristic Additional Field in Control Plan), CLIENT (Client), GUID (Application Object GUID), ITEM_ID (Unique Characteristic ID in the Control Plan)... 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. .

DPR_CTRLPLN_I_CD structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP DPR_CTRLPLN_I_CD structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the DPR_CTRLPLN_I_CD table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
INFOFIELDCharacteristic Additional Field in Control Plan DPR_TV_IT_INFOSTRG0
CLIENTClient MANDTCLNT3Assigned to domainMANDT
GUIDApplication Object GUID DPR_TV_GUIDRAW16DPR_GUID
ITEM_IDUnique Characteristic ID in the Control Plan DPR_TV_ITEM_UNIQUE_IDCHAR15DPR_CP_ITEM_ID
VERSION_NUMBERVersion Number CGPL_TV_VERSIONCHAR24CGPL_VERSION
PROCESS_NRProcess Number in Control Plan DPR_TV_PROC_NRNUMC10DPR_CP_CHA_SEQ_NR
PROCESS_IDProcess ID in Control Plan (Predefined in Customizing) DPR_TV_PROC_IDCHAR15DPR_CP_PROCDPR_CP_ITEM_ID
PROCESS_NAMEObject Name DPR_TV_TEXTCHAR40DPR_TEXT
PROC_INDControl Plan: Item Category DPR_TV_CP_IND_PROC_OR_PARTCHAR1DPR_CP_ITEM_TYPE
PROC_STAGEControl Plan Stage/Category DPR_TV_CP_STAGECHAR15DPR_STAGE
TOOL_IDTools, Machines, and so on in Control Plan DPR_TV_CP_TOOL_IDCHAR15DPR_CP_TOOLDPR_CP_ITEM_ID
TOOL_SEQ_NRSequence Number of a Tool in the Control Plan DPR_TV_CP_TOOL_SEQ_NRNUMC10DPR_CP_TOOL_SEQ_NR
TOOL_INFOObject Name DPR_TV_TEXTCHAR40DPR_TEXT
CHA_SEQ_NRSequence Number of Characteristic in Control Plan DPR_TV_CP_CHA_SEQ_NRNUMC10DPR_CP_CHA_SEQ_NR
CHA_IND_PRODProduct (1) or Process Characteristic (0) in Control Plan DPR_TV_CP_CHA_IND_PRODCHAR1DPR_CP_CHA_IND_PROD
CHA_IDCharacteristic ID in Control Plan DPR_TV_ITEM_IDCHAR15DPR_CP_ITEMDPR_CP_ITEM_ID
CHA_UNIQUE_IDSystem-Wide Unique Characteristic ID in the Control Plan DPR_TV_CHA_UNIQUE_IDCHAR24CHAR24
CHA_CLASSFClassification of Special Characterictics in Control Plan DPR_TV_CP_CHA_CLASSFCHAR20DPR_CP_CHA_CLASSF
CHA_INFOObject Name DPR_TV_TEXTCHAR40DPR_TEXT
CHA_PLANTSPlant of Master Inspection Characteristic DPR_TV_CP_QM_PLANTCHAR4CHAR4
MTH_PDPCControl Plan: Product/Process Specification and Tolerance DPR_TV_CP_MTH_PDPCCHAR20DPR_CP_MTH_PDPC
MTH_H_EV_MSRTest System in Control Plan DPR_TV_SYS_IDCHAR15DPR_CP_SYSTEMDPR_CP_ITEM_ID
MTH_MSR_INFOObject Name DPR_TV_TEXTCHAR40DPR_TEXT
MTH_SA_SZSample Size DPR_TV_CP_MTH_SA_SZCHAR8
MTH_SA_FQSample in Control Plan DPR_TV_SAMPLE_IDCHAR15DPR_CP_SAMPLEDPR_CP_ITEM_ID
MTH_CTRLControl Plan: Control Method for a Process Step DPR_TV_CP_MTH_CTRLCHAR20DPR_CP_MTH_CTRL
REACT_PLANResponse Plan in Control Plan DPR_TV_CP_REACT_PLANCHAR20DPR_CP_REACT_PLAN
CHA_TARGET_VALUETarget Value of Characteristic in Control Plan DPR_TV_CP_CHAR_VALUECHAR20CHAR20
CHA_UP_VALUE1Target Value of Characteristic in Control Plan DPR_TV_CP_CHAR_VALUECHAR20CHAR20
CHA_DOWN_VALUE1Target Value of Characteristic in Control Plan DPR_TV_CP_CHAR_VALUECHAR20CHAR20
CHA_UP_VALUE2Target Value of Characteristic in Control Plan DPR_TV_CP_CHAR_VALUECHAR20CHAR20
CHA_DOWN_VALUE2Target Value of Characteristic in Control Plan DPR_TV_CP_CHAR_VALUECHAR20CHAR20
CHA_UP_VALUE3Target Value of Characteristic in Control Plan DPR_TV_CP_CHAR_VALUECHAR20CHAR20
CHA_DOWN_VALUE3Target Value of Characteristic in Control Plan DPR_TV_CP_CHAR_VALUECHAR20CHAR20
CHA_PRINT_VALUESSingle-Character Indicator CHAR1CHAR1CHAR1
CHA_VALUE_UNITUnit of Characteristic in Control Plan DPR_TV_CP_CHAR_UNITUNIT3Assigned to domainCUNITMEINS
EA_DUMMYDummy Data Element for Enhanced Proj. Mgmt Attributes DPR_TV_EA_DUMMYCHAR1CHAR1
CHA_NAMECharacteristic Name DPR_TV_CP_CHAR_NAMECHAR40DPR_TEXT

Key field Non-key field



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

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

How to access SAP table DPR_CTRLPLN_I_CD

Within an ECC or HANA version of SAP you can also view further information about DPR_CTRLPLN_I_CD and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).