RMPS_WHEREABOUTS_DISPLAY SAP (Display of Current Location for a DOMEA Object) Structure details

Dictionary Type: Structure
Description: Display of Current Location for a DOMEA Object




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




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

RMPS_WHEREABOUTS_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 Current Location for a DOMEA 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_WHEREABOUTS_DISPLAY TYPE RMPS_WHEREABOUTS_DISPLAY.

The RMPS_WHEREABOUTS_DISPLAY table consists of various fields, each holding specific information or linking keys about Display of Current Location for a DOMEA Object data available in SAP. These include ICON (Data element for an ICON), SPS_NAME (Name of an Element Type), SPS_ID (Element Type ID), DISPLAY_NAME (Description of an 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_WHEREABOUTS_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
WHEREABOUTSCurr. Location RMPS_WHEREABOUTSCHAR64RMPS_WHEREABOUTS
WHEREABOUTS_TEXTDescription of Current Location RMPS_WHEREABOUTS_TEXTCHAR64RMPS_WHEREABOUTS
WHERE_TYPEAddress Category of Current Location RMPS_WHERE_TYPECHAR2RMPS_WHERE_TYPE
WHERE_TYPE_TEXTDescription of Address Type of Current Location RMPS_WHERE_TYPE_TEXTCHAR20TEXT20
WHERE_DATEDate of Current Location RMPS_WHERE_DATEDATS8BEGDARMPSDATS
WHERE_COMMENTComment on Location RMPS_WHERE_COMMENTCHAR64SRMRGDESC

Key field Non-key field



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

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

How to access SAP table RMPS_WHEREABOUTS_DISPLAY

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