RMPSSIGSTATE SAP (Persistence of Signature Status) Table details

Dictionary Type: Table
Description: Persistence of Signature Status




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




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

RMPSSIGSTATE is a standard SAP Table which is used to store Persistence of Signature Status data and is available within R/3 SAP systems depending on the version and release level.

The RMPSSIGSTATE table consists of various fields, each holding specific information or linking keys about Persistence of Signature Status data available in SAP. These include GENSPTYPE (Type of Generic SP in History Table), DOC_CLASS (Storage Location of Document in SRM (Content Model)), DOC_ID (GUID), DOCVAR (Position).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RMPSSIGSTATE 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
DOC_CLASSStorage Location of Document in SRM (Content Model) BAPIDCLASSCHAR10Assigned to domainSDOK_CLASS
DOC_IDGUID BAPIGUIDCHAR32SDOK_DOCID
DOCVARPosition BAPIPOSINT410
DOCVERSPosition BAPIPOSINT410
OBJTPCode for document class SO_OBJ_TPCHAR3Assigned to domainSO_OBJ_TP
OBJYRObject: Year from ID SO_OBJ_YRCHAR2SO_OBJ_YR
OBJNOObject: Number from ID SO_OBJ_NOCHAR12Assigned to domainSO_OBJ_NO
SIGSTATEBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
CHANGEDBYElement Changed by RMPS_USER_CHANGEDCHAR12Assigned to domainXUBNAME
CHANGEDATTime of Change of Element RMPS_DATE_CHANGEDDEC15TSTPSSCMG_TIMESTAMP

Key field Non-key field



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

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

SELECT SINGLE *
FROM RMPSSIGSTATE
INTO CORRESPONDING FIELDS OF WA_RMPSSIGSTATE
WHERE...

How to access SAP table RMPSSIGSTATE

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