RPM_TS_ROLE_ARCH SAP (Role data archiving structure) Structure details

Dictionary Type: Structure
Description: Role data archiving structure




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




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

RPM_TS_ROLE_ARCH 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 archiving structure" 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_ROLE_ARCH TYPE RPM_TS_ROLE_ARCH.

The RPM_TS_ROLE_ARCH table consists of various fields, each holding specific information or linking keys about Role data archiving structure data available in SAP. These include EXTERNAL_ID (ID), ROLE_DESCRIPTION (Portfolio Management: Application Object Description), PLANSTART (Planned start date), PLANFINISH (Planned Finish Date).. 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_ROLE_ARCH 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_GUIDProject Planning: 16 Character GUID for Tasks CGPL_TASK_GUIDRAW16CGPLPCGPL_PROJECT_GUID
EXTERNAL_IDID RPM_TV_EXTIDCHAR24
ROLE_DESCRIPTIONPortfolio Management: Application Object Description RPM_TV_SHARED_DESCRIPTIONCHAR40TEXT40
PLANSTARTPlanned start date CGPL_PLANSTARTDEC15TSTPSBCOS_TSTMP
PLANFINISHPlanned Finish Date CGPL_PLANFINISHDEC15TSTPSBCOS_TSTMP
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_LOCATIONCHAR4Assigned to domainRPM_PROJECT_LOCATIONRPM_SEARCH_LOCATION
DUMMYSingle-Character Indicator CHAR1CHAR1CHAR1
DATE_PLANSTARTStart Date BEGDADATS8DATUM
DATE_PLANFINISHEnd Date ENDDADATS8DATUM
PROJECT_PLANSTARTStart Date BEGDADATS8DATUM
PROJECT_PLANFINISHEnd Date ENDDADATS8DATUM
ROLE_TEMPL_IDID RPM_TV_EXTIDCHAR24
ROLE_TEMPL_DESCRPortfolio Management: Application Object Description RPM_TV_SHARED_DESCRIPTIONCHAR40TEXT40
PROJ_TEMPL_IDID RPM_TV_EXTIDCHAR24
PROJ_TEMPL_DESCRPortfolio Management: Application Object Description RPM_TV_SHARED_DESCRIPTIONCHAR40TEXT40
GLOBAL_ROLE_IDID RPM_TV_EXTIDCHAR24
GLOBAL_ROLE_DESCRPortfolio Management: Application Object Description RPM_TV_SHARED_DESCRIPTIONCHAR40TEXT40
PARENT_ROLE_DESCRPortfolio Management: Application Object Description RPM_TV_SHARED_DESCRIPTIONCHAR40TEXT40
NUMBER_OF_CHILDRENPortfolio Management: Number of Nodes RPM_TV_NODE_CARDINALITYINT410INT4
LOC_GEOGRAPHYProject Geography RPM_TV_PROJECT_GEOGRAPHYCHAR4Assigned to domainRPM_PROJECT_GEOGRAPHYRPM_SEARCH_GOEGRAPHY
ROLE_SHORT_TEXTPortfolio Management: Application Object Short Text RPM_TV_SHORT_TEXTCHAR255CHAR255
PARENT_IDParent ID RPM_TV_PARENT_EXTIDCHAR24
LEFT_IDLeft ID RPM_TV_LEFT_EXTIDCHAR24
RIGHT_IDRight ID RPM_TV_RIGHT_EXTIDCHAR24

Key field Non-key field



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

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

How to access SAP table RPM_TS_ROLE_ARCH

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