RMPSPRO_DP_REP3 SAP (PRO Table for Linked Record Disposal) Table details

Dictionary Type: Table
Description: PRO Table for Linked Record Disposal




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




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

RMPSPRO_DP_REP3 is a standard SAP Table which is used to store PRO Table for Linked Record Disposal data and is available within R/3 SAP systems depending on the version and release level.

The RMPSPRO_DP_REP3 table consists of various fields, each holding specific information or linking keys about PRO Table for Linked Record Disposal data available in SAP. These include TRANSACTION_ID (Unique Key of a Disposal Transaction), PDIRID_LINKED (POID ID), PDIRID_DISPOSED (POID ID), STATUS (Disposal Status).. 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 RMPSPRO_DP_REP3 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
TRANSACTION_IDUnique Key of a Disposal Transaction RMPSP_DP_TCODECHAR32RMPSPRO_DP_REP1SYSUUID_C
PDIRID_LINKEDPOID ID SRMPOIDIDCHAR32SRMID
PDIRID_DISPOSEDPOID ID SRMPOIDIDCHAR32SRMID
STATUSDisposal Status RMPSP_DP_STATUSCHAR4RMPSP_DP_STATUS
CREATED_ATCreated On SCMG_CREATE_TIMEDEC15TSTPSSCMG_TIMESTAMP
CHANGED_ATLast Changed On SCMG_CHANGE_TIMEDEC15TSTPSSCMG_TIMESTAMP
LINKD_REC_SPSIDElement Type ID SRMSPSIDCHAR32SRMID
LINKD_REC_AREACharacter field, length 64 CHAR64CHAR64CHAR64
LINKD_REC_POIDDSDescription SRMDSCRCHAR64CHAR64
LINKD_REC_SPSTYPType SRMELEMTYPCHAR64CHAR64
LINKD_REC_RELTYPPOID - POID Relation Type for Areas SRMPPRETYPCHAR2SRMPPRETYP
LINKD_REC_RELCOMAttribute Value SDOK_PROPVCHAR64SDOK_PROPV
LINKD_REC_RELATRAdditional Attribute for the Relation (ID or Direct Content) SRMPRELATTRCHAR64SRMPRELATTR
DISP_REC_SCHD_IDUnique Key of a Disposal Schedule RMPSP_DP_IDCHAR24Assigned to domainRMPSP_DP_ID

Key field Non-key field



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

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

SELECT SINGLE *
FROM RMPSPRO_DP_REP3
INTO CORRESPONDING FIELDS OF WA_RMPSPRO_DP_REP3
WHERE...

How to access SAP table RMPSPRO_DP_REP3

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