/SAPAPO/OM_ORDER SAP (Information about an order object) Structure details

Dictionary Type: Structure
Description: Information about an order object




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




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

/SAPAPO/OM_ORDER 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 "Information about an order object" 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_ORDER TYPE /SAPAPO/OM_ORDER.

The /SAPAPO/OM_ORDER table consists of various fields, each holding specific information or linking keys about Information about an order object data available in SAP. These include ORDERID (Internal Number (UID) for an Order in APO), PCMID (Production Campaign (GUID)), IPPE_ID (Internal Number of Source of Supply), START_EFFECTIVITY (Start of Validity Period).. 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_ORDER 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
PARENT_ORDERIDGUID of Higher-Level Order /SAPAPO/OM_PARENT_ORDERIDCHAR22/SAPAPO/OM_ORDID
ORDERIDInternal Number (UID) for an Order in APO /SAPAPO/OM_ORDERUIDCHAR22/SAPAPO/OM_ORDID
PCMIDProduction Campaign (GUID) /SAPAPO/OM_PCMIDCHAR22SYSUUID_22
IPPE_IDInternal Number of Source of Supply /SAPAPO/OM_TR_TRPIDCHAR22/SAPAPO/OM_TR_TRPID
START_EFFECTIVITYStart of Validity Period /SAPAPO/OM_EFF_START_TIMEDEC15TSTPS/SAPAPO/OM_TZNTSTMPS
END_EFFECTIVITYEnd of Validity Period /SAPAPO/OM_EFF_END_TIMEDEC15TSTPS/SAPAPO/OM_TZNTSTMPS
REQUESTED_TIME_STARTStart of Required Time Period /SAPAPO/REQUESTED_TIME_STARTDEC15TSTPS/SAPAPO/OM_TZNTSTMPS
REQUESTED_TIME_ENDEnd of Required Time Period /SAPAPO/REQUESTED_TIME_ENDDEC15TSTPS/SAPAPO/OM_TZNTSTMPS
CREATION_TIMECreated At /SAPAPO/OM_CREATION_TIMEDEC15TSTPS/SAPAPO/OM_TZNTSTMPS
EXPL_DATETime of BOM Explosion /SAPAPO/OM_EXPLOSION_DATEDEC15TSTPS/SAPAPO/OM_TZNTSTMPS
TECHSValidity Object /SAPAPO/OM_TECHSCHAR12/SAPAPO/OM_TECHS
TTYPEMeans of Transport /SAPAPO/OM_SNPTTYPECHAR10/SAPAPO/OM_TR_TRATY
BSTNKCustomer Purchase Order Number /SAPAPO/OM_BSTNKCHAR20/SAPAPO/OM_BSTNK
PLANNING_TYPEOrder planning type /SAPAPO/OM_PLANNING_TYPEINT13/SAPAPO/OM_PLANNING_TYPE
TYPEType of Order Object in liveCache /SAPAPO/OM_ORDER_TYPERAW1/SAPAPO/OM_ORDER_TYPE
PRIORITYPriority of schedule line /SAPAPO/OM_PRIORITYINT13/SAPAPO/OM_PRIO
STATUSOrder Status /SAPAPO/OM_ORDER_STATUSINT13/SAPAPO/OM_ORDER_STATUS
ORDER_CONFIRM_STATUSConfirmation Status of an Order /SAPAPO/ORDER_CONFIRM_STATUSINT13INT1
PCM_POSPosition of Order within the Campaign /SAPAPO/OM_PCM_POSINT13/SAPAPO/OM_PCM_POS
UNPLAN_IO_OFFSET_CHANGEDInteger Boolean for liveCache COM Routines /SAPAPO/OM_IBOOLINT13/SAPAPO/OM_IBOOL
UNPLAN_CONSTRAINT_CHANGEDInteger Boolean for liveCache COM Routines /SAPAPO/OM_IBOOLINT13/SAPAPO/OM_IBOOL
CHANGE_FLAGChange indicator (return value) /SAPAPO/OM_CHANGE_FLAGCHAR1/SAPAPO/OM_CHANGE_FLAG
R3_UPDCNTRCounter for Order Updates from R/3 /SAPAPO/OM_R3_UPDCNTRINT410/SAPAPO/OM_R3_UPDCNTR
BUYTYPE_CODEOrder Reason /SAPAPO/OM_BUYTYPE_CODEINT410INT4
SNP_GROUPIDInternal SNP Group ID /SAPAPO/OM_SNP_GROUPIDCHAR22SYSUUID_22
SNP_GROUPSTATUSStatus of SNP Group /SAPAPO/OM_SNP_GROUPSTATUSINT13/SAPAPO/OM_SNP_GROUPSTATUS
SNP_GROUPNOSNP Group Number /SAPAPO/OM_SNP_GROUPNOQUAN15(3) /SAPAPO/OM_MENGV15

Key field Non-key field



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

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

How to access SAP table /SAPAPO/OM_ORDER

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