ALM_ME_W_ORDER_OPERATION SAP (MAM 1.0 Obsolete) Structure details

Dictionary Type: Structure
Description: MAM 1.0 Obsolete




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




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

ALM_ME_W_ORDER_OPERATION 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 "MAM 1.0 Obsolete" 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_ALM_ME_W_ORDER_OPERATION TYPE ALM_ME_W_ORDER_OPERATION.

The ALM_ME_W_ORDER_OPERATION table consists of various fields, each holding specific information or linking keys about MAM 1.0 Obsolete data available in SAP. These include ACTIVITY (Operation/Activity Number), SUB_ACTIVITY (Suboperation), CONTROL_KEY (Control key), STANDARD_TEXT_KEY (Standard text 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)


SAP ALM_ME_W_ORDER_OPERATION 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
ORDERIDOrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
ACTIVITYOperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
SUB_ACTIVITYSuboperation UVORNCHAR4NUMCVVORNR
CONTROL_KEYControl key STEUSCHAR4Assigned to domainSTEUS
STANDARD_TEXT_KEYStandard text key KTSCHCHAR7Assigned to domainKTSCH
DESCRIPTIONOperation short text LTXA1CHAR40TEXT40
SYSTCONDSyst.Condition ANLZUCHAR1Assigned to domainANLZU
WORKCENTERMain work center for maintenance tasks GEWRKCHAR8ARBPLVAP
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
PERSON_NOPersonnel Number PERNR_DNUMC8PERNRPER
WORK_ACTIVITYWork ALM_ME_ARBEITCHAR7CHAR7
UN_WORKUnit for work ARBEITEUNIT3Assigned to domainCUNITMEINS
NUMBER_OF_CAPACITIESNumber of Capacities Required ALM_ME_ANZKAPCHAR3CHAR3
ACTTYPEActivity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
ASSEMBLYMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
EARL_SCHED_START_DATEEarliest scheduled start: Execution (date) FSAVDDATS8DATUM
EARL_SCHED_START_TIMEEarliest scheduled start: Execution (time) FSAVZTIMS6ATIME
EARL_SCHED_FIN_DATEEarliest scheduled finish: Execution (date) FSEDDDATS8DATUM
EARL_SCHED_FIN_TIMEEarliest scheduled finish: Execution (time) FSEDZTIMS6ATIME
LATE_SCHED_START_DATELatest scheduled start: Execution (date) SSAVDDATS8DATUM
LATE_SCHED_START_TIMELatest scheduled start: Execution (time) SSAVZTIMS6ATIME
LATE_SCHED_FIN_DATELatest scheduled finish: Execution (date) SSEDDDATS8DATUM
LATE_SCHED_FIN_TIMELatest scheduled finish: Execution (time) SSEDZTIMS6ATIME
ACTUAL_START_DATEActual start: Execution (date) ISDDDATS8DATUM
ACTUAL_START_TIMEActual start: Execution/setup (time) ISDZTIMS6ATIME
ACTUAL_END_DATEActual finish: Execution (date) IEDDDATS8DATUMEDR
ACTUAL_END_TIMEActual finish: Execution (time) IEDZTIMS6ATIMEEZR
FCST_FIN_DATEForecast finish date of operation from confirmation CO_PEDDDATS8DATUM
FCST_FIN_TIMEForecast finish time of operation from confirmation CO_PEDZTIMS6ATIME

Key field Non-key field



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

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

How to access SAP table ALM_ME_W_ORDER_OPERATION

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