RMPSP_DSP SAP (Physical Disposal) Table details

Dictionary Type: Table
Description: Physical Disposal




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




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

RMPSP_DSP is a standard SAP Table which is used to store Physical Disposal data and is available within R/3 SAP systems depending on the version and release level.

The RMPSP_DSP table consists of various fields, each holding specific information or linking keys about Physical Disposal data available in SAP. These include PDIR_ID (POID ID Record), OBJ_NAME (Object Name), TRANS_ID (Unique Key of a Disposal Transaction), DISP_STATUS (Physical 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: Can be enhanced (character-type or numeric)


SAP RMPSP_DSP 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 MANDTCLNT3T000MANDT
PDIR_IDPOID ID Record RMPS_DIS_PDIR_RECCHAR32CHAR32
OBJ_NAMEObject Name RMPS_OBJECT_NAMECHAR255TEXT255
TRANS_IDUnique Key of a Disposal Transaction RMPSP_DP_TCODECHAR32SYSUUID_C
DISP_STATUSPhysical Disposal Status RMPSP_DSP_STATUSCHAR1RMPSP_DSP_STATUS
PD_LOCATStorage Location SRMGSPDLOCCHAR64SDOK_PROPV
UDATEPhysical Disposal Changed On RMPSP_DSP_UDATEDEC15TSTPSSCMG_TIMESTAMP
UNAMEPhysical Disposal Last Changed By RMPSP_DSP_UNAMECHAR12Assigned to domainXUBNAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM RMPSP_DSP
INTO CORRESPONDING FIELDS OF WA_RMPSP_DSP
WHERE...

How to access SAP table RMPSP_DSP

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