TZB0A SAP (Definition of flow types) Table details

Dictionary Type: Table
Description: Definition of flow types




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




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

TZB0A is a standard SAP Table which is used to store Definition of flow types data and is available within R/3 SAP systems depending on the version and release level.

The TZB0A table consists of various fields, each holding specific information or linking keys about Definition of flow types data available in SAP. These include RANTYP (Contract Type), SBEWART (Flow Type), SBEWAGRP (Flow type group), SBEWZITI (Flow category).. 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: Can be enhanced (character-type)

Text table = TZB0T


SAP TZB0A 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
RANTYPContract Type RANTYPCHAR1RANTYP
SBEWARTFlow Type SBEWARTCHAR4SBEWART
SBEWAGRPFlow type group SBAGRPCHAR2TZB10SBEWAGRP
SBEWZITIFlow category SBEWZITICHAR4TZB03SBEWZITI
SSOLHABDebit/credit indicator VVSSOLHABCHAR1VVSSOLHAB
JZINSBASFlow in interest base JZINSBASCHAR1JANEI
JZINSZPTInterest date JZINSZPTCHAR1JANEI
JRESALDTransaction for remaining balance RSALDNUMC2Assigned to domainSTATI
XBUCHKPosting short text XBUCHKCHAR4CHAR4
JBUCKZTransaction is to be posted BUCKZCHAR1KENZX
JFDBUCRelevant to Cash Management FDBUCCHAR1KENZX
JEFFZIPart of effective interest rate calculation EFFZICHAR1KENZX
SABGRENZAccrual/deferral method VVSABGRENZNUMC1VVSABGRENZ
SEFFZIVZ+/- sign for effective interest rate calculation VVSEFFZIVZCHAR1VVSEFFZIVZ
JSTOCKPremium reserve fund-relevant indicator VVJSTOCKCHAR1JANEI
SZEGENGenerate incoming payment immediately SZEGENNUMC2TD21SZEGEN
JZIABBAInterest-based accruals/deferrals indicator VVJZIABBACHAR1JANEI
SBERFIMACalculation category for cash flow calculator SBEWFIMACHAR4AT40SBEWFIMA
SFIBUControl entry of overpayment and advance payment data VVSFIBUCHAR2VVSFIBU
SBUSTPosting control key VVSBUSTNUMC2TZB09VVSBUST
SVORGKZActivity indicator for debit/credit control VVSVORGKZNUMC2VVSVORGKZ
SAKTPASIndicator: Asset/Liability Transaction VVSAKTPASCHAR1VVSAKTPAS
JVGLEFFZEffective int.-relevant comparative effective int. VVJVGLEFFZCHAR1KENZX
JEFFZI2Effective int.-relevant internal effective interest VVJEFFZI2CHAR1KENZX
SEINBEHALTFlag for Withholding Amount on Disbursement VVSEINBECHAR1VVSEINBE
SWPTERMSecurities forward dealings indicator VVSWPTERMCHAR1KENZX
SABGVAccrual/deferral procedure TB_SABGVCHAR1T_SABGV
SZADRIPayment to third-party SZADRICHAR1XFELD
SPAYRQPayment request allowed TB_SPAYRQCHAR1T_SPAYRQ
SPRSNGIndividual payment required TB_SPRSNGCHAR1T_SPAYRQ
SNODUNNNo dunning for flow type SNODUNNCHAR1XFELD
SSIGNDirection of flow TB_SSIGNCHAR1T_SSIGN
SPAYRQ_LOPayment Request Allowed SPAYRQ_LOANCHAR1XFELD
SPRSNG_LOIndividual Payment Required SPRSNG_LOANCHAR1XFELD
SNODUN_INTDunning Interest Not Calculated SNODUNN_INTERESTCHAR1XFELD
XHIDE_SMHide flow in account statement as default XHIDE_SMCHAR1XFELD
.INCLU--AP 0
VORGTYPActivity Category (Posting Area) VORGTYP_LOCHAR4VORGTYP_LO
VEDEFFZRelevant for Closely Defined Effective Interest VEDEFFZCHAR1KENZX
VJAHREFFZRelevant for Yearly Effective Interest acc. Reg 87/102/EMG VJAHREFFZINSCHAR1KENZX
.INCLU--AP 0
CLI_RELEVANTRelevant for Credit Life Insurance TB_CLI_RELEVANTCHAR1XFELD
CONTAB_RELEVANTRelevant for Condition Table TB_FICO_CONTAB_RELEVANTCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TZB0A
INTO CORRESPONDING FIELDS OF WA_TZB0A
WHERE...

How to access SAP table TZB0A

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