DPR_TS_CTRLPLAN_I_CHG SAP (Control Plan Characteristic Attributes (Extern. Modifiable)) Structure details

Dictionary Type: Structure
Description: Control Plan Characteristic Attributes (Extern. Modifiable)




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




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

DPR_TS_CTRLPLAN_I_CHG 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 Characteristic Attributes (Extern. Modifiable)" 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_CTRLPLAN_I_CHG TYPE DPR_TS_CTRLPLAN_I_CHG.

The DPR_TS_CTRLPLAN_I_CHG table consists of various fields, each holding specific information or linking keys about Control Plan Characteristic Attributes (Extern. Modifiable) data available in SAP. These include ITEM_ID (Unique Characteristic ID in the Control Plan), VERSION_NUMBER (Version Number), PROCESS_NR (Process Number in Control Plan), PROCESS_ID (Process ID in Control Plan (Predefined in Customizing)).. 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 (Deep)


SAP DPR_TS_CTRLPLAN_I_CHG 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
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_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
INFOFIELDCharacteristic Additional Field in Control Plan DPR_TV_IT_INFOSTRG0
DESCRIPTIONLanguage-Dependent Description CGPL_TEXT1CHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table DPR_TS_CTRLPLAN_I_CHG

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