LDLTIME SAP (Structure for Displaying Execution Times) Structure details

Dictionary Type: Structure
Description: Structure for Displaying Execution Times




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




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

LDLTIME 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 "Structure for Displaying Execution Times" 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_LDLTIME TYPE LDLTIME.

The LDLTIME table consists of various fields, each holding specific information or linking keys about Structure for Displaying Execution Times data available in SAP. These include HEAD_MAKTX (Material Description (Short Text)), HEAD_TPCT (Total execution time of critical path), HEAD_GSDZT (Total execution time), HEAD_GSDZT_VA (Total execution time (value-added)).. 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: Can be enhanced (character-type or numeric)


SAP LDLTIME 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
HEAD_MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
HEAD_MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
HEAD_TPCTTotal execution time of critical path LD_TPCTQUAN11(3) LD_DURZT
HEAD_GSDZTTotal execution time LD_GSDZTQUAN11(3) LD_DURZT
HEAD_GSDZT_VATotal execution time (value-added) LD_GSDZT_VAQUAN11(3) LD_DURZT
HEAD_GSDZT_NVATotal execution time (non-value-added) LD_GSDZT_NVAQUAN11(3) LD_DURZT
HEAD_WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
HEAD_COL01Line segment with takt LD_LINE_SEG_MODCHAR15
HEAD_COL02Line segment with takt LD_LINE_SEG_MODCHAR15
HEAD_COL03Line segment with takt LD_LINE_SEG_MODCHAR15
HEAD_COL04Line segment with takt LD_LINE_SEG_MODCHAR15
HEAD_COL05Line segment with takt LD_LINE_SEG_MODCHAR15
HEAD_COL06Line segment with takt LD_LINE_SEG_MODCHAR15
HEAD_COL07Line segment with takt LD_LINE_SEG_MODCHAR15
HEAD_COL08Line segment with takt LD_LINE_SEG_MODCHAR15
HEAD_COL09Line segment with takt LD_LINE_SEG_MODCHAR15
HEAD_COL10Line segment with takt LD_LINE_SEG_MODCHAR15
HEAD_COL11Line segment with takt LD_LINE_SEG_MODCHAR15
HEAD_COL12Line segment with takt LD_LINE_SEG_MODCHAR15
HEAD_COL13Line segment with takt LD_LINE_SEG_MODCHAR15
HEAD_COL14Line segment with takt LD_LINE_SEG_MODCHAR15
HEAD_COL15Line segment with takt LD_LINE_SEG_MODCHAR15
HEAD_COL16Line segment with takt LD_LINE_SEG_MODCHAR15
HEAD_COL17Line segment with takt LD_LINE_SEG_MODCHAR15
HEAD_COL18Line segment with takt LD_LINE_SEG_MODCHAR15
HEAD_COL19Line segment with takt LD_LINE_SEG_MODCHAR15
HEAD_COL20Line segment with takt LD_LINE_SEG_MODCHAR15
VALS_MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
VALS_MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
VALS_TPCTTotal execution time of critical path LD_TPCTQUAN11(3) LD_DURZT
VALS_GSDZTTotal execution time LD_GSDZTQUAN11(3) LD_DURZT
VALS_GSDZT_VATotal execution time (value-added) LD_GSDZT_VAQUAN11(3) LD_DURZT
VALS_GSDZT_NVATotal execution time (non-value-added) LD_GSDZT_NVAQUAN11(3) LD_DURZT
VALS_WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
VALS_COL01Time field LD_DZTALQUAN11(3) LD_DURZT
VALS_COL02Time field LD_DZTALQUAN11(3) LD_DURZT
VALS_COL03Time field LD_DZTALQUAN11(3) LD_DURZT
VALS_COL04Time field LD_DZTALQUAN11(3) LD_DURZT
VALS_COL05Time field LD_DZTALQUAN11(3) LD_DURZT
VALS_COL06Time field LD_DZTALQUAN11(3) LD_DURZT
VALS_COL07Time field LD_DZTALQUAN11(3) LD_DURZT
VALS_COL08Time field LD_DZTALQUAN11(3) LD_DURZT
VALS_COL09Time field LD_DZTALQUAN11(3) LD_DURZT
VALS_COL10Time field LD_DZTALQUAN11(3) LD_DURZT
VALS_COL11Time field LD_DZTALQUAN11(3) LD_DURZT
VALS_COL12Time field LD_DZTALQUAN11(3) LD_DURZT
VALS_COL13Time field LD_DZTALQUAN11(3) LD_DURZT
VALS_COL14Time field LD_DZTALQUAN11(3) LD_DURZT
VALS_COL15Time field LD_DZTALQUAN11(3) LD_DURZT
VALS_COL16Time field LD_DZTALQUAN11(3) LD_DURZT
VALS_COL17Time field LD_DZTALQUAN11(3) LD_DURZT
VALS_COL18Time field LD_DZTALQUAN11(3) LD_DURZT
VALS_COL19Time field LD_DZTALQUAN11(3) LD_DURZT
VALS_COL20Time field LD_DZTALQUAN11(3) LD_DURZT
HEAD_TIME_USEDTime occupied in line balancing LD_TIME_USEDQUAN11(3) LD_TIME_USED
HEAD_TIME_AVAILTime available in line balancing LD_TIME_AVAILQUAN11(3) LD_TIME_AVAIL
HEAD_USAGELoad utilization of a line segment or takt LD_USAGEQUAN11(3) LD_USAGE

Key field Non-key field



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

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

How to access SAP table LDLTIME

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