LDLTIME_TEST SAP (Structure for Displaying Execution Times) Structure details

Dictionary Type: Structure
Description: Structure for Displaying Execution Times




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




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

LDLTIME_TEST 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_TEST TYPE LDLTIME_TEST.

The LDLTIME_TEST 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_COL02 (Line segment), HEAD_COL03 (Line segment), HEAD_COL04 (Line segment), HEAD_COL05 (Line segment).. 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_TEST 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_COL01Line segment LD_LINE_SEGCHAR8ARBPLAGR
HEAD_COL02Line segment LD_LINE_SEGCHAR8ARBPLAGR
HEAD_COL03Line segment LD_LINE_SEGCHAR8ARBPLAGR
HEAD_COL04Line segment LD_LINE_SEGCHAR8ARBPLAGR
HEAD_COL05Line segment LD_LINE_SEGCHAR8ARBPLAGR
HEAD_COL06Line segment LD_LINE_SEGCHAR8ARBPLAGR
HEAD_COL07Line segment LD_LINE_SEGCHAR8ARBPLAGR
HEAD_COL08Line segment LD_LINE_SEGCHAR8ARBPLAGR
HEAD_COL09Line segment LD_LINE_SEGCHAR8ARBPLAGR
HEAD_COL10Line segment LD_LINE_SEGCHAR8ARBPLAGR
HEAD_COL11Line segment LD_LINE_SEGCHAR8ARBPLAGR
HEAD_COL12Line segment LD_LINE_SEGCHAR8ARBPLAGR
HEAD_COL13Line segment LD_LINE_SEGCHAR8ARBPLAGR
HEAD_COL14Line segment LD_LINE_SEGCHAR8ARBPLAGR
HEAD_COL15Line segment LD_LINE_SEGCHAR8ARBPLAGR
HEAD_COL16Line segment LD_LINE_SEGCHAR8ARBPLAGR
HEAD_COL17Line segment LD_LINE_SEGCHAR8ARBPLAGR
HEAD_COL18Line segment LD_LINE_SEGCHAR8ARBPLAGR
HEAD_COL19Line segment LD_LINE_SEGCHAR8ARBPLAGR
HEAD_COL20Line segment LD_LINE_SEGCHAR8ARBPLAGR
VALS_COLAAMaterial Description (Short Text) MAKTXCHAR40TEXT40
VALS_COLBBMaterial Description (Short Text) MAKTXCHAR40TEXT40
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
VALS_TUSEDTime field LD_DZTALQUAN11(3) LD_DURZT
VALS_TAVAILTime field LD_DZTALQUAN11(3) LD_DURZT
VALS_TUSAGETime field LD_DZTALQUAN11(3) LD_DURZT
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
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

Key field Non-key field



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

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

How to access SAP table LDLTIME_TEST

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