/SDF/ANALYSES_ALV SAP (Analyses Header) Structure details

Dictionary Type: Structure
Description: Analyses Header




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




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

/SDF/ANALYSES_ALV 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 "Analyses Header" 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/ANALYSES_ALV TYPE /SDF/ANALYSES_ALV.

The /SDF/ANALYSES_ALV table consists of various fields, each holding specific information or linking keys about Analyses Header data available in SAP. These include GUID (GUID for Analysis), DESCRIPTION (Description), DATUM (System Date), TIME (System Time).. 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/ANALYSES_ALV 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
GUIDGUID for Analysis /SDF/MONGUIDCHAR22/SDF/MONGUID
DESCRIPTIONDescription /SDF/DESCRIPTIONCHAR120/SDF/DESCRIPTION
DATUMSystem Date SYDATUMDATS8SYDATS
TIMESystem Time SYUZEITTIMS6SYTIME
UNAMEUser Name SYUNAMECHAR12SYCHAR12
ST_DATStart Date /SDF/STARTDATEDATS8DATS
ST_TIMStart Time /SDF/STARTTIMETIMS6TIME
ENDDATStartdate /SDF/ENDDATEDATS8DATS
ENDTIMEnd Time /SDF/ENDTIMETIMS6TIME
FREQUInterval /SDF/FREQUENCYINT410
SM50Work Process Overview /SDF/SM50_FLAGCHAR1
SM50_CT Work Process Overview Frequency0
CPUCPU Consumption /SDF/CPU_FLAGCHAR1
ST06Measure CPU, Paging from ST06 /SDF/ST06_FLAGCHAR1
ST06_CT CPU, Paging Frequency0
SM04Memory consumption of user contexts /SDF/SM04_FLAGCHAR1
SM04_CT Memory consumption Frequency0
ST02Measure Ext. Mem and Heap consumption /SDF/ST02_FLAGCHAR1
ST02_CT Measure Ext. Mem and Heap consumption Frequency0
TOPCPUCPU Consumption /SDF/TOPCPU_FLAGCHAR1
TOPCPU_CT CPU Consumption Frequency0
SQL_STStore ABAP source for SQL statements /SDF/SQL_ST_FLAGCHAR1
ABAPABAP Source Code /SDF/ABAP_FLAGCHAR1
STADStore STAD records /SDF/STAD_FLAGCHAR1
SM12_STATEnqueue Statistics /SDF/SM12_STAT_FLAGCHAR1
SM12_STAT_CT Enqueue Statistics Frequency0
SM12Enqueue Table /SDF/SM12_FLAGCHAR1
SM12_CT Enqueue Table Frequency0
QUEUEQueue Info /SDF/QUEUE_FLAGCHAR1
QUEUE_CT Queue Info Frequency0
MAXRECS Maximum number of statistical records0
MAXSIZE Max size in KB0
TRFCMonitor number of processes available for RFC processing /SDF/TRFC_FLAGCHAR1/SDF/TRFC_FLAG
TRFC_CT Monitor number of processes available for RFC frequency0
KEEP_UNTILKeep Analysis /SDF/KEEPDATS8/SDF/KEEP
QINInbound Queues /SDF/QIN_FLAGCHAR1
QIN_CT Frequency0
QIN_DATESystem Date SYDATUMDATS8SYDATS
QIN_TIMESystem Time SYUZEITTIMS6SYTIME
QOUTInbound Queues /SDF/QOUT_FLAGCHAR1
QOUT_CT Frequency0
QOUTDATESystem Date SYDATUMDATS8SYDATS
QOUTTIMESystem Time SYUZEITTIMS6SYTIME
USERSNo. of sessions/logins /SDF/USER_FLAGCHAR1/SDF/USER_FLAG
USERS_CT 0
NEWKEYBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
WPDETAILSBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
ICON Status0
DBSIZE Size0

Key field Non-key field



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

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

How to access SAP table /SDF/ANALYSES_ALV

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