TZB0R SAP (Allocation: Flow type groups and print columns in reports) Pooled Table details

Dictionary Type: Pooled Table
Description: Allocation: Flow type groups and print columns in reports




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




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

TZB0R is a standard SAP Pooled Table which is used to store Allocation: Flow type groups and print columns in reports data and is available within R/3 SAP systems depending on the version and release level.

The TZB0R table consists of various fields, each holding specific information or linking keys about Allocation: Flow type groups and print columns in reports data available in SAP. These include SBEWAGRP01 (Flow Type Group), SRSPALTE01 (Print column in reports), SBEWAGRP02 (Flow Type Group), SRSPALTE02 (Print column in reports).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TZB0R 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
REPIDABAP Program Name REPIDCHAR40PROGNAME
SBEWAGRP01Flow Type Group SBEWAGRPCHAR2TZB10SBEWAGRP
SRSPALTE01Print column in reports SRSPALTENUMC2NUM2
SBEWAGRP02Flow Type Group SBEWAGRPCHAR2TZB10SBEWAGRP
SRSPALTE02Print column in reports SRSPALTENUMC2NUM2
SBEWAGRP03Flow Type Group SBEWAGRPCHAR2TZB10SBEWAGRP
SRSPALTE03Print column in reports SRSPALTENUMC2NUM2
SBEWAGRP04Flow Type Group SBEWAGRPCHAR2TZB10SBEWAGRP
SRSPALTE04Print column in reports SRSPALTENUMC2NUM2
SBEWAGRP05Flow Type Group SBEWAGRPCHAR2TZB10SBEWAGRP
SRSPALTE05Print column in reports SRSPALTENUMC2NUM2
SBEWAGRP06Flow Type Group SBEWAGRPCHAR2TZB10SBEWAGRP
SRSPALTE06Print column in reports SRSPALTENUMC2NUM2
SBEWAGRP07Flow Type Group SBEWAGRPCHAR2TZB10SBEWAGRP
SRSPALTE07Print column in reports SRSPALTENUMC2NUM2
SBEWAGRP08Flow Type Group SBEWAGRPCHAR2TZB10SBEWAGRP
SRSPALTE08Print column in reports SRSPALTENUMC2NUM2
SBEWAGRP09Flow Type Group SBEWAGRPCHAR2TZB10SBEWAGRP
SRSPALTE09Print column in reports SRSPALTENUMC2NUM2
SBEWAGRP10Flow Type Group SBEWAGRPCHAR2TZB10SBEWAGRP
SRSPALTE10Print column in reports SRSPALTENUMC2NUM2
SBEWAGRP11Flow Type Group SBEWAGRPCHAR2TZB10SBEWAGRP
SRSPALTE11Print column in reports SRSPALTENUMC2NUM2
SBEWAGRP12Flow Type Group SBEWAGRPCHAR2TZB10SBEWAGRP
SRSPALTE12Print column in reports SRSPALTENUMC2NUM2
SBEWAGRP13Flow Type Group SBEWAGRPCHAR2TZB10SBEWAGRP
SRSPALTE13Print column in reports SRSPALTENUMC2NUM2
SBEWAGRP14Flow Type Group SBEWAGRPCHAR2TZB10SBEWAGRP
SRSPALTE14Print column in reports SRSPALTENUMC2NUM2
SBEWAGRP15Flow Type Group SBEWAGRPCHAR2TZB10SBEWAGRP
SRSPALTE15Print column in reports SRSPALTENUMC2NUM2

Key field Non-key field



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

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

SELECT SINGLE *
FROM TZB0R
INTO CORRESPONDING FIELDS OF WA_TZB0R
WHERE...

How to access SAP table TZB0R

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