TBLEXTENTS SAP (Informix Monitor: Table with More than 10 Extents) Structure details

Dictionary Type: Structure
Description: Informix Monitor: Table with More than 10 Extents




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




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

TBLEXTENTS is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Informix Monitor: Table with More than 10 Extents" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_TBLEXTENTS TYPE TBLEXTENTS.

The TBLEXTENTS table consists of various fields, each holding specific information or linking keys about Informix Monitor: Table with More than 10 Extents data available in SAP. These include TABNAME (Informix Monitor Table Name), OWNER (Informix Table Owner), NROWS (Number of Rows in Table), NBYTES (Size of Tables in kilobytes).. 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: Cannot Be Enhanced


SAP TBLEXTENTS structure 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
DBSPACEDBSpace Name DBSNAMECHAR18CHAR18
TABNAMEInformix Monitor Table Name INFTABNAMECHAR18CHAR18
OWNERInformix Table Owner INFOWNERCHAR8CHAR8
NROWSNumber of Rows in Table NROWSINT410SINT4_NOS
NBYTESSize of Tables in kilobytes NBYTESINT410SINT4_NOS
NPUSEDNumber of Pages Used NPUSEDINT410SINT4_NOS
NPTOTALNumber of Pages Allocated NPTOTALINT410SINT4_NOS
FEXTSIZSize of First Extents in KiloBytes FEXTSIZINT410SINT4_NOS
NEXTSIZSize of Next Extents in KiloBytes NEXTSIZINT410SINT4_NOS
NEXTNSNumber of Extents in a Table NEXTNSINT410SINT4_NOS
PARTNUMInformix Table Partition Number PARTNUMINT410SINT4_NOS
MAXEXTInformix Maximum Number of Extents in a Table INFMAXEXT1INT410SINT4_NOS

Key field Non-key field



How do I retrieve data from SAP structure TBLEXTENTS using ABAP code?

As TBLEXTENTS is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on TBLEXTENTS as there is no data to select.

How to access SAP table TBLEXTENTS

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