/SDF/LOAD_HISTORY SAP (load history) Structure details

Dictionary Type: Structure
Description: load history




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




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

/SDF/LOAD_HISTORY 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 "load history" 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/LOAD_HISTORY TYPE /SDF/LOAD_HISTORY.

The /SDF/LOAD_HISTORY table consists of various fields, each holding specific information or linking keys about load history data available in SAP. These include STMT_ID (ID der Statements), STMT_SOURCE (DBA HIST (D) or Cache (C)), DBA_HIST_B_TS (Begin timestamp for statement selection from DBA HIST), DBA_HIST_E_TS (End timestamp for statement selection from DBA HIST).. 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 /SDF/LOAD_HISTORY 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 ID der Analyse0
STMT_ID ID der Statements0
STMT_SOURCE DBA HIST (D) or Cache (C)0
DBA_HIST_B_TS Begin timestamp for statement selection from DBA HIST0
DBA_HIST_E_TS End timestamp for statement selection from DBA HIST0
SNAP_ID Unique snapshot ID0
B_INT_TIME Begin intervall time0
E_INT_TIME End intervall time0
SQL_ID SQL_ID0
PLAN_HASH PLAN_HASH0
EXEC_DELTA Number of executions per snapshot intervall0
ELA_DELTA Elapsed time per snapshot intervall in microseconds0
ELA_PER_EXEC Elapsed time per execution in microseconds0
CPU_DELTA CPU time during snapshot intervall in microseconds0
CPU_PER_EXEC CPU time per execution during snapshot in microsec0
IOWAIT_DELTA I/O wait time during snapshot intervall in microseconds0
IOWAIT_PER_EXEC I/O wait time per execution in microsec0
CLWAIT_DELTA Cluster wait time during snapshot intervall in microseconds0
CLWAIT_PER_EXEC Cluster wait time per execution in microsec0
APWAIT_DELTA Application wait time during snapshot intervall in microsec0
APWAIT_PER_EXEC Application wait time per execution in microsec0
CCWAIT_DELTA Concurrency wait time during snapshot intervall in microsec0
CCWAIT_PER_EXEC Concurrency wait time per execution in microsec0
PLS_DELTA PL/SQL Execution Time during snapshot intervall in microsec0
PLS_PER_EXEC PL/SQL Execution Time per execution in microsec0
JAVA_DELTA Java Execution Time during snapshot intervall in microsec0
JAVA_PER_EXEC Java Execution Time per execution in microsec0
DWRITES_DELTA Delta value of direct writes0
RECORDS_DELTA Records during snapshot0
REC_PEREXEC Records per execution within snapshot0
DR_DELTA Delta number of disk reads for this child cursor0
DR_PEREXEC Disk reads per execution0
BG_DELTA Buffer gets during snapshot0
BG_PEREXEC Buffer gets per execution0
BG_PER_REC Buffer gets per record0
PARSE Parsing time during snapshot in microsec0
MODULE Program name0
FETCHES_DELTA Number of fetches during snapshot0
ENDOF_FETCH_DELTA Number of times cursor was fully executed in snapshot interv0

Key field Non-key field



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

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

How to access SAP table /SDF/LOAD_HISTORY

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