SEGMENTS_F SAP (DB02: dba_segments (Oracle)) Structure details

Dictionary Type: Structure
Description: DB02: dba_segments (Oracle)




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




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

SEGMENTS_F 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 "DB02: dba_segments (Oracle)" 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_SEGMENTS_F TYPE SEGMENTS_F.

The SEGMENTS_F table consists of various fields, each holding specific information or linking keys about DB02: dba_segments (Oracle) data available in SAP. These include SN (Object: Name of table or index), S_TYPE (Type of database object), TS (Name of tablespace), HEADERFILE (HEADER_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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP SEGMENTS_F 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
OWNEROwner TBL_OWNERCHAR30CHAR30
SNObject: Name of table or index DB_OBJECTCHAR81CHAR81
S_TYPEType of database object DBOBJECTTYCHAR17CHAR17
TSName of tablespace TSCHAR30CHAR30
HEADERFILEHEADER_FILE HEADERFILEDEC14DEC14
HEADER_BLKHEADER_BLOCK HEADER_BLKDEC14DEC14
KBYTESKB K_BYTESDEC14DEC14
BLOCKSNumber of blocks NUMBER_BLKDEC14DEC14
EXTENTSCurrent number of extents EXTENTSDEC14DEC14
INIT_EXTInitial extents (dba_segments) INIT_EXT_DEC14DEC14
NEXTEXTENTCurrent size of next extent NEXTEXTENTDEC14DEC14
MIN_EXTENTCurrent MaxExtent size MAX_EXTENTDEC14DEC14
MAX_EXTENTCurrent MaxExtent size MAX_EXTENTDEC14DEC14
PCT_INCPercent increase (dba_segments) PCT_INCDEC14DEC14
ROOT Root Object0
COMPRES Table/Index Compression0

Key field Non-key field



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

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

How to access SAP table SEGMENTS_F

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