RMPSPRO_EVNTTYPT SAP (Text Table Event Types for Disposal) Table details

Dictionary Type: Table
Description: Text Table Event Types for Disposal




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




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

RMPSPRO_EVNTTYPT is a standard SAP Table which is used to store Text Table Event Types for Disposal data and is available within R/3 SAP systems depending on the version and release level.

The RMPSPRO_EVNTTYPT table consists of various fields, each holding specific information or linking keys about Text Table Event Types for Disposal data available in SAP. These include LANGU (Language Key), EVENT_TYPE (Triggering Event of a Disposal Period), LTEXT (Text Field), DOD_RELEVANT (DoD: DoD-Relevant Indicator).. 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 or numeric)

Text table for: RMPSPRO_EVNTTYPE


SAP RMPSPRO_EVNTTYPT 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
LANGULanguage Key LANGULANG1Assigned to domainISOLASPRAS
EVENT_TYPETriggering Event of a Disposal Period RMPSPRO_EVENTTYPECHAR5RMPSPRO_EVNTTYPECHAR5
LTEXTText Field TEXT50CHAR50TEXT50
DOD_RELEVANTDoD: DoD-Relevant Indicator RMPS_DOD_RELEVANTCHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM RMPSPRO_EVNTTYPT
INTO CORRESPONDING FIELDS OF WA_RMPSPRO_EVNTTYPT
WHERE...

How to access SAP table RMPSPRO_EVNTTYPT

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