RMPS_DISPOSALTY SAP (Type of RMS-ID (disposal, fileplan, ...)) Table details

Dictionary Type: Table
Description: Type of RMS-ID (disposal, fileplan, ...)




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




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

RMPS_DISPOSALTY is a standard SAP Table which is used to store Type of RMS-ID (disposal, fileplan, ...) data and is available within R/3 SAP systems depending on the version and release level.

The RMPS_DISPOSALTY table consists of various fields, each holding specific information or linking keys about Type of RMS-ID (disposal, fileplan, ...) data available in SAP. These include RMS_ID (RMS ID), DISPOSAL_TYPE (Type of Disposal), UPDATE_EVENT (Send event if disposal schedule is changed), CLASS (Document Class Folder Model Fileplan 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP RMPS_DISPOSALTY 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
RMS_IDRMS ID SRMRMSIDCHAR32SRMID
DISPOSAL_TYPEType of Disposal RMPS_DISPOSAL_TYPECHAR4RMPS_DSPSL_TYPECHAR4
UPDATE_EVENTSend event if disposal schedule is changed RMPS_DISPOSAL_UPDATE_EVENTCHAR1XFELD
CLASSDocument Class Folder Model Fileplan Class RMPSP_CLASS_DOCCLASSCHAR10Assigned to domainSDOK_CLASS
DOC_IDID Folder Model Fileplan Class RMPSP_CLASS_DOCIDCHAR128
CASE_TYPECase Type SCMGCASE_TYPECHAR4SCMGCASETYPESCMGCASE_TYPE
AUTH_TYPEType of Authorization Check RMPS_AUTH_TYPECHAR4RMPS_AUTH_TYPE
AUTHCHECK_4_DECLAuthorization Check for Document Declarations RMPS_AUTHCHECK_4_DECLARECHAR1SRMBOOLEAN
SPS_CLASSSPS ID for Class RMPSP_SPS_CLASSCHAR32SRMID
SPS_PARTSPS ID for Part RMPSP_SPS_PARTCHAR32SRMID
PART_DOCCLASSDocument Class Folder Model Part RMPSP_PART_DOCCLASSCHAR10Assigned to domainSDOK_CLASS
PART_DOCIDID Folder Model Part RMPSP_PART_DOCIDCHAR128
DECLARE_TYPEDeclaration Selection Type RMPS_SEL_TYPECHAR2RMPSPRO_SELTYPRMPS_SEL_TYPE
CLASS_FOLDERClasses and Folders on same level RMPS_CLASS_AND_FOLDERCHAR1SRMBOOLEAN

Key field Non-key field



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

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

SELECT SINGLE *
FROM RMPS_DISPOSALTY
INTO CORRESPONDING FIELDS OF WA_RMPS_DISPOSALTY
WHERE...

How to access SAP table RMPS_DISPOSALTY

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