RMPS_DSP_S_ALL SAP (Physical Disposal) Structure details

Dictionary Type: Structure
Description: Physical Disposal




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




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

RMPS_DSP_S_ALL 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 "Physical Disposal" 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_DSP_S_ALL TYPE RMPS_DSP_S_ALL.

The RMPS_DSP_S_ALL table consists of various fields, each holding specific information or linking keys about Physical Disposal data available in SAP. These include OBJ_NAME (Object Name), TRANS_ID (Unique Key of a Disposal Transaction), DISP_STATUS (Physical Disposal Status), PD_LOCAT (Storage Location).. 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 or numeric)


SAP RMPS_DSP_S_ALL 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
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
EXPORT_STATUSTNA Disposal: Export Status RMPSP_DP_EXPSTATCHAR4RMPSP_DP_EXPSTAT
EXPORT_STATUS_TXTText length 25 TEXT25CHAR25TEXT25
DISP_STATUS_TXTText length 25 TEXT25CHAR25TEXT25
AUTHORISED_BYUser name USERNAMECHAR12USERNAME
TIMESTAMPCreation Time of Element RMPS_DATE_CREATEDDEC15TSTPSSCMG_TIMESTAMP

Key field Non-key field



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

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

How to access SAP table RMPS_DSP_S_ALL

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