RMPSGENSPHIST SAP (History Table for Generic SP Objects) Table details

Dictionary Type: Table
Description: History Table for Generic SP Objects




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




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

RMPSGENSPHIST is a standard SAP Table which is used to store History Table for Generic SP Objects data and is available within R/3 SAP systems depending on the version and release level.

The RMPSGENSPHIST table consists of various fields, each holding specific information or linking keys about History Table for Generic SP Objects data available in SAP. These include GENSPTYPE (Type of Generic SP in History Table), RMSID (RMS ID), SPSID (Element Type ID), DOC_CLASS (Document class).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP RMPSGENSPHIST 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
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

Key field Non-key field



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

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

SELECT SINGLE *
FROM RMPSGENSPHIST
INTO CORRESPONDING FIELDS OF WA_RMPSGENSPHIST
WHERE...

How to access SAP table RMPSGENSPHIST

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