RPM_TS_PROJ_STAFFING_RESOURCES SAP (RPM : Staffing dashboard structure - Projs,Roles, Res, Teams) Structure details

Dictionary Type: Structure
Description: RPM : Staffing dashboard structure - Projs,Roles, Res, Teams




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




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

RPM_TS_PROJ_STAFFING_RESOURCES 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 "RPM : Staffing dashboard structure - Projs,Roles, Res, Teams" 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_RPM_TS_PROJ_STAFFING_RESOURCES TYPE RPM_TS_PROJ_STAFFING_RESOURCES.

The RPM_TS_PROJ_STAFFING_RESOURCES table consists of various fields, each holding specific information or linking keys about RPM : Staffing dashboard structure - Projs,Roles, Res, Teams data available in SAP. These include PROJ_DESCRIPTION (Item Name), TEAM_ID (ID), TEAM_DESCRIPTION (Language-Dependent Description), RESOURCE_ID (ID).. 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 RPM_TS_PROJ_STAFFING_RESOURCES 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
PROJECT_IDProject ID RPM_TV_PROJECT_IDCHAR24
PROJ_DESCRIPTIONItem Name RPM_TV_PROJ_DESCRIPTIONCHAR40TEXT40
TEAM_IDID RPM_TV_EXTIDCHAR24
TEAM_DESCRIPTIONLanguage-Dependent Description CGPL_TEXT1CHAR40TEXT40
RESOURCE_IDID RPM_TV_EXTIDCHAR24
NAME1_TEXTFull Name BU_NAME1TXCHAR80TEXT80
ROLE_IDID RPM_TV_EXTIDCHAR24
ROLE_DESCRIPTIONPortfolio Management: Application Object Description RPM_TV_SHARED_DESCRIPTIONCHAR40TEXT40
D_PLANSTARTStart Date BEGDADATS8DATUM
D_PLANFINISHEnd Date ENDDADATS8DATUM
STATUS_TProject Execution Status Text RPM_PROJECT_EXECSTAT_TEXTCHAR30TEXT30
STAFFING_ICONProject Staffing RPM_TV_STAFFING_ICONCHAR4Assigned to domainICON
STAFFING_GROUPStaffing Status Group RPM_TV_STAFFING_GROUPNUMC2Assigned to domainRPM_STAFFING_GROUP
SCHEDULE_ICONProject Schedule RPM_TV_SCHEDULE_ICONCHAR4Assigned to domainICON
DELETE_POSSIBLEData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
RESOURCE_ICONIcon in text fields (substitute display, alias) ICON_DCHAR4Assigned to domainICON
LEADCheckbox XFELDCHAR1XFELD
PARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
NAME_FIRSTFirst name of business partner (person) BU_NAMEP_FCHAR40BU_NAME
NAME_LASTLast name of business partner (person) BU_NAMEP_LCHAR40BU_NAME
NAMEFormatted Name of Employee or Applicant EMNAMCHAR40TEXT40
EMPLOYEE_IDID of a Person RPM_TV_PERSON_IDCHAR25TEXT25
ALL_ROLESCheckbox XFELDCHAR1XFELD
PROPOSEDData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE

Key field Non-key field



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

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

How to access SAP table RPM_TS_PROJ_STAFFING_RESOURCES

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