OIUVL_MTAD SAP (Marketing Cost Tax Exemption - Detail) Table details

Dictionary Type: Table
Description: Marketing Cost Tax Exemption - Detail




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




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

OIUVL_MTAD is a standard SAP Table which is used to store Marketing Cost Tax Exemption - Detail data and is available within R/3 SAP systems depending on the version and release level.

The OIUVL_MTAD table consists of various fields, each holding specific information or linking keys about Marketing Cost Tax Exemption - Detail data available in SAP. These include MTAH_NO (Marketing Cost Tax Exemption Header Number), MK_TYPE_CD (Marketing type code), ALL_RATE_QTY (Allowable rate quantity), ALL_PER_VAL (Allowable Percent).. 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 OIUVL_MTAD 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
MTAH_NOMarketing Cost Tax Exemption Header Number OIUVL_MTAH_NONUMC12OIU_SYS_NO
MK_TYPE_CDMarketing type code OIU_MK_TYPE_CDCHAR2OIU_CM_MKCTOIU_MK_TYPE_CD
ALL_RATE_QTYAllowable rate quantity OIUVL_ALL_RATE_QTYQUAN17(3) OIU_QUANTITY_17_3
ALL_PER_VALAllowable Percent OIUVL_ALL_PER_VALDEC9(6) OIU_PERCENT96
MAX_PER_VALMaximum Allowance Quantity OIUVL_MAX_PER_VALDEC9(6) OIU_PERCENT96
ALL_RATE_UAllowance Rate Unit of Measure OIUVL_ALL_RATE_UUNIT3T006CUNITMEINS
ALL_VAL_CURAllowance Value Currency Key OIUVL_ALL_VAL_CURCUKY5TCURCWAERS

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIUVL_MTAD
INTO CORRESPONDING FIELDS OF WA_OIUVL_MTAD
WHERE...

How to access SAP table OIUVL_MTAD

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