/SDF/DB_TIME_HIST_IMPORT SAP (Import Parameters for /SDF/DB_TIME_HIST_WITH_OBJ) Structure details

Dictionary Type: Structure
Description: Import Parameters for /SDF/DB_TIME_HIST_WITH_OBJ




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




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

/SDF/DB_TIME_HIST_IMPORT 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 "Import Parameters for /SDF/DB_TIME_HIST_WITH_OBJ" 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/DB_TIME_HIST_IMPORT TYPE /SDF/DB_TIME_HIST_IMPORT.

The /SDF/DB_TIME_HIST_IMPORT table consists of various fields, each holding specific information or linking keys about Import Parameters for /SDF/DB_TIME_HIST_WITH_OBJ data available in SAP. These include FROM_DATE (Start timestamp format YYYYMMDDHHMISS), TO_DATE (End timestamp format YYYYMMDDHHMISS), RTT_MICRO (average network time/usercall DURATION in microseconds), EXCLUDE_SYSTEM (Exclude System wait events Y =YES , N = No).. 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/DB_TIME_HIST_IMPORT 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
INSTANCE_NUMBER Instance Number0
FROM_DATE Start timestamp format YYYYMMDDHHMISS0
TO_DATE End timestamp format YYYYMMDDHHMISS0
RTT_MICRO average network time/usercall DURATION in microseconds0
EXCLUDE_SYSTEM Exclude System wait events Y =YES , N = No0
EXCLUDE_ADMINISTRATIVE Exclude admin wait events Y =YES , N = No0
EXCLUDE_WEEKENDS Exclude weekends , Y =YES , N = No0
MIN_TIME_WAITED_SEC Minimum Wait time for given events in Seconds0
AGGREGATE_BY Oracle Time pattern for event time aggregation0
CONSIDER_TIMEOUTS Single-Character Flag, Y =YES , N = No0
EVENT_HOURLY_LIMIT events responsible for more than given % per hour0
OBJECT_HOURLY_LIMIT objects responsible for more than given % per hour0
MIN_AVG_DP_TIME Minimum average direct path time in MS0
GENERIC_DECIMAL_TYPE Generic data type for Decimal formats0
DOWNLOAD_RANGE Def date range of sel (1 last, 0 current, 2 all, ' ' free )0

Key field Non-key field



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

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

How to access SAP table /SDF/DB_TIME_HIST_IMPORT

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