DPR_TS_UI_PART_DATA SAP (Role Data - External Display) Structure details

Dictionary Type: Structure
Description: Role Data - External Display




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




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

DPR_TS_UI_PART_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 "Role Data - External Display" 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_PART_DATA TYPE DPR_TS_UI_PART_DATA.

The DPR_TS_UI_PART_DATA table consists of various fields, each holding specific information or linking keys about Role Data - External Display data available in SAP. These include ROLE_GUID (Unique Object Key), PARENT_GUID (Unique Object Key), SORT_NUMBER (Sort Number), ROLE_TYPE (Role Type for Projects).. 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_UI_PART_DATA 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
ROLE_GUIDUnique Object Key DPR_TV_OBJECT_GUID_CHARCHAR32SYSUUID_C
PARENT_GUIDUnique Object Key DPR_TV_OBJECT_GUID_CHARCHAR32SYSUUID_C
SORT_NUMBERSort Number DPR_TV_SORT_NUMBERNUMC5
ROLE_TYPERole Type for Projects DPR_TV_PARTICIPANT_ROLECHAR15DPR_PART_ROLEDPR_PARTICIPANT_ROLE
WORK_EFFORTDemand or Assigned Effort DPR_TV_EFFORTQUAN9(2) DPR_WORK
WORK_UNITUnit for Demand or Effort DPR_TV_EFFORT_UNITUNIT3Assigned to domainCUNITMEINS
WORK_UNIT_TEXTUnit of Measurement Text (Maximum 10 Characters) MSEHTCHAR10TEXT10
PARTNER_ROLEBP Role DPR_TV_BU_ROLECHAR6Assigned to domainBU_RLTYPBUPA_ROLE
VACANTVacant Checkbox of Role DPR_TV_VACANTCHAR1DPR_BOOLEAN
VACANCY_CONTACTBusiness Partner GUID BU_PARTNER_GUIDRAW16SYSUUID
RATECost Rate/Revenue Rate for Project Costing DPR_TV_RATECHAR15Assigned to domainDPR_RATE_TYPE
REVENUE_RATEDifferent Revenue DPR_TV_REVENUE_RATE_MANUALCURR11(2) PREIS
REVENUE_RATE_DEFRevenues per Activity Unit DPR_TV_REVENUE_VALUECURR11(2) PREIS
CURRENCYCurrency Key WAERS_CURCCUKY5Assigned to domainWAERSFWS
COST_RATEDifferent Costs DPR_TV_COST_RATE_MANUALCURR11(2) PREIS
COST_RATE_DEFCost per Activity Unit DPR_TV_COST_VALUECURR11(2) PREIS
CURRENCY_COSTCurrency Key WAERS_CURCCUKY5Assigned to domainWAERSFWS
ACTUAL_WORKConfirmation DPR_TV_ACT_WORK_EXTQUAN9(2) DPR_WORK
ACTUAL_WORK_UNITConfirmation Unit DPR_TV_ACT_WRK_UNITUNIT3Assigned to domainCUNITMEINS
ACTUAL_WORK_UNIT_TEXTUnit of Measurement Text (Maximum 10 Characters) MSEHTCHAR10TEXT10
BEGIN_DATEValid-From Date DPR_TV_BEGDATEDATS8DATS
END_DATEValid-To Date DPR_TV_ENDDATEDATS8DATS
CALCULATED_BEGINCalculated Start Date DPR_TV_SCHEDULED_STARTDATS8
CALCULATED_ENDCalculated Finish Date DPR_TV_SCHEDULED_FINISHDATS8
EXTERNAL_IDProject Planning: External Indentifier of an Element CGPL_EXTIDCHAR24CGPL_EXTID
PARTICIPANT_IDRole ID DPR_TV_PART_IDCHAR24CHAR24
ROLE_TYPE_TEXTName of Role Type DPR_TV_PARTICIPANT_ROLE_TEXTCHAR40DPR_TEXT
VERSION_NUMBERVersion Number CGPL_TV_VERSIONCHAR24CGPL_VERSION
C_OBJIDObject ID HROBJIDNUMC8Assigned to domainHROBJIDPON
CAND_IN_WORKLISTRole Is Displayed in Candidate Manager's Worklist DPR_TV_CANDIDATE_IN_WORKLISTCHAR1DPR_BOOLEAN
TIME_UNITUnit of Measurement MSEHIUNIT3Assigned to domainCUNITMEINS
TIME_UNIT_TEXTUnit of Measurement Text (Maximum 10 Characters) MSEHTCHAR10TEXT10
DESCRIPTIONLanguage-Dependent Description CGPL_TEXT1CHAR40TEXT40
STSMAStatus Profile J_STSMACHAR8Assigned to domainJ_STSMA
STATTXTConcatenated Status Text of an Object DPR_TV_STATUS_TXTSTRG0
ROLE_FUNCTION_IDID of Role Function DPR_TV_ROLE_FUNCTION_IDCHAR15Assigned to domainDPR_ROLE_FUNCTION_ID
LOCATIONLocation DPR_TV_LOCATIONCHAR4Assigned to domainDPR_LOCATION
URGENCYUrgency DPR_TV_URGENCYCHAR2DPR_URGENCY
AREAArea DPR_TV_AREACHAR4Assigned to domainDPR_AREA
AREA_TEXTArea Text DPR_TV_AREA_TEXTCHAR30TEXT30
SM_ORGUNIT_OBJIDObject ID HROBJIDNUMC8Assigned to domainHROBJIDPON
SM_ORGUNIT_SHORTObject Abbreviation SHORT_DCHAR12TEXT12
SM_ORGUNIT_STEXTObject Name STEXTCHAR40TEXT40
CM_ORGUNIT_OBJIDObject ID HROBJIDNUMC8Assigned to domainHROBJIDPON
CM_ORGUNIT_SHORTObject Abbreviation SHORT_DCHAR12TEXT12
CM_ORGUNIT_STEXTObject Name STEXTCHAR40TEXT40
SM_USERUser Name in User Master Record XUBNAMECHAR12Assigned to domainXUBNAMEXUS
CM_USERUser Name in User Master Record XUBNAMECHAR12Assigned to domainXUBNAMEXUS
EA_DUMMYDummy Data Element for Enhanced Proj. Mgmt Attributes DPR_TV_EA_DUMMYCHAR1CHAR1
STATUS_KEYChange Status DPR_TV_STATUS_CHANGECHAR17

Key field Non-key field



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

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

How to access SAP table DPR_TS_UI_PART_DATA

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


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!