RPM_ROLE SAP (RPM: Role attributes) Table details

Dictionary Type: Table
Description: RPM: Role attributes




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




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

RPM_ROLE is a standard SAP Table which is used to store RPM: Role attributes data and is available within R/3 SAP systems depending on the version and release level.

The RPM_ROLE table consists of various fields, each holding specific information or linking keys about RPM: Role attributes data available in SAP. These include GUID (Guid for application objects), ROLE_ID (ID), TOP_PROJECT_GUID (Guid for application objects), CRITICALITY (Portfolio Management: Criticality of Role).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP RPM_ROLE table 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
GUIDGuid for application objects RPM_TV_GUIDRAW16RPM_GUID
ROLE_IDID RPM_TV_EXTIDCHAR24
TOP_PROJECT_GUIDGuid for application objects RPM_TV_GUIDRAW16RPM_GUID
CRITICALITYPortfolio Management: Criticality of Role RPM_TV_ROLE_CRITICALITYNUMC2RPM_CRITICALITY
SEARCHABLEPortfolio Management: Is Role Searchable? RPM_TV_ROLE_SEARCHABLECHAR1RPM_TV_ROLE_SEARCH_STATUS
RPM_CHANGED_ONTime Stamp RPM_TV_TIMESTAMPDEC15TSTPSRPM_BCOS_TSTMP
EXPERT_IDPortfolio Mgmt Expert Finder: Expert ID RPM_TV_EXPERT_IDNUMC8NUM08
PLANNED_RESOURCEPortfolio Management: Planned Resources for a Given Role RPM_TV_ROLE_RESOURCE_ALLOCDEC20(2) RPM_AVAILABILITY
GLOBAL_ROLE_GUIDGuid for application objects RPM_TV_GUIDRAW16RPM_GUID
ROLE_TEMPL_GUIDGuid for application objects RPM_TV_GUIDRAW16RPM_GUID
PROJ_TEMPL_GUIDGuid for application objects RPM_TV_GUIDRAW16RPM_GUID
LOCATIONProject Location RPM_TV_PROJECT_LOCATIONCHAR4RPM_PROJ_LOCATRPM_PROJECT_LOCATIONRPM_SEARCH_LOCATION

Key field Non-key field



How do I retrieve data from SAP table RPM_ROLE using ABAP code

The following ABAP code Example will allow you to do a basic selection on RPM_ROLE to SELECT all data from the table
DATA: WA_RPM_ROLE TYPE RPM_ROLE.

SELECT SINGLE *
FROM RPM_ROLE
INTO CORRESPONDING FIELDS OF WA_RPM_ROLE
WHERE...

How to access SAP table RPM_ROLE

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