DBA_TABLES SAP (Oracle: Row Structure of dba_tables) Structure details

Dictionary Type: Structure
Description: Oracle: Row Structure of dba_tables




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




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

DBA_TABLES 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 "Oracle: Row Structure of dba_tables" 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_DBA_TABLES TYPE DBA_TABLES.

The DBA_TABLES table consists of various fields, each holding specific information or linking keys about Oracle: Row Structure of dba_tables data available in SAP. These include TABLE_NAME (Oracle: dba_tables.table_name?), TSP_NAME (Oracle: dba_tables.tablespace_name), CLSTR_NAME (Oracle: dba_tables.cluster_name), IOT_NAME (Oracle: dba_tables.iot_name).. 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 DBA_TABLES 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
OWNEROracle: dba_tables.owner TABLEOWNERCHAR30CHAR30
TABLE_NAMEOracle: dba_tables.table_name? TABLENAMEOCHAR30CHAR30
TSP_NAMEOracle: dba_tables.tablespace_name TSPNAMEORACHAR30CHAR30
CLSTR_NAMEOracle: dba_tables.cluster_name CLUSTERNMECHAR30CHAR30
IOT_NAMEOracle: dba_tables.iot_name IOTNAMECHAR30CHAR30
PCT_FREEOracle: dba_tables.pct_free PCTFREEDEC17DEC17
PCT_USEDOracle: dba_tables.pct_used PCTUSEDORADEC17DEC17
INI_TRANSOracle: dba_tables.ini_trans INITRANSDEC17DEC17
MAX_TRANSOracle: dba_tables.max_trans MAXTRANSDEC17DEC17
INITEXTENTOracle: dba_tables.initial_extent INITEXTDEC17DEC17
NEXTEXTENTOracle: dba_tables.next_extent NEXTEXTDEC17DEC17
MINEXTSOracle: dba_tables.min_extents MINEXTENTDEC17DEC17
MAXEXTSOracle: dba_tables.max_extents MAXEXTENTDEC17DEC17
PCTINCROracle: dba_tables.pct_increase PCTINCRDEC17DEC17
FREELISTSOracle: dba_tables.freelists FREELISTNODEC17DEC17
FL_GROUPSOracle: dba_tables.freelist_groups FREELGROUPDEC17DEC17
LOGGINGOracle: dba_tables.logging LOGGINGCHAR3CHAR3
BACKED_UPOracle: dba_tables.backed_up BACKEDUPCHAR1CHAR1
NUM_ROWSOracle: dba_tables.num_rows NUMROWORADEC17DEC17
BLOCKSOracle: dba_tables.blocks NUMBLOCKSDEC17DEC17
EMPTBLOCKSOracle: dba_tables.empty_blocks EMPBLOCKSDEC17DEC17
AVG_SPACEOracle: dba_tables.avg_space AVGSPACEDEC17DEC17
CHAIN_CNTOracle: dba_tables.chain_cnt CHAINCNTDEC17DEC17
AVGROWLENOracle: dba_tables.avg_row_len AVGROWLENDEC17DEC17
AVGFLBLOCKOracle: dba_tables.avg_space_freelist_blocks AVGFLBLKDEC17DEC17
NUMFLBLOCKOracle: dba_tables.num_freelist_blocks NUMFLBLKDEC17DEC17
DEGREEOracle: dba_tables.degree DEGREEORACHAR10CHAR10
INSTANCESOracle: dba_tables.instances INSTORACHAR10CHAR10
CACHEOracle: dba_tables.cache TBLCACHECHAR5CHAR5
TABLE_LOCKOracle: dba_tables.table_lock TBLLOCKCHAR8CHAR8
SAMPLESIZEOracle: dba_tables.sample_size SAMPLESIZEDEC17DEC17
LASTANALYZOracle: dba_tables.last_analyzed DATEORACHAR14CHAR14
PARTITIONEOracle: dba_tables.partitioned PARTITIONCHAR3CHAR3
IOT_TYPEOracle: dba_tables.iot_type IOTTYPECHAR12CHAR12
TMPOracle: dba_tables.temporary TEMPORARYCHAR1CHAR1
NESTEDOracle: dba_tables.nested NESTEDORACHAR3CHAR3
BUFFPOOLOracle: dba_tables.buffer_pool BUFFPOOLCHAR7CHAR7

Key field Non-key field



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

As DBA_TABLES 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 DBA_TABLES as there is no data to select.

How to access SAP table DBA_TABLES

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