V_TZBABG SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

V_TZBABG is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The V_TZBABG table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include BUKRS (Company Code), RANTYP (Contract Type), SBEWART (Flow Type), XBEWART (Name of flow type).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP V_TZBABG table view 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
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
RANTYPContract Type RANTYPCHAR1RANTYP
SBEWARTFlow Type SBEWARTCHAR4TZB0ASBEWART
XBEWARTName of flow type XBEWARTCHAR30TEXT30
SABGVAccrual/deferral procedure TB_SABGVCHAR1T_SABGV
SABGMAccrual/deferral method VVSABGRENZNUMC1VVSABGRENZ
SBAABAFlow type for accrual TB_SBAABACHAR4TZB0ASBEWART
SBAABARFlow type for reset of accrual TB_SBAABARCHAR4TZB0ASBEWART
SBAABTFlow type of deferral TB_SBAABTCHAR4TZB0ASBEWART
SBAABTRFlow type of reset of deferral TB_SBAABTRCHAR4TZB0ASBEWART
SBAABDFlow type of A/D according to difference procedure TB_SBAABGDCHAR4TZB0ASBEWART
SBAABDAOFlow type for unscheduled clearing TB_SBAABDAOCHAR4TZB0ASBEWART
SBAABDABFlow type for unscheduled clearing via bal. sheet account TB_SBAABDABCHAR4TZB0ASBEWART
SBAABKUAFlow type for discount outflow for transfer posting TB_SBAABKUACHAR4TZB0ASBEWART
SBAABZBSTFlow type valuation at key date TB_SBAABZBSTCHAR4TZB0ASBEWART
SBAABZBVKFlow type valuation for sale TB_SBAABZBVKCHAR4TZB0ASBEWART
BUTXTName of Company Code or Company BUTXTCHAR25TEXT25

Key field Non-key field



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

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

SELECT SINGLE *
FROM V_TZBABG
INTO CORRESPONDING FIELDS OF WA_V_TZBABG
WHERE...

How to access SAP table V_TZBABG

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