TZD0A SAP (Darwin: Customer default values per trans. type for KNA1) Pooled Table details

Dictionary Type: Pooled Table
Description: Darwin: Customer default values per trans. type for KNA1




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




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

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

The TZD0A table consists of various fields, each holding specific information or linking keys about Darwin: Customer default values per trans. type for KNA1 data available in SAP. These include GSART (Product Type), FISKN (Account number of the master record with the fiscal address), KNRZA (Account number of an alternative payer), LIFNR (Account Number of Vendor or Creditor).. 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 TZD0A 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
GSARTProduct Type VVSARTCHAR3TZPAVVSARTSANVVSART_APPL_BAS
FISKNAccount number of the master record with the fiscal address FISKN_DCHAR10Assigned to domainALPHAKUNNR
KNRZAAccount number of an alternative payer KNRZACHAR10Assigned to domainALPHAKUNNR
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
BBBNRGerman Standard Company Number (Batch Input Field) BBBNR_BICHAR7CHAR7
BBSNRGerman Standard Company Number (Additional) (Batch Input) BBSNR_BICHAR5CHAR5
BUBKZGerman Standard Company Number Check Digit (Batch Input) BUBKZ_BICHAR1CHAR1
BEGRUAuthorization Group BEGRUCHAR4BEGRU
BRSCHIndustry key BRSCHCHAR4Assigned to domainBRSCH
KONZSGroup key KONZSCHAR10KONZS
COUNCCounty Code COUNCCHAR3Assigned to domainCOUNC
CITYCCity Code CITYCCHAR4Assigned to domainCITYC
STCD1Tax Number 1 STCD1CHAR16STCD1
STCD2Tax Number 2 STCD2CHAR11STCD2
STKZAIndicator: Business Partner Subject to Equalization Tax? STKZACHAR1STKZA
STKZULiable for VAT STKZUCHAR1XFELD
XZEMPIndicator: Alternative payee in document allowed ? XZEMPCHAR1XFELD
VBUNDCompany ID of trading partner RASSCCHAR6Assigned to domainALPHARCOMPPGS
STCEGVAT Registration Number STCEGCHAR20STCEG

Key field Non-key field



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

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

SELECT SINGLE *
FROM TZD0A
INTO CORRESPONDING FIELDS OF WA_TZD0A
WHERE...

How to access SAP table TZD0A

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