RPM_FES_RES_ROLE SAP (To be deleted) Table details

Dictionary Type: Table
Description: To be deleted




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




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

RPM_FES_RES_ROLE is a standard SAP Table which is used to store To be deleted data and is available within R/3 SAP systems depending on the version and release level.

The RPM_FES_RES_ROLE table consists of various fields, each holding specific information or linking keys about To be deleted data available in SAP. These include GUID (Guid for application objects), TYPE (FES Assignment Type), ROLE_ID (Role ID), RESOURCE_GUID (Guid for application objects).. 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: Can be enhanced (character-type or numeric)


SAP RPM_FES_RES_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
TYPEFES Assignment Type RPM_FES_TV_ASSIGN_TYPECHAR2RPM_FES_TD_ASSIGN_TYPE
ROLE_IDRole ID ACO_ROLE_IDCHAR30Assigned to domainAGR_NAME
RESOURCE_GUIDGuid for application objects RPM_TV_GUIDRAW16RPM_GUID
PROJECT_GUIDGuid for application objects RPM_TV_GUIDRAW16RPM_GUID
ABSTCT_ROL_GUIDGuid for application objects RPM_TV_GUIDRAW16RPM_GUID
CONCRET_ROL_GUIDGuid for application objects RPM_TV_GUIDRAW16RPM_GUID
BUPALINK_GUIDGuid for application objects RPM_TV_GUIDRAW16RPM_GUID
START_DATEStart Date BEGDADATS8DATUM
END_DATEEnd Date ENDDADATS8DATUM
BREAKDOWNResource Manager Worklist Period Breakdown RPM_TV_RM_WORKLIST_PER_BKDOWNNUMC2DPR_PERIOD_TYPE
ALLOCATION_UNITBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
ROLE_TYPERole Type for Projects DPR_TV_PARTICIPANT_ROLECHAR15Assigned to domainDPR_PARTICIPANT_ROLE
IS_VACANTVacant Checkbox of Role DPR_TV_VACANTCHAR1DPR_BOOLEAN
STATUSObject Status CRM_J_STATUSCHAR5CRM_J_STATUS
STAFF_AUTHORIZATStaffing Authorization RPM_FES_TV_AUTHORIZATIONCHAR1RPM_FES_TD_AUTHORIZATION
BOOKING_TYPEFES Booking Type RPM_FES_TV_BOOKING_TYPECHAR1RPM_FES_TD_BOOKING_TYPE
LAST_CHANGED_ONUTC Time Stamp in Short Form (YYYYMMDDhhmmss)(with Con.Exit) DPR_TV_TIMESTAMPDEC15TSTPSBCOS_TSTMP
CHANGED_BYUser ID ACO_USER_IDCHAR12Assigned to domainXUBNAME
CHANGED_ONUTC Time Stamp in Short Form (YYYYMMDDhhmmss)(with Con.Exit) DPR_TV_TIMESTAMPDEC15TSTPSBCOS_TSTMP
EXTERNAL_IDProject Planning: External Indentifier of an Element CGPL_EXTIDCHAR24CGPL_EXTID
LOCATIONLocation DPR_TV_LOCATIONCHAR4Assigned to domainDPR_LOCATION

Key field Non-key field



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

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

SELECT SINGLE *
FROM RPM_FES_RES_ROLE
INTO CORRESPONDING FIELDS OF WA_RPM_FES_RES_ROLE
WHERE...

How to access SAP table RPM_FES_RES_ROLE

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