WLBWEXPTMP SAP (BW Workload: Reporting - WEB Template Level (All Data)) Structure details

Dictionary Type: Structure
Description: BW Workload: Reporting - WEB Template Level (All Data)




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




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

WLBWEXPTMP 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 "BW Workload: Reporting - WEB Template Level (All Data)" 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_WLBWEXPTMP TYPE WLBWEXPTMP.

The WLBWEXPTMP table consists of various fields, each holding specific information or linking keys about BW Workload: Reporting - WEB Template Level (All Data) data available in SAP. These include NRSESSIONS (Number of Web Template Sessions), NRQUERY (Number of Queries), NAVSTEP (Number of Navigation Steps), TIMETOTAL (Total Runtime (s)).. 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 WLBWEXPTMP 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
TEMPLATEDescription of Web Template or Workbook WLBWTEMPLCHAR40WLBWCHAR40
NRSESSIONSNumber of Web Template Sessions WLBWSESSNRDEC15WLBWDEC15
NRQUERYNumber of Queries WLBWQRYNRDEC15WLBWDEC15
NAVSTEPNumber of Navigation Steps WLBWNAVSTPDEC15WLBWDEC15
TIMETOTALTotal Runtime (s) WLBWTIMTOTDEC15(1) WLBWTIME15
AVTOTNAVSTAverage Total Runtime per Navigation Step (s) WLBWAVTOTSDEC15(1) WLBWTIME15
MEDTOTALMedian of Total Runtime (s) WLBWMETOTSDEC15(1) WLBWTIME15
TIMEOLAPOLAP Runtime (s) WLBWTIMOLDEC15(1) WLBWTIME15
PCTTIMOLAPShare of Total Runtime that is OLAP Runtime (%) WLBWPTIMOLDEC5(2) WLBWPCENT1
AVOLPNAVSTAverage OLAP Runtime per Navigation Step (s) WLBWAVOLPSDEC15(1) WLBWTIME15
TIMEDBDatabase Runtime (s) WLBWTIMDBDEC15(1) WLBWTIME15
PCTTIMEDBShare of Total Runtime that is Database Runtime (%) WLBWPTIMDBDEC5(2) WLBWPCENT1
AVDBNAVSTAverage Database Runtime per Navigation Step (s) WLBWAVDBSDEC15(1) WLBWTIME15
TIMECLIENTFrontend Runtime (s) WLBWTIMCLDEC15(1) WLBWTIME15
PCTTIMECLIShare of Total Runtime that is Frontend Runtime (%) WLBWPTIMCLDEC5(2) WLBWPCENT1
AVCLINAVSTAverage Frontend Runtime per Navigation Step (s) WLBWAVCLISDEC15(1) WLBWTIME15
TIMEPLANRuntime of the Planning Function (s) WLBWTIMPLNDEC15(1) WLBWTIME15
PCTTIMPLANProportion of Total Runtime for Planning Functions (%) WLBWPTIMPLDEC5(2) WLBWPCENT1
AVPLNNAVSTAverage Planning Runtime per Navigation Step (s) WLBWAVPLNDEC15(1) WLBWTIME15
TIME_NAUnassigned Runtime (s) WLBWTIMNADEC15(1) WLBWTIME15
PCTTIMNAProportion of Total Runtime that is Unassigned Time (%) WLBWPTIMNADEC5(2) WLBWPCENT1
AVNANAVSTAverage Unassigned Time per Navigation Step (s) WLBWAVNADEC15(1) WLBWTIME15
DBSELNumber of records selected WLBWDBSELDEC15WLBWDEC15
DBTRANSNumber of Transferred Records WLBWDBTRNSDEC15WLBWDEC15
DBTRANSSELRatio of Selected to Transferred Records WLBWTRSELDEC15(1) WLBWRATIO1
DBTIMSELDatabase Runtime per Selected Record (ms) WLBWDBTSELDEC15(1) WLBWRATIO1
LINECOLORBI Workload: Color Specification WLBILINECOLCHAR4

Key field Non-key field



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

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

How to access SAP table WLBWEXPTMP

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