DPR_TS_CI_FIELDS_WITH_LABEL SAP (cProjects: Customer Fields w. Language-Dependent Field Label) Structure details

Dictionary Type: Structure
Description: cProjects: Customer Fields w. Language-Dependent Field Label




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




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

DPR_TS_CI_FIELDS_WITH_LABEL 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 "cProjects: Customer Fields w. Language-Dependent Field Label" 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_CI_FIELDS_WITH_LABEL TYPE DPR_TS_CI_FIELDS_WITH_LABEL.

The DPR_TS_CI_FIELDS_WITH_LABEL table consists of various fields, each holding specific information or linking keys about cProjects: Customer Fields w. Language-Dependent Field Label data available in SAP. These include CLIENT (Client), OBJECT_TYPE (Object Type in Project Planning), GROUP_NAME (Field Group in Project Management), FIELDNAME (Customer Field in Project Management).. 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_CI_FIELDS_WITH_LABEL 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
CLIENTClient MANDTCLNT3T000MANDT
OBJECT_TYPEObject Type in Project Planning CGPL_OBJECT_TYPECHAR3DPR_CI_FGROUPSCHAR3
GROUP_NAMEField Group in Project Management DPR_TV_CI_GROUP_NAMECHAR20DPR_CI_FGROUPSCHAR20
FIELDNAMECustomer Field in Project Management DPR_TV_CI_FIELDNAMECHAR30DPR_CI_FIELDNAME
TROWRow of Field Group, in Which the Field Appears in Proj. Mgmt DPR_TV_CI_ROWNUMC3DPR_CI_ROW
TCOLUMNColumn of Field Group, in Which Field Appears in Proj. Mgmt DPR_TV_CI_COLUMNNUMC1DPR_CI_COLUMN
TCOLSPANField Has Multiple Columns DPR_TV_CI_COLSPANCHAR1BOOLE
WORK_MODEProcessing Mode for Customer Field in Project Management DPR_TV_CI_WORK_MODECHAR1DPR_CI_WORK_MODE
UI_DEFField Type in Project Management DPR_TV_CI_UI_DEFCHAR1DPR_CI_UI_DEF
ACTIVEActivation of Customizing Entry DPR_TV_CI_ACTIVECHAR1DPR_CI_ACTIVE
SHLPNAMEProject Management: Search Help for Customer Fields DPR_TV_CI_SHLPCHAR30Assigned to domainSHLPNAME
SHLPTYPEType of an input help (see fixed values) DDSHLPTYPCHAR2DDSHLPTYP
SHLPTYPETType of Input Help in Project Management DPR_TV_CI_SHLPTYPCHAR60DDTEXT
WIDTHText Width for Field DPR_TV_CI_WIDTHNUMC4NUMC4
DECIMALSDecimal Places for the Field DPR_TV_CI_DECIMALSNUMC1NUMC1
EDITOR_COLSNumber of Columns for the 'Text Editor' Field Type DPR_TV_CI_EDITOR_COLSNUMC3NUM3
EDITOR_ROWSNumber of Rows for the 'Text Editor' Field Type DPR_TV_CI_EDITOR_ROWSNUMC2NUM2
SPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
FIELDDESCRCustomer Field Label DPR_TV_CI_FIELDDESCRCHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table DPR_TS_CI_FIELDS_WITH_LABEL

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