SAP DPR_TS_UI_CTRL_PLAN_I_DATA Control Plan Version Item Data; External Format Table data and field list

DPR_TS_UI_CTRL_PLAN_I_DATA 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 "Control Plan Version Item Data; External Format" 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_TS_UI_CTRL_PLAN_I_DATA TYPE DPR_TS_UI_CTRL_PLAN_I_DATA.

The DPR_TS_UI_CTRL_PLAN_I_DATA table consists of various fields, each holding specific information or linking keys about Control Plan Version Item Data; External Format data available in SAP. These include CONTROL_PLAN_ITEM_GUID (Unique Object Key), PARENT_GUID (Unique Object Key), EXTERNAL_ID (Project Planning: External Indentifier of an Element), 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_TS_UI_CTRL_PLAN_I_DATA 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_TS_UI_CTRL_PLAN_I_DATA 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_TS_UI_CTRL_PLAN_I_DATA 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
CONTROL_PLAN_ITEM_GUIDUnique Object Key DPR_TV_OBJECT_GUID_CHARCHAR32SYSUUID_C
PARENT_GUIDUnique Object Key DPR_TV_OBJECT_GUID_CHARCHAR32SYSUUID_C
EXTERNAL_IDProject Planning: External Indentifier of an Element CGPL_EXTIDCHAR24CGPL_EXTID
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_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_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_ITEM_ID
CHA_ID_PROCProcess Characteristic ID in Control Plan Item DPR_TV_ITEM_PROC_IDCHAR15DPR_CP_ITEM_ID
CHA_ID_PRODProduct Characteristic ID in Proc.Char.ID Control Plan Item DPR_TV_ITEM_PROD_IDCHAR15DPR_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
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_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_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_VALUESPrint Option for Characteristics in Control Plan DPR_TV_CHA_PRINT_VALUESCHAR1CHA_PRINT_VALUES
CHA_VALUE_UNITUnit DPR_TV_UNITUNIT3T006CUNITMEINS
DESCRIPTIONProject Element Name DPR_TV_NAMECHAR40TEXT40
LAST_CHANGE_DATEDate of Last Change DPR_TV_LAST_CHANGE_DATEDATS8
LAST_CHANGE_TIMELast Changed at DPR_TV_LAST_CHANGE_TIMETIMS6
LAST_CHANGED_BYLast Changed By DPR_TV_CHANGED_BYCHAR12Assigned to domainXUBNAME
LAST_CHANGED_BY_NAMEName of Person Who Changed Project Data Last DPR_TV_LAST_CHANGED_BY_NAMECHAR80TEXT80
CREATED_BYName of Person Who Created Object CGPL_CREATED_BYCHAR12USNAM
CREATED_BY_NAMEName of Person Who Created the Project Element DPR_TV_CREATED_BY_NAMECHAR80TEXT80
CREATED_ONDate When the Object Was Created CGPL_CREATED_ONDATS8DATUM
CHANGED_BYName of Person Who Changed Object CGPL_CHANGED_BYCHAR12USNAM
CHANGED_BY_NAMEName of Person Who Last Changed the Project Element DPR_TV_CHANGED_BY_NAMECHAR80TEXT80
CHANGED_ONDate on which object was last changed CGPL_CHANGED_ONDATS8DATUM
CHA_NAMECharacteristic Name DPR_TV_CP_CHAR_NAMECHAR40DPR_TEXT
CHA_PLANTSPlant of Master Inspection Characteristic DPR_TV_CP_QM_PLANTCHAR4CHAR4
EA_DUMMYDummy Data Element for Enhanced Proj. Mgmt Attributes DPR_TV_EA_DUMMYCHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table DPR_TS_UI_CTRL_PLAN_I_DATA

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

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