MHND SAP (Dunning Data) Cluster Table details

Dictionary Type: Cluster Table
Description: Dunning Data




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




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

MHND is a standard SAP Cluster Table which is used to store Dunning Data data and is available within R/3 SAP systems depending on the version and release level.

The MHND table consists of various fields, each holding specific information or linking keys about Dunning Data data available in SAP. These include LAUFD (Date on Which the Program Is to Be Run), LAUFI (Additional Identification), KOART (Account Type), BUKRS (Company Code).. 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: Not classified


SAP MHND cluster 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
LAUFDDate on Which the Program Is to Be Run LAUFDDATS8DATUM
LAUFIAdditional Identification LAUFICHAR6LAUFI
KOARTAccount Type KOARTCHAR1KOART
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
KUNNRCustomer Numbers KUNNRCHAR10KNA1ALPHAKUNNRKUNC_KUNNR
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10LFA1ALPHALIFNRLIFKRED_C
CPDKYSort field for one-time accounts CPDKYCHAR16TEXT16
SKNRZEHead office account number (in branch accounts) KNRZECHAR10KNA1ALPHAKUNNR
SMABERDunning Area MABERCHAR2T047MMABER
SMAHSKDunning level MAHNS_DNUMC1MAHNS
BBUKRSDocument company code BBUKRSCHAR4Assigned to domainBUKRS
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
ZUONRAssignment Number DZUONRCHAR18ZUONR
BUDATPosting Date in the Document BUDATDATS8DATUM
BLDATDocument Date in Document BLDATDATS8DATUM
CPUDTDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
ZFBDTBaseline Date for Due Date Calculation DZFBDTDATS8DATUM
FAEDTDue Date for Net Payment NETDTDATS8DATUM
BLARTDocument Type BLARTCHAR2T003BLARTBAR
BSCHLPosting Key BSCHLCHAR2TBSLBSCHL
MSCHLDunning key MSCHLCHAR1T040MSCHL
SMSCHLDunning key if separate printout is active; otherwise blank MSCHL_MHNDCHAR1T040MSCHL
MANSPDunning block MANSPCHAR1T040SMANSP
MABERDunning Area MABERCHAR2T047MMABER
MADATLast dunned on MADATDATS8DATUM
MAHNSOld dunning level MAHNS_ALTNUMC1MAHNS
MAHNNDunning level MAHNS_DNUMC1MAHNS
ZLSPRPayment Block Key DZLSPRCHAR1T008ZAHLSSPE
XZALBIndicator: items payable (not to be dunned) ? XZALB_MHNDCHAR1XFELD
XFAELIndicator: line items overdue ? XFAELCHAR1XFELD
VERZNDays in Arrears by Net Due Date VERZNDEC5WRTV3
UMSKSSpecial G/L Transaction Type UMSKSCHAR1UMSKS
UMSKZSpecial G/L Indicator UMSKZCHAR1T074UUMSKZ
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
DMSHBAmount in Local Currency with +/- Signs DMSHBCURR13(2) WRTV7
WRSHBForeign Currency Amount with Signs (+/-) WRSHBCURR13(2) WRTV7
ZINSTNumber of days for which interest is calculated DZINSTDEC5WRTV3
ZINSSInterest rate DZINSSDEC7(3) PRZ43
ZSBTRInterest amount in local currency DZSBTRCURR13(2) WRTV7
WZSBTInterest amount in foreign currency WZSBTCURR13(2) WRTV7
FILKDAccount Number of the Branch FILKDCHAR10ALPHAMAXKK
VKORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2TVTWVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2TSPASPARTSPAC_SPART
XZINSIndicator: Do not display interest in the item XZINS_MHNDCHAR1XFELD
REBZGNumber of the Invoice the Transaction Belongs to REBZGCHAR10ALPHABELNR
REBZJFiscal Year of the Relevant Invoice (for Credit Memo) REBZJNUMC4GJAHRGJAHR
REBZZLine Item in the Relevant Invoice REBZZNUMC3BUZEI
VERTNContract Number RANLCHAR13ALPHARANLRAN
VERTTContract Type RANTYPCHAR1RANTYP
ZLSCHPayment Method DZLSCHCHAR1Assigned to domainZLSCH
BKOARTDocument account type (K=BSIK, D=BSID) BKOARTCHAR1KOART
VNAMEJoint Venture JV_NAMECHAR6Assigned to domainALPHAJV_NAMEJVV
EGRUPEquity group JV_EGROUPCHAR3Assigned to domainALPHAJV_EGROUPGJE
BTYPEPayroll Type JV_BILINDCHAR2Assigned to domainALPHAJV_BILIND
XREF1Business partner reference key XREF1CHAR12CHAR12
XREF2Business partner reference key XREF2CHAR12CHAR12
ZINKZPublic Sector Industry Solution: Exempt from Interest Calc. MHND_ZINKZCHAR2

Key field Non-key field



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

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

SELECT SINGLE *
FROM MHND
INTO CORRESPONDING FIELDS OF WA_MHND
WHERE...

How to access SAP table MHND

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