T10_ST02 SAP (ST02: Fields for screen 10) Structure details

Dictionary Type: Structure
Description: ST02: Fields for screen 10




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




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

T10_ST02 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 "ST02: Fields for screen 10" 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_T10_ST02 TYPE T10_ST02.

The T10_ST02 table consists of various fields, each holding specific information or linking keys about ST02: Fields for screen 10 data available in SAP. These include SIZE_FTAB (Buffer allocated), SIZE_SNTAB (Buffer allocated), SIZE_IRBD (Buffer allocated), SIZE_PXA (Buffer allocated).. 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 T10_ST02 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
SIZE_TTABBuffer allocated D_SIZEINT410STAT_I4
SIZE_FTABBuffer allocated D_SIZEINT410STAT_I4
SIZE_SNTABBuffer allocated D_SIZEINT410STAT_I4
SIZE_IRBDBuffer allocated D_SIZEINT410STAT_I4
SIZE_PXABuffer allocated D_SIZEINT410STAT_I4
SIZE_TABLBuffer allocated D_SIZEINT410STAT_I4
SIZE_TABLPBuffer allocated D_SIZEINT410STAT_I4
SIZE_PRESBuffer allocated D_SIZEINT410STAT_I4
SIZE_SQLBuffer allocated D_SIZEINT410STAT_I4
FREE_TTABFree Buffer D_SFREEINT410STAT_I4
FREE_FTABFree Buffer D_SFREEINT410STAT_I4
FREE_SNTABFree Buffer D_SFREEINT410STAT_I4
FREE_IRBDFree Buffer D_SFREEINT410STAT_I4
FREE_PXAFree Buffer D_SFREEINT410STAT_I4
FREE_TABLFree Buffer D_SFREEINT410STAT_I4
FREE_TABLPFree Buffer D_SFREEINT410STAT_I4
FREE_PRESFree Buffer D_SFREEINT410STAT_I4
FREE_SQLFree Buffer D_SFREEINT410STAT_I4
QUAL_TTABData base buffer quality D_QUALDEC5(2) STAT_QUD2
QUAL_FTABData base buffer quality D_QUALDEC5(2) STAT_QUD2
QUAL_SNTABData base buffer quality D_QUALDEC5(2) STAT_QUD2
QUAL_IRBDData base buffer quality D_QUALDEC5(2) STAT_QUD2
QUAL_PXAData base buffer quality D_QUALDEC5(2) STAT_QUD2
QUAL_TABLData base buffer quality D_QUALDEC5(2) STAT_QUD2
QUAL_TABLPData base buffer quality D_QUALDEC5(2) STAT_QUD2
QUAL_PRESData base buffer quality D_QUALDEC5(2) STAT_QUD2
QUAL_SQLData base buffer quality D_QUALDEC5(2) STAT_QUD2
DBAC_TTABDatabase Accesses D_DBACINT410STAT_I4
DBAC_FTABDatabase Accesses D_DBACINT410STAT_I4
DBAC_SNTABDatabase Accesses D_DBACINT410STAT_I4
DBAC_IRBDDatabase Accesses D_DBACINT410STAT_I4
DBAC_PXADatabase Accesses D_DBACINT410STAT_I4
DBAC_TABLDatabase Accesses D_DBACINT410STAT_I4
DBAC_TABLPDatabase Accesses D_DBACINT410STAT_I4
DBAC_PRESDatabase Accesses D_DBACINT410STAT_I4
DBAC_SQLDatabase Accesses D_DBACINT410STAT_I4
EMAX_TTABMaximum entries in directory D_EMAXINT410STAT_I4
EMAX_FTABMaximum entries in directory D_EMAXINT410STAT_I4
EMAX_SNTABMaximum entries in directory D_EMAXINT410STAT_I4
EMAX_IRBDMaximum entries in directory D_EMAXINT410STAT_I4
EMAX_PXAMaximum entries in directory D_EMAXINT410STAT_I4
EMAX_TABLMaximum entries in directory D_EMAXINT410STAT_I4
EMAX_TABLPMaximum entries in directory D_EMAXINT410STAT_I4
EMAX_PRESMaximum entries in directory D_EMAXINT410STAT_I4
EMAX_SQLMaximum entries in directory D_EMAXINT410STAT_I4
EMIN_TTABFree entries in directory D_EFREEINT410STAT_I4
EMIN_FTABFree entries in directory D_EFREEINT410STAT_I4
EMIN_SNTABFree entries in directory D_EFREEINT410STAT_I4
EMIN_IRBDFree entries in directory D_EFREEINT410STAT_I4
EMIN_PXAFree entries in directory D_EFREEINT410STAT_I4
EMIN_TABLFree entries in directory D_EFREEINT410STAT_I4
EMIN_TABLPFree entries in directory D_EFREEINT410STAT_I4
EMIN_PRESFree entries in directory D_EFREEINT410STAT_I4
EMIN_SQLFree entries in directory D_EFREEINT410STAT_I4

Key field Non-key field



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

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

How to access SAP table T10_ST02

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