/BDL/SAPWLHITL SAP (Cumulated Workload Statistics) Structure details

Dictionary Type: Structure
Description: Cumulated Workload Statistics




ABAP Code to SELECT data from /BDL/SAPWLHITL
Related tables to /BDL/SAPWLHITL
Access table /BDL/SAPWLHITL




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

/BDL/SAPWLHITL 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 "Cumulated Workload 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_/BDL/SAPWLHITL TYPE /BDL/SAPWLHITL.

The /BDL/SAPWLHITL table consists of various fields, each holding specific information or linking keys about Cumulated Workload Statistics data available in SAP. These include RESPTI (Statistics, Response time for one dialog step), DBCALLS (Number of data base requests), ENDTI (Ending time of dialog step), CPUTI (CPU time consumption of dialog step).. 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 /BDL/SAPWLHITL 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
DATE Date0
RESPTI Statistics, Response time for one dialog step0
DBCALLS Number of data base requests0
ENDTI Ending time of dialog step0
CPUTI CPU time consumption of dialog step0
QUEUETI Dispatcher waiting time of dialog step0
V1SATI Dialog step key for update task0
WPID Number of work process for a dialog step0
TASKTYPE Task type number0
TABLOAD Table load0
TCODE Screen number or transaction name0
TERMINALID Terminal ID0
DYNPRONR Screen number or transaction name0
REPORT Name of transaction or programm which calls a dialog0
ACCOUNT User or account name using a transaction0
MANDT Client number0
ROLLKEY SAP rolling memory address0
INPUTLEN 0
OUTPUTLEN Size of SAP roll in/out data0
MAXROLL Size of SAP roll in/out data0
MAXPAGE Size of SAP roll in/out data0
ROLLINCNT Time for SAP rolling procedure0
ROLLINTI Time for SAP rolling procedure0
ROLLOUTCNT Time for SAP rolling procedure0
ROLLOUTTI Time for SAP rolling procedure0
LOCKCNT Number of semaphore locks during a dialog step0
LOCKTI Time for semaphore locks during dialog step0
TABNAME1 Name of table accessed0
TAB1DIRCNT Number of table requests0
TAB1SEQCNT Number of table requests0
TAB1UPDCNT Number of table requests0
TABNAME2 Name of table accessed0
TAB2DIRCNT Number of table requests0
TAB2SEQCNT Number of table requests0
TAB2UPDCNT Number of table requests0
TABNAME3 Name of table accessed0
TAB3DIRCNT Number of table requests0
TAB3SEQCNT Number of table requests0
TAB3UPDCNT Number of table requests0
TABNAME4 Name of table accessed0
TAB4DIRCNT Number of table requests0
TAB4SEQCNT Number of table requests0
TAB4UPDCNT Number of table requests0
TABNAME5 Name of table accessed0
TAB5DIRCNT Number of table requests0
TAB5SEQCNT Number of table requests0
TAB5UPDCNT Number of table requests0
READDIRCNT 0
READDIRTI Time for direct read requests0
READDIRREC Number of directly requested records0
READDIRBUF Number of direct buffer reads0
READSEQCNT Number of sequential read requests to tables0
READSEQTI Time for sequential read requests0
READSEQREC Number of sequentially requested records0
READSEQBUF Sequential buffer reads0
PHYREADCNT Number of data base reads0
INSCNT Number of insert requests0
INSTI Time used for insert requests0
INSREC Number of records inserted0
PHYINSCNT Number of data base insert operations0
UPDCNT Number of updates requested0
UPDTI Time for update requests0
UPDREC Number of records requested for update0
PHYUPDCNT Number of database update operations0
DELCNT Number of delete requests0
DELTI Time for delete requests0
DELREC Number of records for delete requests0
PHYDELCNT Number of database delete operations0
COMMITTI Time for COMMIT WORK0
GENERATETI Generating time0
REPLOADTI Report loading time0
CUALOADTI Time for loading CUA objects0
DYNPLOADTI Time for loading screen objects0
DSQLCNT Bytes transferred to work process0
QUECNT Number of enqueues in batch input queue0
QUETI Batch input queue time0
DDICTI Time spent in DDIC interface0
CPICCNT Bytes transferred via CPIC interface0
CPICTI Time spent in RFC and CPIC interface0
TABLEPOINT Counter0
BTCJOBNAME First 24 characters of job name0
BTCSTEPNR Number of step in background processing0
ROLLED_OUT Time roll context was rolled out0
SLI_CNT SAP Workload: Source. Load & Interface Data (Bytes)0
USEDBYTES Used bytes EM/imode0
PRIVSUM Memory used in PRIV mode0
MAXBYTES Max. bytes (long)0
MAXBYTESDI Max. bytes (short) dialog0
PRIVMODE Request in PRIV mode?0
WPRESTART Workprocess restarted?0
GUITIME 0
GUICNT 0
RFCRECEIVE SAP Workload: Workload: RFC received data0
RFCSEND SAP Workload: Workload: RFC sent data0
RFCEXETIME SAP Workload: Workload: Execution time0
RFCCALLTIM SAP Workload: Workload: Calling time0
RFCCALLS SAP Workload: Workload: RFC calls0
RFCDATFROM 0
DBP_COUNT 0
DBP_TIME 0

Key field Non-key field



How do I retrieve data from SAP structure /BDL/SAPWLHITL using ABAP code?

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

How to access SAP table /BDL/SAPWLHITL

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