RPM_PAGE_ID SAP (Project Info : Table for Portal Page Id's) Table details

Dictionary Type: Table
Description: Project Info : Table for Portal Page Id's




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




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

RPM_PAGE_ID is a standard SAP Table which is used to store Project Info : Table for Portal Page Id's data and is available within R/3 SAP systems depending on the version and release level.

The RPM_PAGE_ID table consists of various fields, each holding specific information or linking keys about Project Info : Table for Portal Page Id's data available in SAP. These include LINK_ID (Project Info:Portal Page Id), PORTAL_PAGE_ID (Project Info : Portal Page Id), ACTIVITY (Action for the navigation info), UI_RELATIVE (Absolute / Relative Flag).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = RPM_PAGE_ID_T


SAP RPM_PAGE_ID 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
LINK_IDProject Info:Portal Page Id RPM_TV_LINK_IDNUMC4
PORTAL_PAGE_IDProject Info : Portal Page Id RPM_TV_PORTAL_PAGE_IDCHAR255
ACTIVITYAction for the navigation info /RPM/TV_ACTIONNUMC4/RPM/TD_ACTION
UI_RELATIVEAbsolute / Relative Flag /RPM/TV_RELATIVECHAR1/RPM/TD_RELATIVE
LINK_PROVIDERSLink Providers /RPM/TV_LINK_PROVIDERNUMC3/RPM/TD_LINK_PROVIDER
ACO_ACTIVITYActivity for Authorization Check ACO_ACTVTCHAR10ACO_ACTIVITYACO_ACTVT

Key field Non-key field



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

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

SELECT SINGLE *
FROM RPM_PAGE_ID
INTO CORRESPONDING FIELDS OF WA_RPM_PAGE_ID
WHERE...

How to access SAP table RPM_PAGE_ID

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