DPR_TS_PROJECT_DIS SAP (Non-Modifiable Project Definition Attributes) Structure details

Dictionary Type: Structure
Description: Non-Modifiable Project Definition Attributes




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




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

DPR_TS_PROJECT_DIS 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 "Non-Modifiable Project Definition Attributes" 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_PROJECT_DIS TYPE DPR_TS_PROJECT_DIS.

The DPR_TS_PROJECT_DIS table consists of various fields, each holding specific information or linking keys about Non-Modifiable Project Definition Attributes data available in SAP. These include VERSION_NUMBER (Version Number), SCHEDULED_START (Calculated Start Date), SCHEDULED_FINISH (Calculated Finish Date), CREATED_BY (Created By).. 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_PROJECT_DIS 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
GUIDApplication Object GUID DPR_TV_GUIDRAW16DPR_GUID
VERSION_NUMBERVersion Number CGPL_TV_VERSIONCHAR24CGPL_VERSION
SCHEDULED_STARTCalculated Start Date DPR_TV_SCHEDULED_STARTDATS8
SCHEDULED_FINISHCalculated Finish Date DPR_TV_SCHEDULED_FINISHDATS8
CREATED_BYCreated By DPR_TV_CREATED_BYCHAR12Assigned to domainXUBNAME
CREATED_BY_NAMEName of Person Who Created the Project Element DPR_TV_CREATED_BY_NAMECHAR80TEXT80
CREATED_ONCreated On DPR_TV_CREATED_ON_DATEDATS8
CHANGED_BYLast Changed By DPR_TV_CHANGED_BYCHAR12Assigned to domainXUBNAME
CHANGED_BY_NAMEName of Person Who Last Changed the Project Element DPR_TV_CHANGED_BY_NAMECHAR80TEXT80
CHANGED_ONChanged On DPR_TV_CHANGED_ON_DATEDATS8
PRO_CATEGORYProject Category DPR_TV_PRO_CATEGORYCHAR1DPR_PRO_CATEGDPR_PROJECT_CATEGORY
TEMPLATE_ADMIN_NAMEName of Person Responsible for Template DPR_TV_TEMPLATE_ADMIN_NAMECHAR80TEXT80
TEMPLATE_IDProject Template Number DPR_TV_PRO_TEMPLATE_IDCHAR24CGPL_EXTIDDPR_PROJECT_T
RELEASE_DATERelease Date DPR_TV_RELEASE_DATEDATS8DATS
RESCHEDULERescheduling Required DPR_TV_RESCHEDULECHAR1DPR_BOOLEAN
LAST_CHANGE_DATEDate of Last Change DPR_TV_LAST_CHANGE_DATEDATS8
LAST_CHANGE_TIMELast Changed at DPR_TV_LAST_CHANGE_TIMETIMS6
LAST_CHANGED_BYUser Who Changed Project Data Last DPR_TV_LAST_CHANGED_BYCHAR12USNAM
LAST_CHANGED_BY_NAMEName of Person Who Changed Project Data Last DPR_TV_LAST_CHANGED_BY_NAMECHAR80TEXT80
PRO_TYPE_TEXTProject Type Text DPR_TV_PRO_TYPE_TEXTCHAR40DPR_TEXT
CAUSE_TEXTDescription of Project Reason DPR_TV_CAUSE_TEXTCHAR40DPR_TEXT
OBJNRGUID of a CRM Order Object CRMT_OBJECT_GUIDRAW16SYSUUID
ISTATSystem status J_ISTATCHAR5Assigned to domainJ_ISTAT
ESTATUser Status J_ESTATCHAR5Assigned to domainJ_ESTAT
STSMAStatus Profile J_STSMACHAR8Assigned to domainJ_STSMA
SPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
TXT04Individual status of an object (short form) J_TXT04CHAR4TEXT4
TXT30Object status J_TXT30CHAR30TEXT30
STATTXTConcatenated Status Text of an Object DPR_TV_STATUS_TXTSTRG0
CUSTOMER_NAMECustomer DPR_TV_CUSTOMER_NAMECHAR80TEXT80
SOLD_TO_PARTY_NAMESold-to Party DPR_TV_SOLD_TO_PARTY_NAMECHAR80TEXT80
GUID_CHARUnique Object Key DPR_TV_OBJECT_GUID_CHARCHAR32SYSUUID_C
CALENDER_TEXTFactory calendar name SC_TXTFACCHAR40TEXT40
RESP_ORG_U_SHORTResponsible Organizational Unit DPR_TV_ORG_UNITCHAR12CHAR12
RESP_ORG_U_STEXTObject Name DPR_TV_TEXTCHAR40DPR_TEXT
ACT_WRK_UNIT_EXT_MSEHTUnit of Measurement Text (Maximum 10 Characters) MSEHTCHAR10TEXT10
ACT_WRK_UNIT_EXT_MSEHLDescription of Unit of Measurement for Confirmation DPR_TV_ACT_WRK_UNIT_MSEHLCHAR30TEXT30
THRESHOLD_TEXTThreshold Value Description EVE_TV_THRESHOLD_DESCRIPTIONCHAR40EVE_DESCRIPTION
SEVERITY_TEXTSeverity of Threshold Value Description EVE_TV_SEVERITY_DESCRIPTIONCHAR40EVE_DESCRIPTION
AREAArea DPR_TV_AREACHAR4Assigned to domainDPR_AREA
AREA_TEXTArea Text DPR_TV_AREA_TEXTCHAR30TEXT30
LOCATION_TEXTLocation Text DPR_TV_LOCATION_TEXTCHAR30TEXT30
DURATIONProcessing Time DPR_TV_DURATIONQUAN4
DURATION_UNITTime Unit for Execution Duration CGPL_DURATION_UNITUNIT3Assigned to domainCUNITMEINS
DURATION_UNIT_TEXTUnit of Measurement Text (Maximum 10 Characters) MSEHTCHAR10TEXT10

Key field Non-key field



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

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

How to access SAP table DPR_TS_PROJECT_DIS

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