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

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




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




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

/SDF/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 Statement of SCC Download (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_/SDF/STMTDATA TYPE /SDF/STMTDATA.

The /SDF/STMTDATA table consists of various fields, each holding specific information or linking keys about Data for Statement of SCC Download (Oracle) data available in SAP. These include STMT_ID (Statement ID), SQL_TEXT (Start of SQL Statement), SHAR_MEM (Sum of 'sharable memory'), PERS_MEM (Sum of '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: Not classified


SAP /SDF/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 Sum of 'sharable memory'0
PERS_MEM Sum of 'persistent memory'0
RUNTIM_MEM Sum of 'runtime memory'0
SQLSORTS Sum of the number of sorts0
LOAD_VERSN loaded versions of cursor0
OPEN_VERSN number of opened cursor versions0
USERS_OPEN number of users that have opened a cursor version0
EXECUTIONS total number of executions0
USERS_EXEC number of users executing0
LOADS number of times the object was loaded or reloaded0
FIRST_LOAD time stamp of loading of the SQL statement0
INVALIDATN number of invalidations of all versions0
PARSE_CALL number of parse calls0
DISK_READS number of all disk reads0
BUFFER_GET total number of buffer gets0
RECS_PROCE number of executed rows0
ADDRESS Address of statement in the cache0
HASH_VALUE Hash value of statement0
MODULENAME Program Name0
ACTION Action name0
SHOW Used for table search0
INVALID valid or invalid0
DISKRD_EXC disk reads per execution0
BUFGET_EXC buffer gets per execution0
PARCAL_EXC Parse calls per execution0
RECPRO_EXC number of processed rows per execution0
BUFGET_ROW number of buffer gets per row0
STMT_STR Statement String0
STMT_LN Length of the Statement String0

Key field Non-key field



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

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

How to access SAP table /SDF/STMTDATA

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