/SDF/VSQLAREA SAP (fields of SCC of ST04) Structure details

Dictionary Type: Structure
Description: fields of SCC of ST04




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




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

/SDF/VSQLAREA 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 "fields of SCC of ST04" 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/VSQLAREA TYPE /SDF/VSQLAREA.

The /SDF/VSQLAREA table consists of various fields, each holding specific information or linking keys about fields of SCC of ST04 data available in SAP. These include SHAR_MEM (Sum of 'sharable memory'), PERS_MEM (Sum of 'persistent memory'), RUNTIM_MEM (Sum of 'runtime memory'), SQLSORTS (Sum of the number of sorts).. 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/VSQLAREA 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
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

Key field Non-key field



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

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

How to access SAP table /SDF/VSQLAREA

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