SAP BAPI_TS_PRP_PROJECTROLE Role Attributes Table data and field list

BAPI_TS_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_BAPI_TS_PRP_PROJECTROLE TYPE BAPI_TS_PRP_PROJECTROLE.

The BAPI_TS_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 (Project Element Name), SORT_NUMBER (Sort Number), ROLE_TYPE (Role Type for Projects), WORK_EFFORT (Demand or Assigned Effort)... 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. .

BAPI_TS_PRP_PROJECTROLE structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP BAPI_TS_PRP_PROJECTROLE structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the BAPI_TS_PRP_PROJECTROLE table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
ROLE_NAME_LANGUAGEExternal Language Key DPR_TV_LANGU_EXTCHAR2CHAR2
ROLE_NAMEProject Element Name DPR_TV_NAMECHAR40TEXT40
SORT_NUMBERSort Number DPR_TV_SORT_NUMBERNUMC5
ROLE_TYPERole Type for Projects DPR_TV_PARTICIPANT_ROLECHAR15Assigned to domainDPR_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_ISOCODE_UNITISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
PARTNER_ROLEBP Role DPR_TV_BU_ROLECHAR6Assigned to domainBU_RLTYPBUPA_ROLE
VACANTVacant Checkbox of Role DPR_TV_VACANTCHAR1DPR_BOOLEAN
VACANCY_CONTACTUnique Object Key (CHAR32) DPR_TV_GUID_BAPICHAR32SYSUUID_C
RATECost Rate/Revenue Rate for Project Costing DPR_TV_RATECHAR15Assigned to domainDPR_RATE_TYPE
REVENUE_RATEDifferent Revenue DPR_TV_REVENUE_RATE_MANUALCURR11(2) PREIS
CURRENCYCurrency Key WAERS_CURCCUKY5Assigned to domainWAERSFWS
CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
ACTUAL_WORKConfirmation DPR_TV_ACT_WORK_EXTQUAN9(2) DPR_WORK
ACTUAL_WORK_UNITConfirmation Unit DPR_TV_ACT_WRK_UNITUNIT3Assigned to domainCUNITMEINS
ACTUAL_WORK_ISOCODE_UNITISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
BEGIN_DATEDate in BAPI Import Interface (YYYYMMDD) DPR_TV_BAPI_DATEDATS8DATS
END_DATEDate in BAPI Import Interface (YYYYMMDD) DPR_TV_BAPI_DATEDATS8DATS
STAFFING_MANAGERUser Name of Staffing Manager PRP_TV_BAPI_STAFFING_MANAGERCHAR12SYCHAR12
STAFFING_ORGANIZATIONStaffing Organization PRP_TV_BAPI_STAFFING_ORGNUMC8Assigned to domainHROBJID
CANDIDATE_MANAGERUser Name of Candidate Manager PRP_TV_BAPI_CANDIDATE_MANAGERCHAR12SYCHAR12
CANDIDATE_ORGANIZATIONCandidate Management Organization PRP_TV_BAPI_CANDIDATE_ORGNUMC8Assigned to domainHROBJID
CANDATIDATE_MANAGEMENT_ACTIVEGeneral Flag FLAGCHAR1FLAG
ROLE_DESCRIPTION_LANGUAGEExternal Language Key DPR_TV_LANGU_EXTCHAR2CHAR2
ROLE_DESCRIPTION_PART1RAW Portion of Length 255 for Long Text, Approval Doc. DPR_TV_BAPI_DESCRIPTION_RAWRAW255
ROLE_DESCRIPTION_PART2RAW Portion of Length 255 for Long Text, Approval Doc. DPR_TV_BAPI_DESCRIPTION_RAWRAW255
ROLE_DESCRIPTION_PART3RAW Portion of Length 255 for Long Text, Approval Doc. DPR_TV_BAPI_DESCRIPTION_RAWRAW255
ROLE_DESCRIPTION_PART4RAW Portion of Length 255 for Long Text, Approval Doc. DPR_TV_BAPI_DESCRIPTION_RAWRAW255
ROLE_IDRole ID DPR_TV_PART_IDCHAR24CHAR24
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

Key field Non-key field



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

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

How to access SAP table BAPI_TS_PRP_PROJECTROLE

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