RMPSPRO_EVNTTYPE SAP (Disposal Events) Table details

Dictionary Type: Table
Description: Disposal Events




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




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

RMPSPRO_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 RMPSPRO_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 (Level at which Disposal Schedule Applies), 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 = RMPSPRO_EVNTTYPT


SAP RMPSPRO_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_LEVELLevel at which Disposal Schedule Applies RMPS_LEVELCHAR1RMPS_LEVEL
EXTERNAL_EVENTExternal Event RMPS_EXTERNAL_EVENTCHAR1XFELD
EFFECTIVE_DATEEffective Disposal Date RMPSP_DP_DUEDATEDATS8BEGDARMPSDATS
LINKED_DATEFIELDLinked Date Attribute RMPS_LINKED_DATEFIELDCHAR25Assigned to domainSDOK_PROPN
DOD_RELEVANTDoD: DoD-Relevant Indicator RMPS_DOD_RELEVANTCHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM RMPSPRO_EVNTTYPE
INTO CORRESPONDING FIELDS OF WA_RMPSPRO_EVNTTYPE
WHERE...

How to access SAP table RMPSPRO_EVNTTYPE

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