OPERATION_DETAILS SAP (Details of Operation) Structure details

Dictionary Type: Structure
Description: Details of Operation




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




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

OPERATION_DETAILS 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 "Details of Operation" 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_OPERATION_DETAILS TYPE OPERATION_DETAILS.

The OPERATION_DETAILS table consists of various fields, each holding specific information or linking keys about Details of Operation data available in SAP. These include UVORN (Suboperation), LTXA1 (Operation short text), VSTTXT (System Status), STEUS (Control key).. 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 OPERATION_DETAILS 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
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
UVORNSuboperation UVORNCHAR4NUMCVVORNR
LTXA1Operation short text LTXA1CHAR40TEXT40
VSTTXTSystem Status CO_STTXTCHAR40CHAR40
STEUSControl key STEUSCHAR4Assigned to domainSTEUS
KTSCHStandard text key KTSCHCHAR7Assigned to domainKTSCH
TPLNRFunctional Location TPLNRCHAR30Assigned to domainTPLNRTPLNRIFLIFLM
EQUNREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
MLSTNUsage MILESTONECHAR5Assigned to domainMILESTONE
RUECKCompletion confirmation number for the operation CO_RUECKNUMC10CO_RUECKRCK
ARBPLWork center ARBPLCHAR8ARBPLAGR
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
KTEXTWork center description KTXT40CHAR40TEXT40
MGVRGOperation Quantity MGVRGQUAN13(3) MENG13
MEINHUnit of Measure for Activity/Operation VORMEUNIT3Assigned to domainCUNITMEINS
LARNTActivity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
PREISPrice PREISCURR11(2) WERT11
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
PEINHPrice Unit PEINHDEC5PACK3
FSAVDEarliest scheduled start: Execution (date) FSAVDDATS8DATUM
FSAVZEarliest scheduled start: Execution (time) FSAVZTIMS6ATIME
SSEDDLatest scheduled finish: Execution (date) SSEDDDATS8DATUM
SSEDZLatest scheduled finish: Execution (time) SSEDZTIMS6ATIME
ISMNWActual work CO_ISMNWQUAN13(3) MENG13
ARBEHUnit for work ARBEITEUNIT3Assigned to domainCUNITMEINS
PUFGPTotal float (from forecast) PPUFF_GESMDEC3PUFFER
BANFNPurchase requisition number CO_BANFNCHAR10ALPHABANFN
ARBEIWork involved in the activity ARBEITQUAN7(1) ARBEIT
DAUNONormal duration of the activity DAUNORQUAN5(1) DAUER_4_1
DAUNENormal duration/unit DAUNOREUNIT3Assigned to domainCUNITMEINS
ANZZLNumber of capacities required ANZKAPINT13INT1

Key field Non-key field



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

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

How to access SAP table OPERATION_DETAILS

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