OIUREP_MRT_CRED SAP (MMS-2014: Credits Against Monthly Report) Table details

Dictionary Type: Table
Description: MMS-2014: Credits Against Monthly Report




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




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

OIUREP_MRT_CRED is a standard SAP Table which is used to store MMS-2014: Credits Against Monthly Report data and is available within R/3 SAP systems depending on the version and release level.

The OIUREP_MRT_CRED table consists of various fields, each holding specific information or linking keys about MMS-2014: Credits Against Monthly Report data available in SAP. These include BUKRS (Company Code), SALES_YEAR (MMS-2014 - Year), SALES_MONTH (MMS-2014 - Month), APPLY_TO_DOC (Production: MMS-2104 - Document ID).. 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_MRT_CRED 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 MANDTCLNT3T000MANDT
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
SALES_YEARMMS-2014 - Year OIUREP_MMS_2014_YEARNUMC4OIUREP_2014_RUNSOIUREP_YEAR
SALES_MONTHMMS-2014 - Month OIUREP_MMS_2014_MONTHNUMC2OIUREP_2014_RUNSAM_MONATOIUREP_MONTH
APPLY_TO_DOCProduction: MMS-2104 - Document ID OIUREP_MMS_2014_DOC_IDCHAR8
APPLY_FROM_DOCMMS-2104: From Document ID OIUREP_MMS_2014_FROM_DOC_IDCHAR22
CREDIT_AMTMMS-2014: Credits Amount Taken Against Monthly Report OIUREP_MMS_2014_MRT_CREDIT_AMTCURR15(2) OIUCM_CURRENCY_15_DECIMAL_2
CREDIT_CURMMS-2014: Currency of Credit Taken Against Monthly Report OIUREP_MMS_2014_MRT_CREDIT_CURCUKY5TCURCWAERS
CHANGE_USERName of Person Who Changed Object AENAMCHAR12USNAM
CHANGE_TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIUREP_MRT_CRED
INTO CORRESPONDING FIELDS OF WA_OIUREP_MRT_CRED
WHERE...

How to access SAP table OIUREP_MRT_CRED

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