LDOP SAP (Operation duration) Structure details

Dictionary Type: Structure
Description: Operation duration




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




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

LDOP 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 "Operation duration" 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_LDOP TYPE LDOP.

The LDOP table consists of various fields, each holding specific information or linking keys about Operation duration data available in SAP. These include VORNR (Operation/Activity Number), EX_TIME (Execution time for operation in time unit of prod. line), VGDZT (Execution time in seconds per operation), VGBED (Reqmts in seconds per operation).. 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 LDOP 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
ARBIDObject ID OBJEKTIDNUMC8NUM08PON
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
EX_TIMEExecution time for operation in time unit of prod. line LD_EX_TIMEQUAN11(3) LD_DURZT
VGDZTExecution time in seconds per operation LD_VGDZTQUAN11(3) LD_DURZT
VGBEDReqmts in seconds per operation LD_VGBEDQUAN11(3) LD_DURZT
VGW01Standard Value VGWRTQUAN9(3) VGWRT
VGE01Unit of measure for the standard value VGWRTEHUNIT3T006CUNITMEINS
VGW02Standard Value VGWRTQUAN9(3) VGWRT
VGE02Unit of measure for the standard value VGWRTEHUNIT3T006CUNITMEINS
VGW03Standard Value VGWRTQUAN9(3) VGWRT
VGE03Unit of measure for the standard value VGWRTEHUNIT3T006CUNITMEINS
VGW04Standard Value VGWRTQUAN9(3) VGWRT
VGE04Unit of measure for the standard value VGWRTEHUNIT3T006CUNITMEINS
VGW05Standard Value VGWRTQUAN9(3) VGWRT
VGE05Unit of measure for the standard value VGWRTEHUNIT3T006CUNITMEINS
VGW06Standard Value VGWRTQUAN9(3) VGWRT
VGE06Unit of measure for the standard value VGWRTEHUNIT3T006CUNITMEINS
ANZMANumber of employees ANZMSDEC5(2) ANZMA
ANZZLNumber of capacities required ANZKAPINT13INT1
ARBEIWork involved in the activity ARBEITQUAN7(1) ARBEIT
ARBEHUnit for work ARBEITEUNIT3Assigned to domainCUNITMEINS
BMSCHBase Quantity BMSCHQUAN13(3) BMSCH
DAUNONormal duration of the activity DAUNORQUAN5(1) DAUER_4_1
DAUNENormal duration/unit DAUNOREUNIT3Assigned to domainCUNITMEINS
MGVRGOperation Quantity MGVRGQUAN13(3) MENG13
MEINHUnit of Measure for Activity/Operation VORMEUNIT3T006CUNITMEINS
SLWIDKey word ID for user-defined fields SLWIDCHAR7Assigned to domainSLWID
SPLIMMaximum number of splits SPLITTANZDEC3SPLITTANZ
SPMUSRequired splitting SPLITTUNGCHAR1XFELD
USR04User field for quantity (length 10.3) USRQUAN13QUAN13(3) USRQUAN13
USE04User field: Unit for quantity fields USRUNITUNIT3Assigned to domainCUNITMEINS
USR05User field for quantity (length 10.3) USRQUAN13QUAN13(3) USRQUAN13
USE05User field: Unit for quantity fields USRUNITUNIT3Assigned to domainCUNITMEINS
ZMERHBreak DZMERHQUAN9(3) VGWRT
ZEIERUnit for the break time DZEIERUNIT3Assigned to domainCUNITMEINS
ZLPROMinimum wait time DZLPROQUAN9(3) VGWRT
ZEILPUnit for the required wait time DZEILPUNIT3T006CUNITMEINS
ZLMAXMaximum wait time DZLMAXQUAN9(3) VGWRT
ZEILMUnit for the maximum wait time DZEILMUNIT3T006CUNITMEINS
ZWNORStandard queue time DZWNORQUAN9(3) VGWRT
ZEIWNUnit for the standard queue time DZEIWNUNIT3T006CUNITMEINS

Key field Non-key field



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

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

How to access SAP table LDOP

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