WLBWDETAG0 SAP (BW Workload: Aggregates - Overview) Structure details

Dictionary Type: Structure
Description: BW Workload: Aggregates - Overview




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




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

WLBWDETAG0 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: Aggregates - Overview" 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_WLBWDETAG0 TYPE WLBWDETAG0.

The WLBWDETAG0 table consists of various fields, each holding specific information or linking keys about BW Workload: Aggregates - Overview data available in SAP. These include AGGRCUBE (Aggregate Name), NRAGGR (Number of Aggregates), AGRTIMTOT (Total Runtime (s)), PCTTINEW (Share of Total Runtime that is Rebuild Time (%)).. 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 WLBWDETAG0 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
INFOCUBEInfoCube Name WLBWINFOCBCHAR30RSINFOCUBE
AGGRCUBEAggregate Name WLBWAGRCBCHAR30RSINFOCUBE
NRAGGRNumber of Aggregates WLBWNRAGRDEC15WLBWDEC15
AGRTIMTOTTotal Runtime (s) WLBWTIMTOTDEC15(1) WLBWTIME15
PCTTINEWShare of Total Runtime that is Rebuild Time (%) WLBWPCTNWDEC5(2) WLBWPCENT1
PCTTIROLLShare of Total Runtime that is Rollup Time (%) WLBWPCTRLDEC5(2) WLBWPCENT1
PCTTIDELTAShare of Total Runtime that is Delta Time (%) WLBWPCTDLDEC5(2) WLBWPCENT1
TIMENEWRebuild Time (s) WLBWTINEWDEC15(1) WLBWTIME15
NRAGRNEWNumber of Aggregates in Rebuild WLBWNRNWDEC15WLBWDEC15
AVGTINEWAverage Rebuild Time per Aggregate (s) WLBWAVGNWDEC15(1) WLBWTIME15
RECNEWNumber of Inserted Records in Rebuild WLBWRECNWDEC15WLBWDEC15
TIMEROLLRollup Time (s) WLBWTIROLDEC15(1) WLBWTIME15
NRAGRROLLNumber of Aggregates in Rollup WLBWNRRLDEC15WLBWDEC15
AVGTIROLLAverage Rollup Time per Aggregate (s) WLBWAVGRLDEC15(1) WLBWTIME15
RECROLLNumber of Added Records in Rollup WLBWRECRLDEC15WLBWDEC15
TIMEDELTADelta Time (s) WLBWTIDELDEC15(1) WLBWTIME15
NRAGRDELTANumber of Aggregates in Delta WLBWNRDLDEC15WLBWDEC15
AVGTIDELTAAverage Delta Time per Aggregate (s) WLBWAVGDLDEC15(1) WLBWTIME15
RECDELTANumber of Added Records in Delta WLBWRECDLDEC15WLBWDEC15

Key field Non-key field



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

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

How to access SAP table WLBWDETAG0

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