RMPSDOD_EVNTTYPE SAP (Disposal Events) Table details

Dictionary Type: Table
Description: Disposal Events




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




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

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

The RMPSDOD_EVNTTYPE table consists of various fields, each holding specific information or linking keys about Disposal Events data available in SAP. These include EVENT_TYPE (Triggering Event of a Disposal Period), PART_LEVEL (DOD: EVENT Level), EXTERNAL_EVENT (External Event), EFFECTIVE_DATE (Effective Disposal Date).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = RMPSDOD_EVNTTYPT


SAP RMPSDOD_EVNTTYPE 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
EVENT_TYPETriggering Event of a Disposal Period RMPSPRO_EVENTTYPECHAR5CHAR5
PART_LEVELDOD: EVENT Level RMPS_DOD_LEVELCHAR1RMPS_DOD_LEVEL
EXTERNAL_EVENTExternal Event RMPS_EXTERNAL_EVENTCHAR1XFELD
EFFECTIVE_DATEEffective Disposal Date RMPSP_DP_DUEDATEDATS8BEGDARMPSDATS
LINKED_DATEFIELDLinked Date Attribute RMPS_LINKED_DATEFIELDCHAR25Assigned to domainSDOK_PROPN
LINKED_REC_INSTRLinked Record Disposal Instruction RMPSPRO_LINKED_REC_INSTRCHAR3RMPSDOD_LINKED_REC_INSTR

Key field Non-key field



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

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

SELECT SINGLE *
FROM RMPSDOD_EVNTTYPE
INTO CORRESPONDING FIELDS OF WA_RMPSDOD_EVNTTYPE
WHERE...

How to access SAP table RMPSDOD_EVNTTYPE

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