TDDUNNLVL SAP (Dunning Levels by Number of Overdue Installments) Table details

Dictionary Type: Table
Description: Dunning Levels by Number of Overdue Installments




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




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

TDDUNNLVL is a standard SAP Table which is used to store Dunning Levels by Number of Overdue Installments data and is available within R/3 SAP systems depending on the version and release level.

The TDDUNNLVL table consists of various fields, each holding specific information or linking keys about Dunning Levels by Number of Overdue Installments data available in SAP. These include MAHNA (Dunning Procedure), AARREARS_MIN (Number of Overdue Installments from), AARREARS_MAX (Number of Overdue Installments to), MDUNNLVL_0 (Old Dunning Level 0).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TDDUNNLVL 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
MAHNADunning Procedure MAHNACHAR4T047AMAHNA
AARREARS_MINNumber of Overdue Installments from TB_NO_ARR_FRDEC5(2) DEC03_2
AARREARS_MAXNumber of Overdue Installments to TB_NO_ARR_TODEC5(2) DEC03_2
MDUNNLVL_0Old Dunning Level 0 TB_DUNNLVL_0NUMC1NUMC1
MDUNNLVL_1Old Dunning Level 1 TB_DUNNLVL_1NUMC1NUMC1
MDUNNLVL_2Old Dunning Level 2 TB_DUNNLVL_2NUMC1NUMC1
MDUNNLVL_3Old Dunning Level 3 TB_DUNNLVL_3NUMC1NUMC1
MDUNNLVL_4Old Dunning Level 4 TB_DUNNLVL_4NUMC1NUMC1
MDUNNLVL_5Old Dunning Level 5 TB_DUNNLVL_5NUMC1NUMC1
MDUNNLVL_6Old Dunning Level 6 TB_DUNNLVL_6NUMC1NUMC1
MDUNNLVL_7Old Dunning Level 7 TB_DUNNLVL_7NUMC1NUMC1
MDUNNLVL_8Old Dunning Level 8 TB_DUNNLVL_8NUMC1NUMC1
MDUNNLVL_9Old Dunning Level 9 TB_DUNNLVL_9NUMC1NUMC1

Key field Non-key field



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

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

SELECT SINGLE *
FROM TDDUNNLVL
INTO CORRESPONDING FIELDS OF WA_TDDUNNLVL
WHERE...

How to access SAP table TDDUNNLVL

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