TD110_STRU SAP (Table TD110: Structure (DB02 Main Screen)) Structure details

Dictionary Type: Structure
Description: Table TD110: Structure (DB02 Main Screen)




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




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

TD110_STRU 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 "Table TD110: Structure (DB02 Main Screen)" 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_TD110_STRU TYPE TD110_STRU.

The TD110_STRU table consists of various fields, each holding specific information or linking keys about Table TD110: Structure (DB02 Main Screen) data available in SAP. These include DATUM (System Date), UZEIT (System Time), SYSID (Name of SAP System), TSNO (Number of tablespaces).. 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 TD110_STRU 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
DBSYSCentral Database System SYDBSYSCHAR10SYCHAR10
DATUMSystem Date SYDATUMDATS8SYDATS
UZEITSystem Time SYUZEITTIMS6SYTIME
SYSIDName of SAP System SYSYSIDCHAR8SYCHAR08
TSNONumber of tablespaces DB_TSNOCHAR3CHAR3
TSSITotal size of the database (kbyte) DB_TSSICHAR14CHAR14
TSFRTotal size of the database (kbyte)? DB_TSFRCHAR14CHAR14
TSFRPTotal size of the database (%) DB_TSFRPCHAR3CHAR3
TSMFMinimum freespace per tablespace (kbyte) DB_TSMFCHAR14CHAR14
TSUSNumber of tablespaces with freespace problems DB_TSUSCHAR3CHAR3
TANOTables: Total number DB_TANOCHAR6CHAR6
TINOIndexes: Total number DB_TINOCHAR6CHAR6
TA1ETables with more than one extent DB_TA1ECHAR6CHAR6
TI1EIndexes with more than one extent DB_TI1ECHAR6CHAR6
TASITables: Total size (kbyte) DB_TASICHAR14CHAR14
TISIIndexes: Total size (kbyte) DB_TISICHAR14CHAR14
TACITables: Missing in database DB_TACICHAR6CHAR6
TICIIndexes: Missing in database DB_TICICHAR6CHAR6
TAOITables: Missing in ABAP DDIC DB_TAOICHAR6CHAR6
TIOIIndexes: Missing in APAP DDIC DB_TIOICHAR6CHAR6
TAVITables with freespace problems DB_TAVICHAR6CHAR6
TIVIIndexes with freespace problems DB_TIVICHAR6CHAR6
TSAUTotal maximum autoextensible size (Kbyte) DB_TSAUCHAR14CHAR14

Key field Non-key field



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

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

How to access SAP table TD110_STRU

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