STMTDATA SAP (Data for SCC Download Statement (Oracle)) Structure details

Dictionary Type: Structure
Description: Data for SCC Download Statement (Oracle)




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




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

STMTDATA 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 "Data for SCC Download Statement (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_STMTDATA TYPE STMTDATA.

The STMTDATA table consists of various fields, each holding specific information or linking keys about Data for SCC Download Statement (Oracle) data available in SAP. These include STMT_ID (Statement ID), SQL_TEXT (Start of SQL Statement), SHAR_MEM (Total 'Shareable Memory'), PERS_MEM (Total 'Persistent Memory').. 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 STMTDATA 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
ANALY_ID Analysis ID0
STMT_ID Statement ID0
SQL_TEXT Start of SQL Statement0
SHAR_MEM Total 'Shareable Memory'0
PERS_MEM Total 'Persistent Memory'0
RUNTIM_MEM Total 'Runtime Memory'0
SQLSORTS Total Number of Sorts0
LOAD_VERSN Locked Cursor Versions0
OPEN_VERSN Number of Opened Cursor Versions0
USERS_OPEN Number of Users Who Have Opened a Cursor Version0
EXECUTIONS Total Number of Executions0
USERS_EXEC Number of Users Executing0
LOADS Number of Loads or Unloads0
FIRST_LOAD Time SQL Statement Loaded0
INVALIDATN Number of 'Invalidations' for All Versions0
PARSE_CALL Number of 'Parse Calls'0
DISK_READS Total of All 'Disk Reads'0
BUFFER_GET Total Number of 'Buffer Gets'0
RECS_PROCE Number of Processed Rows0
ADDRESS Address of Statement in the Cache0
HASH_VALUE Hash Value of Statement0
MODULENAME Program Name0
ACTION Action Name0
SHOW Is Used for Table Search0
INVALID Yes or No?0
DISKRD_EXC Number of 'Disk Reads' for Each Execution0
BUFGET_EXC Number of 'Buffer Gets' for Each Execution0
PARCAL_EXC Parse Calls per Execution0
RECPRO_EXC Number of Rows Processed for Each Execution0
BUFGET_ROW Number of 'Buffer Gets' for Each Row0
CPU_TIME CPU Time0
ELAPS_TIME Time Elapsed0
STMT_STR Statement String0
STMT_LN Length of the Statement String0
TABLE_NAME Table Name0
NUM_ROWS Number of Rows0
BLOCKS Blocks Used0
EMPTY_BLKS Empty Blocks0
AVG_SPACE Average Space0
CHAIN_CNT Chain Count0
AVG_ROW_LN Average Row Length0
SAMPL_SIZE Sample Size0
LAST_ANALY Date of Last Analysis of Table0
LAST_CHANG Table and Primary Index Last Changed By0
BUFF_TYPE Type of Buffering of Table0

Key field Non-key field



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

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

How to access SAP table STMTDATA

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