/SAPAPO/OM_ACT_EXT_FOR_OPT SAP (Enhanced Activity Information for Optimization) Structure details

Dictionary Type: Structure
Description: Enhanced Activity Information for Optimization




ABAP Code to SELECT data from /SAPAPO/OM_ACT_EXT_FOR_OPT
Related tables to /SAPAPO/OM_ACT_EXT_FOR_OPT
Access table /SAPAPO/OM_ACT_EXT_FOR_OPT




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

/SAPAPO/OM_ACT_EXT_FOR_OPT 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 "Enhanced Activity Information for Optimization" 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_/SAPAPO/OM_ACT_EXT_FOR_OPT TYPE /SAPAPO/OM_ACT_EXT_FOR_OPT.

The /SAPAPO/OM_ACT_EXT_FOR_OPT table consists of various fields, each holding specific information or linking keys about Enhanced Activity Information for Optimization data available in SAP. These include ORDERID (Internal Number (UID) for an Order in APO), ACTID (Activity Key (UID)), OPRCOUNTER (General Counter of Operation in Order), GROUP_OPRCOUNTER (General Counter of Operation in Order).. 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: Cannot Be Enhanced


SAP /SAPAPO/OM_ACT_EXT_FOR_OPT 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
ORDERIDInternal Number (UID) for an Order in APO /SAPAPO/OM_ORDERUIDCHAR22/SAPAPO/OM_ORDID
ACTIDActivity Key (UID) /SAPAPO/OM_ACTIDCHAR22SYSUUID_22
OPRCOUNTERGeneral Counter of Operation in Order /SAPAPO/OM_OPR_COUNTERINT410INT4
GROUP_OPRCOUNTERGeneral Counter of Operation in Order /SAPAPO/OM_OPR_COUNTERINT410INT4
OPR_LEVELHierarchy Level of Operation /SAPAPO/OM_OPR_LEVELINT13/SAPAPO/OM_OPR_LEVEL
MAX_WORK_AFTER_SHIFTMaximum Working Time Extension After End of Shift /SAPAPO/OM_MAX_WORK_AFTERSHIFTINT410/SAPAPO/OM_TIME_DIFF
GROUP_IDSetup Key Group /SAPAPO/OM_SETUP_GROUP_IDINT410/SAPAPO/OM_SETUP_GROUP_ID
ITEM_IDSetup Key for Individual Objects (Products) /SAPAPO/OM_SETUP_ITEM_IDINT410/SAPAPO/OM_SETUP_ITEM_ID
IS_SETUP_ACTIndicator for Sequence-Dependent Setup Activity /SAPAPO/OM_IS_SETUP_ACTCHAR1/SAPAPO/OM_BOOL
SYNC_CONTROLIndicator: Synchronize /SAPAPO/OM_SYNC_CONTROLCHAR1/SAPAPO/OM_SYNC_CONTROL
ACTTYPEActivity type for order activities /SAPAPO/OM_ACTTYPECHAR1/SAPAPO/OM_ACTTYPE
PPM_ACT_GUIDInternal No. (UID) of an Activity in the PPM /SAPAPO/OM_PPM_ACT_GUIDCHAR22SYSUUID_22
RESIDInternal APO Number (UID) for Resource /SAPAPO/OM_RESIDCHAR22SYSUUID_22
STARTTIStart Date/Time (in UTC Time and Format YYYYMMDDhhmmss) /SAPAPO/OM_STARTTIDEC15TSTPS/SAPAPO/OM_TZNTSTMPS
ENDTIEnd Date/Time (in UTC Time and Format YYYYMMDDhhmmss) /SAPAPO/OM_ENDTIDEC15TSTPS/SAPAPO/OM_TZNTSTMPS
CONFTIConfirmed Time of an Activity /SAPAPO/OM_CONFTIDEC15TSTPS/SAPAPO/OM_TZNTSTMPS
ACT_STATUSActivity status /SAPAPO/OM_ACTIVITY_STATUSCHAR1/SAPAPO/OM_ACT_STATUS
ACTIVE_MODEMode number (must be between 1 and 32767 !!!) /SAPAPO/OM_MODE_NOINT410/SAPAPO/OM_MODE_NO
REM_PROC_TIMERemaining Net Processing Duration /SAPAPO/OM_REM_PROC_TIMEINT410/SAPAPO/OM_TIME_DIFF
EFFECTIVITY_MODEValidity Mode /SAPAPO/OM_EFFECTIVITY_MODEINT13/SAPAPO/OM_EFFECTIVITY_MODE
PLANNED_STATUSActivity Planning Status /SAPAPO/OM_PLANNED_STATUSCHAR1/SAPAPO/OM_PLANNED_STATUS
FIXED_TIMESActivity Start and Finish Times are Fixed /SAPAPO/OM_FIXED_TIMESCHAR1/SAPAPO/OM_FIXED_TIMES
NET_PROC_TIMENet Processing Duration /SAPAPO/OM_NET_PROC_TIMEINT410/SAPAPO/OM_TIME_DIFF
PLANNED_IN_BREAKHow is activity scheduled for time stream? /SAPAPO/OM_TIMELINE_MODECHAR1/SAPAPO/OM_TIMELINE_MODE
HAS_CHARACTSIndicator for Existence of Characteristics /SAPAPO/OM_HAS_CHARACTSINT13/SAPAPO/OM_HAS_CHARACTS
IO_OFFSET_TYPEOffset Type of I/O Node /SAPAPO/IO_OFFSET_TYPEINT13/SAPAPO/IO_OFFSET_TYPE
IGNORE_BCK_LIMITSInteger Boolean for liveCache COM Routines /SAPAPO/OM_IBOOLINT13/SAPAPO/OM_IBOOL
IS_INACTIVE_SETUP_ACTInteger Boolean for liveCache COM Routines /SAPAPO/OM_IBOOLINT13/SAPAPO/OM_IBOOL
SEG_STATE_FOR_OPTActivity Status for Optimization /SAPAPO/OM_SEG_STATE_FOR_OPTINT13/SAPAPO/OM_SEG_STATE_FOR_OPT
IS_STATIC_SETUPBoolean Value for liveCache COM Routines /SAPAPO/OM_BOOLCHAR1/SAPAPO/OM_BOOL

Key field Non-key field



How do I retrieve data from SAP structure /SAPAPO/OM_ACT_EXT_FOR_OPT using ABAP code?

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

How to access SAP table /SAPAPO/OM_ACT_EXT_FOR_OPT

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