/BI0/F0TCT_C25 SAP (Database Volume Statistics) Table details

Dictionary Type: Table
Description: Database Volume Statistics




ABAP Code to SELECT data from /BI0/F0TCT_C25
Related tables to /BI0/F0TCT_C25
Access table /BI0/F0TCT_C25




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

/BI0/F0TCT_C25 is a standard SAP Table which is used to store Database Volume Statistics data and is available within R/3 SAP systems depending on the version and release level.

The /BI0/F0TCT_C25 table consists of various fields, each holding specific information or linking keys about Database Volume Statistics data available in SAP. These include KEY_0TCT_C25T (Dimension Table Key), KEY_0TCT_C25U (Dimension Table Key), KEY_0TCT_C251 (Master data ID), KEY_0TCT_C252 (Dimension Table Key).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP /BI0/F0TCT_C25 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
KEY_0TCT_C25PDimension Table Key RSDIMIDINT410/BI0/D0TCT_C25PINT4
KEY_0TCT_C25TDimension Table Key RSDIMIDINT410/BI0/D0TCT_C25TINT4
KEY_0TCT_C25UDimension Table Key RSDIMIDINT410INT4
KEY_0TCT_C251Master data ID RSSIDINT410RSSID
KEY_0TCT_C252Dimension Table Key RSDIMIDINT410/BI0/D0TCT_C252INT4
KEY_0TCT_C253Dimension Table Key RSDIMIDINT410/BI0/D0TCT_C253INT4
KEY_0TCT_C254Master data ID RSSIDINT410RSSID
KEY_0TCT_C255Dimension Table Key RSDIMIDINT410/BI0/D0TCT_C255INT4
TCTDBSIZEDatabase Table size /BI0/OITCTDBSIZEDEC17(3) RSKYFNUM
TCTNUMRECNumber of Records /BI0/OITCTNUMRECDEC17(3) RSKYFNUM
TCTTBLWIDTable Width /BI0/OITCTTBLWIDDEC17(3) RSKYFNUM
TCTNOTABNumber of Tables /BI0/OITCTNOTABINT410RSKYFINT
TCTLOGSIZEDatabase Table Logical Size /BI0/OITCTLOGSIZEDEC17(3) RSKYFNUM

Key field Non-key field



How do I retrieve data from SAP table /BI0/F0TCT_C25 using ABAP code

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

SELECT SINGLE *
FROM /BI0/F0TCT_C25
INTO CORRESPONDING FIELDS OF WA_/BI0/F0TCT_C25
WHERE...

How to access SAP table /BI0/F0TCT_C25

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