/SAPAPO/OM_ORDER_ATTR SAP (Structure with Modifiable Attributes of Order Head) Structure details

Dictionary Type: Structure
Description: Structure with Modifiable Attributes of Order Head




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




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

/SAPAPO/OM_ORDER_ATTR 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 "Structure with Modifiable Attributes of Order Head" 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_ATTR TYPE /SAPAPO/OM_ORDER_ATTR.

The /SAPAPO/OM_ORDER_ATTR table consists of various fields, each holding specific information or linking keys about Structure with Modifiable Attributes of Order Head data available in SAP. These include NEW_PCMID (Production Campaign (GUID)), NEW_PCM_POS (Position of Order within the Campaign), NEW_PRIORITY (Priority of schedule line), NEW_STATUS (Order Status).. 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_ATTR 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
NEW_PCMIDProduction Campaign (GUID) /SAPAPO/OM_PCMIDCHAR22SYSUUID_22
NEW_PCM_POSPosition of Order within the Campaign /SAPAPO/OM_PCM_POSINT13/SAPAPO/OM_PCM_POS
NEW_PRIORITYPriority of schedule line /SAPAPO/OM_PRIORITYINT13/SAPAPO/OM_PRIO
NEW_STATUSOrder Status /SAPAPO/OM_ORDER_STATUSINT13/SAPAPO/OM_ORDER_STATUS
NEW_CONFIRM_STATUSConfirmation Status of an Order /SAPAPO/ORDER_CONFIRM_STATUSINT13INT1
NEW_START_EFFECTIVITYStart of Validity Period /SAPAPO/OM_EFF_START_TIMEDEC15TSTPS/SAPAPO/OM_TZNTSTMPS
NEW_END_EFFECTIVITYEnd of Validity Period /SAPAPO/OM_EFF_END_TIMEDEC15TSTPS/SAPAPO/OM_TZNTSTMPS
NEW_CREATION_TIMECreation Date/Time of Order /SAPAPO/OM_EFF_CREATION_TIMEDEC15TSTPS/SAPAPO/OM_TZNTSTMPS
NEW_EXPL_DATETime of BOM Explosion /SAPAPO/OM_EXPLOSION_DATEDEC15TSTPS/SAPAPO/OM_TZNTSTMPS
NEW_R3_UPDCNTRCounter for Order Updates from R/3 /SAPAPO/OM_R3_UPDCNTRINT410/SAPAPO/OM_R3_UPDCNTR
NEW_SNP_GROUPATTR 0
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
CHANGE_PCMIDMethod (controls deleting, changing and creating of objects) /SAPAPO/OM_METHODCHAR1/SAPAPO/OM_METHOD
CHANGE_PCM_POSMethod (controls deleting, changing and creating of objects) /SAPAPO/OM_METHODCHAR1/SAPAPO/OM_METHOD
CHANGE_PRIORITYMethod (controls deleting, changing and creating of objects) /SAPAPO/OM_METHODCHAR1/SAPAPO/OM_METHOD
CHANGE_STATUSMethod (controls deleting, changing and creating of objects) /SAPAPO/OM_METHODCHAR1/SAPAPO/OM_METHOD
CHANGE_CONFIRM_STATUSMethod (controls deleting, changing and creating of objects) /SAPAPO/OM_METHODCHAR1/SAPAPO/OM_METHOD
CHANGE_START_EFFECTIVITYMethod (controls deleting, changing and creating of objects) /SAPAPO/OM_METHODCHAR1/SAPAPO/OM_METHOD
CHANGE_END_EFFECTIVITYMethod (controls deleting, changing and creating of objects) /SAPAPO/OM_METHODCHAR1/SAPAPO/OM_METHOD
CHANGE_CREATION_TIMEMethod (controls deleting, changing and creating of objects) /SAPAPO/OM_METHODCHAR1/SAPAPO/OM_METHOD
CHANGE_EXPL_DATEMethod (controls deleting, changing and creating of objects) /SAPAPO/OM_METHODCHAR1/SAPAPO/OM_METHOD
CHANGE_R3_UPDCNTRMethod (controls deleting, changing and creating of objects) /SAPAPO/OM_METHODCHAR1/SAPAPO/OM_METHOD
CHANGE_SNP_GROUPATTRMethod (controls deleting, changing and creating of objects) /SAPAPO/OM_METHODCHAR1/SAPAPO/OM_METHOD

Key field Non-key field



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

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

How to access SAP table /SAPAPO/OM_ORDER_ATTR

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