RMPS_SP_STD_INFO_DISPLAY SAP (Display of Standard Information for a RM Object) Structure details

Dictionary Type: Structure
Description: Display of Standard Information for a RM Object




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




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

RMPS_SP_STD_INFO_DISPLAY 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 "Display of Standard Information for a RM Object" 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_RMPS_SP_STD_INFO_DISPLAY TYPE RMPS_SP_STD_INFO_DISPLAY.

The RMPS_SP_STD_INFO_DISPLAY table consists of various fields, each holding specific information or linking keys about Display of Standard Information for a RM Object data available in SAP. These include SPS_NAME (Name of an Element Type), SPS_ID (Element Type ID), DISPLAY_NAME (Description of an Element), DATE_CREATED (Creation Time of Element).. 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 RMPS_SP_STD_INFO_DISPLAY 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
ICONData element for an ICON EDI_ICONCHAR40
SPS_NAMEName of an Element Type RMPS_SPS_TXTCHAR50TEXT50
SPS_IDElement Type ID SRMSPSIDCHAR32SRMID
DISPLAY_NAMEDescription of an Element RMPS_DESCRIPTIONCHAR128TEXT128
DATE_CREATEDCreation Time of Element RMPS_DATE_CREATEDDEC15TSTPSSCMG_TIMESTAMP
USER_CREATEDElement Created by RMPS_USER_CREATEDCHAR12Assigned to domainXUBNAME
DATE_CHANGEDTime of Change of Element RMPS_DATE_CHANGEDDEC15TSTPSSCMG_TIMESTAMP
USER_CHANGEDElement Changed by RMPS_USER_CHANGEDCHAR12Assigned to domainXUBNAME
STATE_VALUEStatus of an Element RMPS_STATE_VALUECHAR10
STATE_DISP_NAMEDescription of the Status of an Element RMPS_STATE_DESCRIPTIONCHAR64TEXT64
SEMANTIC_TYPESemantic Type of an Element RMPS_SEMANTIC_TYPESTRG0
OP_OBJ_IDNumber of an Object Involved in a Recursive Operation RMPS_OP_OBJ_IDINT410
PARENT_OBJ_IDNumber of Superior Object in a Recursive Operation RMPS_PARENT_OP_OBJ_IDINT410
HIER_LEVELHierarchy level RMPS_OP_HIER_LEVELINT13
USER_CREATED_TXTElement Created by RMPS_USER_CREATED_TXTCHAR80TEXT80
USER_CHANGED_TXTElement Changed by RMPS_USER_CHANGED_TXTCHAR80TEXT80
IS_START_OBJECTDisplays if an object is the start object of an operation RMPS_IS_START_OBJECTCHAR1SRMBOOLEAN
DESCRIPTION_IN_PARENTDescription in Parent Object RMPSP_DESCR_IN_PARENTCHAR128TEXT128

Key field Non-key field



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

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

How to access SAP table RMPS_SP_STD_INFO_DISPLAY

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