RMPS_S_DISELEMS SAP (Retention Elements (Data Record Descriptions)) Structure details

Dictionary Type: Structure
Description: Retention Elements (Data Record Descriptions)




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




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

RMPS_S_DISELEMS 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 "Retention Elements (Data Record Descriptions)" 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_S_DISELEMS TYPE RMPS_S_DISELEMS.

The RMPS_S_DISELEMS table consists of various fields, each holding specific information or linking keys about Retention Elements (Data Record Descriptions) data available in SAP. These include MANDT (Client), RMS_ID (RMS ID), DP_ID (Run Number of Disposal Portion), DU_ID (Disposal Unit/Record Segment).. 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)


SAP RMPS_S_DISELEMS 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
RMS_IDRMS ID SRMRMSIDCHAR32SRMID
DP_IDRun Number of Disposal Portion RMPS_PORTION_IDCHAR12RMPS_PORTION_ID
DU_IDDisposal Unit/Record Segment RMPS_DISPOSAL_UNITNUMC10RMPS_DISUNITNUMC10
PDIR_IDPOID ID SRMPOIDIDCHAR32SRMID
DATE_TIMECreation Date and Time of List of Providers RMPS_DATE_TIMECHAR20CHAR20
TYPEDisposal Record Type: Reference Unit, Record, Case RMPS_PORTION_TYPECHAR1CHAR1
CREATED_BYSystem user who created the list of providers RMPS_OFFER_LIST_CREATED_BYCHAR12SYCHAR12
CREATED_ATDate on which the list of providers was created RMPS_OFFER_LIST_CREATED_ATDATS8SYDATS
EXPORTED_BYSystem user who executed the disposal, export RMPS_EXPORT_LIST_CREATED_BYCHAR12SYCHAR12
EXPORTED_ATDate on which the sorting, export was carried out RMPS_EXPORT_LIST_CREATED_ATDATS8SYDATS
CONFIRMED_BYSystem user who confirmed the successful disposal RMPS_CONFIRMED_BYCHAR12SYCHAR12
CONFIRMED_ATDate on which the successful disposal was confirmed RMPS_CONFIRMED_ATDATS8SYDATS
CONTENTContents/Case Reference/Record Reference RMPS_CONTENTCHAR50TEXT50
REFERENCERecord No. RMPS_DISPOSAL_REFERENCECHAR64CHAR64
CASE_NUMCase Number/Case Reference RMPS_CASE_NUMCHAR30TEXT30
ACTIV_TIME_STARTStart of Runtime RMPS_ACTIVE_TIME_STARTDATS8BEGDARMPSDATS
ACTIV_TIME_ENDEnd of Runtime RMPS_ACTIVE_TIME_ENDDATS8BEGDARMPSDATS
STORDUR_VALUEStorage Duration: Number Refers to Time Unit RMPS_STORAGE_DURATION_VALUENUMC5NUMC5
STORDUR_ENDFinal Year of Retention Period RMPS_DISPOSAL_STORDUR_ENDNUMC4NUM4
MEDIUMPaper Form or Electronic Form RMPS_DISPOSAL_MEDIUMCHAR1CHAR1
ARCHIVE_NOArchive Number of German Federal Archive RMPS_DISPOSAL_ARCHIVE_NONUMC10NUM10
EXTENSION_CHARSupplementary Letter for Archive Number RMPS_DISPOSAL_EXTENSION_CHARCHAR3CHAR3
EVAL_STATUSEvaluation Status (Eval. Result of German Federal Archive) RMPS_DISPOSAL_EVAL_STATUSCHAR1CHAR1
DISPOSAL_DONEDisposal Carried Out RMPS_DISPOSAL_DONECHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table RMPS_S_DISELEMS

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