TZD0B SAP (Darwin: Customer default values per co.cd/trn.type for KNB1) Pooled Table details

Dictionary Type: Pooled Table
Description: Darwin: Customer default values per co.cd/trn.type for KNB1




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




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

TZD0B is a standard SAP Pooled Table which is used to store Darwin: Customer default values per co.cd/trn.type for KNB1 data and is available within R/3 SAP systems depending on the version and release level.

The TZD0B table consists of various fields, each holding specific information or linking keys about Darwin: Customer default values per co.cd/trn.type for KNB1 data available in SAP. These include BUKRS (Company Code), GSART (Product Type), MAHNA (Dunning Procedure), BUSAB_MA (Dunning clerk).. 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: Not classified


SAP TZD0B pooled 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 BUKRSCHAR4T001BUKRSBUKC_T001
GSARTProduct Type VVSARTCHAR3TZPABVVSARTSANVVSART_APPL_BAS
MAHNADunning Procedure MAHNACHAR4T047AMAHNA
BUSAB_MADunning clerk BUSAB_MACHAR2T001SBUSAB
ZUAWAKey for sorting according to assignment numbers DZUAWACHAR3TZUNZUAWA
BUSABAccounting clerk BUSABCHAR2T001SBUSAB
AKONTReconciliation Account in General Ledger AKONTCHAR10SKB1ALPHASAKNR
BEGRUAuthorization Group BRGRUCHAR4Assigned to domainBRGRU
KNRZEHead office account number (in branch accounts) KNRZECHAR10Assigned to domainALPHAKUNNR
KNRZBAccount number of an alternative payer KNRZBCHAR10Assigned to domainALPHAKUNNR
ZAMIMIndicator: Payment notice to customer (with cleared items)? DZAMIMCHAR1XFELD
ZAMIVIndicator: payment notice to sales department? DZAMIVCHAR1XFELD
ZAMIRIndicator: payment notice to legal department? DZAMIRCHAR1XFELD
ZAMIBIndicator: Payment notice to the accounting department ? DZAMIBCHAR1XFELD
ZAMIOIndicator: payment notice to customer (w/o cleared items)? DZAMIOCHAR1XFELD
ZWELSList of the Payment Methods to be Considered DZWELSCHAR10ZWELS
XVERRIndicator: Clearing between customer and vendor ? XVERR_KNB1CHAR1XFELD
ZAHLSBlock Key for Payment DZAHLSCHAR1T008ZAHLS
ZTERMTerms of Payment Key DZTERMCHAR4Assigned to domainZTERM
WAKONTerms of payment key for bill of exchange charges WAKONCHAR4ZTERM
VZSKZInterest calculation indicator VZSKZCHAR2T056VZSKZ
ZINDTKey date of the last interest calculation DZINDTDATS8DATUM
ZINRTInterest Frequency in Months (Batch Input) DZINRT_BICHAR2CHAR2
EIKTOOur account number at customer EIKTO_DCHAR12CHAR12
ZSABEUser at customer DZSABE_DCHAR15TEXT15
KVERMMemo KVERMCHAR30TEXT30
FDGRVPlanning group FDGRVCHAR10T035ALPHAFDGRP
PERKZCollective invoice variant PERKZ_KNB1CHAR1PERKZ_KNB1
XDEZVIndicator: Local processing? XDEZVCHAR1XFELD
XAUSZIndicator for periodic account statements XAUSZCHAR1T048KAUSZG
WEBTRBill of exchange limit (in local curr.)(batch input field) WEBTR_BICHAR16CHAR16
REMITNext payee REMITCHAR10Assigned to domainALPHAKUNNR
DATLZDate of the last interest calculation run DATLZDATS8DATUM
XZVERIndicator: Record Payment History ? XZVERCHAR1XFELD
TOGRUTolerance group for the business partner/G/L account TOGRUCHAR4T043GTOGRU
KULTGProbable Time until Check is Paid (Batch Input) KULTG_BICHAR3CHAR3
HBKIDShort Key for a House Bank HBKIDCHAR5T012HBKID
XPOREIndicator: Pay all items separately ? XPORECHAR1XFELD
BLNKZSubsidy indicator for determining the reduction rates BLNKZCHAR2Assigned to domainBLNKZ
ALTKNPrevious Master Record Number ALTKNCHAR10CHAR10
ZGRUPKey for Payment Grouping DZGRUPCHAR2TZGRZGRUP
MGRUPKey for dunning notice grouping MGRUPCHAR2T047RMGRUP
URLIDShort Key for Known/Negotiated Leave URLIDCHAR4Assigned to domainURLID
XZEMPIndicator: Alternative payee in document allowed ? XZEMPCHAR1XFELD
RANTYPContract Type RANTYPCHAR1RANTYP

Key field Non-key field



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

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

SELECT SINGLE *
FROM TZD0B
INTO CORRESPONDING FIELDS OF WA_TZD0B
WHERE...

How to access SAP table TZD0B

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