TBVZ SAP (CO-PA report library (no longer used)) Pooled Table details

Dictionary Type: Pooled Table
Description: CO-PA report library (no longer used)




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




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

TBVZ is a standard SAP Pooled Table which is used to store CO-PA report library (no longer used) data and is available within R/3 SAP systems depending on the version and release level.

The TBVZ table consists of various fields, each holding specific information or linking keys about CO-PA report library (no longer used) data available in SAP. These include ERKRS (Operating concern), BERNAME (Report Name), INDX (Indicator: Data stored in cluster table COIX), INDXDA (Date data was saved in INDX file).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TBVZ 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 MANDTCLNT3T000MANDT
ERKRSOperating concern ERKRSCHAR4TKEBERKRSERB
BERNAMEReport Name RKE_BERNACHAR12Assigned to domainBERNA2BER
INDXIndicator: Data stored in cluster table COIX RKE_INDXCHAR1XFELD
INDXDADate data was saved in INDX file RKE_INDXDADATS8DATUM
UNAMEReport author RKE_UNAMECHAR12CHAR12
GDATEDate created RKE_GDATEDATS8DATUM
MODFLAGReport alteration indicator RKE_MODFLGCHAR1FLAG
MODCNVersion of CO-PA report RKE_MODCNNUMC8NUM8
MODNALast change to CO-PA report made by RKE_MODNACHAR12CHAR12
MODDADate of last change to CO-PA report RKE_MODDADATS8DATUM
CNSUBNumber of times report displayed RKE_CNSUBNUMC8NUM8
LASUBDate when report last displayed RKE_LASUBDATS8DATUM
DVERSDictionary version of report tables in INDX file RKE_DVERSNUMC2NUMC02
EPOSExternal GUI interface RKE_EPOSCHAR1XFELD
SECUAuthorization group RKE_SECU2CHAR8CHAR8
TFLAGFlag to connect text in the CO-PA Information System RKE_TFLAG2CHAR1CHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM TBVZ
INTO CORRESPONDING FIELDS OF WA_TBVZ
WHERE...

How to access SAP table TBVZ

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