RMPS_DISPOSAL_OFFER_LIST SAP (DOMEA List of Providers (See RMPS_DISPOSAL_PORTION)) Structure details

Dictionary Type: Structure
Description: DOMEA List of Providers (See RMPS_DISPOSAL_PORTION)




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




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

RMPS_DISPOSAL_OFFER_LIST 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 "DOMEA List of Providers (See RMPS_DISPOSAL_PORTION)" 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_DISPOSAL_OFFER_LIST TYPE RMPS_DISPOSAL_OFFER_LIST.

The RMPS_DISPOSAL_OFFER_LIST table consists of various fields, each holding specific information or linking keys about DOMEA List of Providers (See RMPS_DISPOSAL_PORTION) data available in SAP. These include ORGUNIT (Place/Organizational Unit Initiating Record), DATE_TIME (Creation Date and Time of List of Providers), PORTION_TYPE (Disposal Record Type: Reference Unit, Record, Case), PORTION_ID (Run Number of Disposal Portion).. 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_DISPOSAL_OFFER_LIST 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
AUTHORITYOfficial Short Description of Authorities RMPS_AUTHORITYCHAR10TEXT10
ORGUNITPlace/Organizational Unit Initiating Record RMPS_ORGUNITCHAR30TEXT30
DATE_TIMECreation Date and Time of List of Providers RMPS_DATE_TIMECHAR20CHAR20
PORTION_TYPEDisposal Record Type: Reference Unit, Record, Case RMPS_PORTION_TYPECHAR1CHAR1
PORTION_IDRun Number of Disposal Portion RMPS_PORTION_IDCHAR12RMPS_PORTION_ID
REFERENCERecord No. RMPS_DISPOSAL_REFERENCECHAR64CHAR64
CONTENTContents/Case Reference/Record Reference RMPS_CONTENTCHAR50TEXT50
CASE_NUMCase Number/Case Reference RMPS_CASE_NUMCHAR30TEXT30
ACTIVE_TIMERuntime RMPS_ACTIVE_TIMECHAR30CHAR30
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

Key field Non-key field



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

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

How to access SAP table RMPS_DISPOSAL_OFFER_LIST

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