WFDSS_PRP_PROJECTROLE SAP (Role Attributes) Structure details

Dictionary Type: Structure
Description: Role Attributes




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




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

WFDSS_PRP_PROJECTROLE 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 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_WFDSS_PRP_PROJECTROLE TYPE WFDSS_PRP_PROJECTROLE.

The WFDSS_PRP_PROJECTROLE table consists of various fields, each holding specific information or linking keys about Role Attributes data available in SAP. These include ROLE_NAME (Name of Project Role Type), SORT_NUMBER (5 Character Numeric NUMC), ROLE_TYPE (Project Type), WORK_EFFORT (Required Capacity).. 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: Cannot Be Enhanced


SAP WFDSS_PRP_PROJECTROLE 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_NAME_LANGUAGEExternal Language Key WFDSE_LANGUAGECHAR2CHAR2
ROLE_NAMEName of Project Role Type WFDSE_PROJECT_PART_ROLE_TEXTCHAR40CHAR40
SORT_NUMBER5 Character Numeric NUMC NUMC5NUMC5NUM5
ROLE_TYPEProject Type WFDSE_PROJECT_PRO_TYPECHAR15
WORK_EFFORTRequired Capacity WFDSE_PROJECT_EFFORTQUAN9(2)
WORK_UNITUnit for Required Capacity WFDSE_PROJECT_EFFORT_UNITUNIT3Assigned to domainCUNITMEINS
WORK_ISOCODE_UNITISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
PARTNER_ROLECharacter field of length 6 CHAR6CHAR6CHAR6
VACANTSingle-Character Indicator CHAR1CHAR1CHAR1
VACANCY_CONTACTGUID WFDSE_GUIDCHAR32CHAR32
RATECost/Revenue Rate for Project Roles and Business Partners WFDSE_PROJECT_RATECHAR15
REVENUE_RATEManual Cost/Revenue Rate WFDSE_PROJECT_REVENUE_RATECURR11(2)
CURRENCYCurrency Key WFDSE_PROJECT_CURRENCYCUKY5
CURRENCY_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
ACTUAL_WORKStaffed Required Capacity WFDSE_PROJECT_STAFFED_EFFORTQUAN9(2)
ACTUAL_WORK_UNITUnit for Required Capacity WFDSE_PROJECT_EFFORT_UNITUNIT3Assigned to domainCUNITMEINS
ACTUAL_WORK_ISOCODE_UNITISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
BEGIN_DATECalculated Start Date WFDSE_PROJECT_SCHEDULED_STARTDATS8
END_DATECalculated Finish Date WFDSE_PROJECT_SCHEDULED_FINISHDATS8
STAFFING_MANAGERUser Name of Staffing Manager WFDSE_PROJ_STAFFING_MANAGERCHAR12SYCHAR12
STAFFING_ORGANIZATIONResponsible Organization WFDSE_PROJECT_RESP_ORGNUMC8Assigned to domainHROBJID
CANDIDATE_MANAGERUser Name of Candidate Manager WFDSE_PROJ_CANDIDATE_MANAGERCHAR12SYCHAR12
CANDIDATE_ORGANIZATIONResponsible Organization WFDSE_PROJECT_RESP_ORGNUMC8Assigned to domainHROBJID
CANDATIDATE_MANAGEMENT_ACTIVERole Is Displayed in Candidate Manager's Worklist WFDSE_PROJ_CAND_IN_WORKLISTCHAR1WFDS_BOOLEAN
ROLE_DESCRIPTION_LANGUAGEExternal Language Key WFDSE_LANGUAGECHAR2CHAR2
ROLE_DESCRIPTION_PART1Raw Data (Binary, 255) RAW255RAW255
ROLE_DESCRIPTION_PART2Raw Data (Binary, 255) RAW255RAW255
ROLE_DESCRIPTION_PART3Raw Data (Binary, 255) RAW255RAW255
ROLE_DESCRIPTION_PART4Raw Data (Binary, 255) RAW255RAW255
ROLE_ID Role ID0
ROLE_FUNCTION_ID ID of Role Function0
LOCATION Location0
URGENCY Urgency0

Key field Non-key field



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

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

How to access SAP table WFDSS_PRP_PROJECTROLE

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