RMPHAINFO SAP (RM: Additional Info. on the Nodes in a Portfolio Hierarchy) Structure details

Dictionary Type: Structure
Description: RM: Additional Info. on the Nodes in a Portfolio Hierarchy




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




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

RMPHAINFO 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 "RM: Additional Info. on the Nodes in a Portfolio Hierarchy" 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_RMPHAINFO TYPE RMPHAINFO.

The RMPHAINFO table consists of various fields, each holding specific information or linking keys about RM: Additional Info. on the Nodes in a Portfolio Hierarchy data available in SAP. These include TEXT1 (Text/Icon/Symbol), TLENGTH1 (Output length of a hierarchy node), TCOLOR1 (Color display of a hierarchy node), TINTENSIV1 (Intensity of display).. 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: Not classified


SAP RMPHAINFO 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
NAMEObject name SEU_NAMECHAR30SEU_NAME
TEXT1Text/Icon/Symbol SEU_TEXTCHAR75SEU_TEXT
TLENGTH1Output length of a hierarchy node SEU_NODELNNUMC2NUM2
TCOLOR1Color display of a hierarchy node SEU_COLORNUMC1NUM1
TINTENSIV1Intensity of display SEU_INTENSCHAR1CHAR1
KIND1Text type (Space = Text, 'I' = 'Icon', 'S' = Symbol) SEU_KINDCHAR1CHAR1
TEXT2Text/Icon/Symbol SEU_TEXTCHAR75SEU_TEXT
TLENGTH2Output length of a hierarchy node SEU_NODELNNUMC2NUM2
TCOLOR2Color display of a hierarchy node SEU_COLORNUMC1NUM1
TINTENSIV2Intensity of display SEU_INTENSCHAR1CHAR1
KIND2Text type (Space = Text, 'I' = 'Icon', 'S' = Symbol) SEU_KINDCHAR1CHAR1
TEXT3Text/Icon/Symbol SEU_TEXTCHAR75SEU_TEXT
TLENGTH3Output length of a hierarchy node SEU_NODELNNUMC2NUM2
TCOLOR3Color display of a hierarchy node SEU_COLORNUMC1NUM1
TINTENSIV3Intensity of display SEU_INTENSCHAR1CHAR1
KIND3Text type (Space = Text, 'I' = 'Icon', 'S' = Symbol) SEU_KINDCHAR1CHAR1
TEXT4Text/Icon/Symbol SEU_TEXTCHAR75SEU_TEXT
TLENGTH4Output length of a hierarchy node SEU_NODELNNUMC2NUM2
TCOLOR4Color display of a hierarchy node SEU_COLORNUMC1NUM1
TINTENSIV4Intensity of display SEU_INTENSCHAR1CHAR1
KIND4Text type (Space = Text, 'I' = 'Icon', 'S' = Symbol) SEU_KINDCHAR1CHAR1
TEXT5Text/Icon/Symbol SEU_TEXTCHAR75SEU_TEXT
TLENGTH5Output length of a hierarchy node SEU_NODELNNUMC2NUM2
TCOLOR5Color display of a hierarchy node SEU_COLORNUMC1NUM1
TINTENSIV5Intensity of display SEU_INTENSCHAR1CHAR1
KIND5Text type (Space = Text, 'I' = 'Icon', 'S' = Symbol) SEU_KINDCHAR1CHAR1
TEXT6Text/Icon/Symbol SEU_TEXTCHAR75SEU_TEXT
TLENGTH6Output length of a hierarchy node SEU_NODELNNUMC2NUM2
TCOLOR6Color display of a hierarchy node SEU_COLORNUMC1NUM1
TINTENSIV6Intensity of display SEU_INTENSCHAR1CHAR1
KIND6Text type (Space = Text, 'I' = 'Icon', 'S' = Symbol) SEU_KINDCHAR1CHAR1
TEXT7Text/Icon/Symbol SEU_TEXTCHAR75SEU_TEXT
TLENGTH7Output length of a hierarchy node SEU_NODELNNUMC2NUM2
TCOLOR7Color display of a hierarchy node SEU_COLORNUMC1NUM1
TINTENSIV7Intensity of display SEU_INTENSCHAR1CHAR1
KIND7Text type (Space = Text, 'I' = 'Icon', 'S' = Symbol) SEU_KINDCHAR1CHAR1
TEXT8Text/Icon/Symbol SEU_TEXTCHAR75SEU_TEXT
TLENGTH8Output length of a hierarchy node SEU_NODELNNUMC2NUM2
TCOLOR8Color display of a hierarchy node SEU_COLORNUMC1NUM1
TINTENSIV8Intensity of display SEU_INTENSCHAR1CHAR1
KIND8Text type (Space = Text, 'I' = 'Icon', 'S' = Symbol) SEU_KINDCHAR1CHAR1
TEXT9Text/Icon/Symbol SEU_TEXTCHAR75SEU_TEXT
TLENGTH9Output length of a hierarchy node SEU_NODELNNUMC2NUM2
TCOLOR9Color display of a hierarchy node SEU_COLORNUMC1NUM1
TINTENSIV9Intensity of display SEU_INTENSCHAR1CHAR1
KIND9Text type (Space = Text, 'I' = 'Icon', 'S' = Symbol) SEU_KINDCHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table RMPHAINFO

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