OIUREP_MMS_DTEDT SAP (MMS-2014 Edit Effective Date Table) Table details

Dictionary Type: Table
Description: MMS-2014 Edit Effective Date Table




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




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

OIUREP_MMS_DTEDT is a standard SAP Table which is used to store MMS-2014 Edit Effective Date Table data and is available within R/3 SAP systems depending on the version and release level.

The OIUREP_MMS_DTEDT table consists of various fields, each holding specific information or linking keys about MMS-2014 Edit Effective Date Table data available in SAP. These include BUKRS (Company Code), RPTGEN_EDT_EFFDT (MMS-2014 Report Generation Edit Effective Date), MRTHST_EDT_EFFDT (MMS-2014 MRT History Edit Effective 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP OIUREP_MMS_DTEDT 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
RPTGEN_EDT_EFFDTMMS-2014 Report Generation Edit Effective Date OIUREP_RPTGEN_EDITEFFDTDATS8DATUM
MRTHST_EDT_EFFDTMMS-2014 MRT History Edit Effective Date OIUREP_MRTHIST_EDITEFFDTDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIUREP_MMS_DTEDT
INTO CORRESPONDING FIELDS OF WA_OIUREP_MMS_DTEDT
WHERE...

How to access SAP table OIUREP_MMS_DTEDT

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