BDLDWLTSK1 SAP (SAP Workload: Workload: Task Type/Time Statistics) Structure details

Dictionary Type: Structure
Description: SAP Workload: Workload: Task Type/Time Statistics




ABAP Code to SELECT data from BDLDWLTSK1
Related tables to BDLDWLTSK1
Access table BDLDWLTSK1




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

BDLDWLTSK1 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 "SAP Workload: Workload: Task Type/Time Statistics" 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_BDLDWLTSK1 TYPE BDLDWLTSK1.

The BDLDWLTSK1 table consists of various fields, each holding specific information or linking keys about SAP Workload: Workload: Task Type/Time Statistics data available in SAP. These include HOSTID (Character field, 8 characters long), TASKTYPE (SAP Workload: Workload: task type (long)), TIME (SAP Workload: Workload: time range), COUNT (SAP Workload: Workload: dialog steps, jobsteps).. 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 BDLDWLTSK1 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
DATESystem Date SYDATUMDATS8SYDATS
HOSTIDCharacter field, 8 characters long CHAR8CHAR8CHAR8
TASKTYPESAP Workload: Workload: task type (long) SAPWLSUTTLCHAR7CHAR7
TIMESAP Workload: Workload: time range SAPWLTIMTICHAR7TEXT7
COUNTSAP Workload: Workload: dialog steps, jobsteps SAPWLTSTCTINT410
RESPTISAP Workload: Workload: Response time SAPWLCTRSPDEC15SAPWLCTLNG
CPUTISAP Workload: Workload: CPU time SAPWLCTCPUDEC15SAPWLCTLNG
QUEUETISAP Workload: Workload: Wait time SAPWLCTQUTDEC15SAPWLCTLNG
READDIRCNTSAP Workload: Workload: Number of direct read attempts SAPWLCTRDCDEC15SAPWLCTLNG
READDIRTISAP Workload: Workload: Time for direct read attempts SAPWLCTRDTDEC15SAPWLCTLNG
READDIRBUFSAP Workload: Workload: Number of direct reads in buffer SAPWLCTRDBDEC15SAPWLCTLNG
READSEQCNTSAP Workload: Workload: Number of sequential read operations SAPWLCTSQCDEC15SAPWLCTLNG
READSEQTISAP Workload: Workload: Time for sequential read operations. SAPWLCTSQTDEC15SAPWLCTLNG
PHYREADCNTSAP Workload: Workload: Number of physical read operations. SAPWLCTPRCDEC15SAPWLCTLNG
CHNGCNTSAP Workload: Workload: Number of modifying accesses SAPWLCTCHCDEC15SAPWLCTLNG
CHNGTISAP Workload: Workload: Time for modifying accesses SAPWLCTCHTDEC15SAPWLCTLNG
PHYCHNGRECSAP Workload: Workload: Number of modified records in d/bank SAPWLCTPCRDEC15SAPWLCTLNG
CNT001SAP Workload: Workload: dialog steps w/ resp. time < 0.1 s SAPWLSURT1INT410
CNT002SAP Workload: Workload: Dialog steps w/ resp. time < 0.2 s SAPWLSURT2INT410
CNT003SAP Workload: Workload: dialog steps w/ resp. time < 0.3 SAPWLSURT3INT410
CNT004SAP Workload: Workload: dialog steps w/ resp. time < 0.4 s SAPWLSURT4INT410
CNT005SAP Workload: Workload: dialog steps w/ resp. time < 0.5 s SAPWLSURT5INT410
CNT006SAP Workload: Workload: dialog steps w/ resp. time < 1.0 s SAPWLSURT6INT410
CNT007SAP Workload: Workload: dialog steps w/ resp. time < 2.0 s SAPWLSURT7INT410
CNT008SAP Workload: Workload: dialog steps w/ resp. time < 3.0 s SAPWLSURT8INT410
CNT009SAP Workload: Workload: dialog steps w/ resp. time < 10.0 s SAPWLSURT9INT410
DBP_COUNT SAPWLDBPCTDEC15SAPWLCTLNG
DBP_TIME SAPWLDBPTIDEC15SAPWLCTLNG

Key field Non-key field



How do I retrieve data from SAP structure BDLDWLTSK1 using ABAP code?

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

How to access SAP table BDLDWLTSK1

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