RMPS_GENSPHIST_ALV SAP (Display Structure for ALV Display of History Table) Structure details

Dictionary Type: Structure
Description: Display Structure for ALV Display of History Table




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




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

RMPS_GENSPHIST_ALV 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 Structure for ALV Display of History Table" 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_GENSPHIST_ALV TYPE RMPS_GENSPHIST_ALV.

The RMPS_GENSPHIST_ALV table consists of various fields, each holding specific information or linking keys about Display Structure for ALV Display of History Table data available in SAP. These include MANDT (Client), GENSPTYPE (Type of Generic SP in History Table), RMSID (RMS ID), SPSID (Element Type ID).. 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 (character-type)


SAP RMPS_GENSPHIST_ALV 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
GENSPTYPEType of Generic SP in History Table RMPSGENSPTYPECHAR10RMPSGENSPTYPE
RMSIDRMS ID SRMRMSIDCHAR32SRMID
SPSIDElement Type ID SRMSPSIDCHAR32SRMID
DOC_CLASSDocument class SDOK_CLASSCHAR10Assigned to domainSDOK_CLASS
DOC_IDID for documents and relations SDOK_DOCIDCHAR32SDOK_DOCID
PDIRIDPOID ID SRMPOIDIDCHAR32SRMID
PATHIDProcess Route ID SRMWFPTHIDNUMC12Assigned to domainSRMWFPTHID
DOC_REFDocument Number RMPS_DOC_REFCHAR64SDOK_PROPV
INC_DATEDate Received RMPS_ENTRY_DATEDATS8BEGDARMPSDATS
SENDERSender of Incoming Post Item RMPS_SENDERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
SUBJECTLetter Reference RMPS_SUBJECTCHAR64SDOK_PROPV
DOCTYPEIncoming Item Type RMPSPETYPECHAR10Assigned to domainRMPSPETYPERMPS_S_DOCTYPE
FLG_DELObject Deleted from Database RMPSDELFLAGCHAR1XFELD
FPLAN_POSRecord Plan Item RMPS_FPLAN_POSCHAR64RMPS_FPLAN_POS
CREATED_ATCreation time (UTC) SDOK_CRTSTNUMC14TSTLCSDOK_TSTMP
CREATED_BYCreated by SDOK_CRUSRCHAR12USERNAME
DELETED_ATTime of Deletion RMPS_DELETED_ATNUMC14TSTLCSDOK_TSTMP
DELETED_BYDeleted By RMPS_DELETED_BYCHAR12USERNAME
DOCTYPETEXTDescription of Document, Incoming Post, Record RMPSPEDESCRCHAR40CHAR40K
SENDER_TEXTDescription of Sender RMPS_BUPA_DESCRCHAR80CHAR80
DEL_ICONIcon Deleted RMPS_DEL_ICONCHAR30ICONNAME

Key field Non-key field



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

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

How to access SAP table RMPS_GENSPHIST_ALV

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