CRMT_APO_ORDER_REQ_COM SAP (APO Interface for Customer Requirements) Structure details

Dictionary Type: Structure
Description: APO Interface for Customer Requirements




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




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

CRMT_APO_ORDER_REQ_COM 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 "APO Interface for Customer Requirements" 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_CRMT_APO_ORDER_REQ_COM TYPE CRMT_APO_ORDER_REQ_COM.

The CRMT_APO_ORDER_REQ_COM table consists of various fields, each holding specific information or linking keys about APO Interface for Customer Requirements data available in SAP. These include ATPCAT (ATP: Category of Stock / Receipts / Issues), DOC_NUMBER (MRP element number), ITM_NUMBER (MRP element item), SCHED_LINE (Delivery Schedule Line Number).. 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: Not classified


SAP CRMT_APO_ORDER_REQ_COM 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
METHODMethod to be Used When Transferring an Object CRMT_CIFMETHODCHAR1CRM_CIFMETHOD
ATPCATATP: Category of Stock / Receipts / Issues ATPCATCHAR2ATPCAT
DOC_NUMBERMRP element number DEL12CHAR12DEL12
ITM_NUMBERMRP element item DELPSNUMC6DELPS
SCHED_LINEDelivery Schedule Line Number ETENRNUMC4Assigned to domainETENR
PRODUCTMaterial number in APO APOMATNRCHAR40APOMATNR
LOCATIONLocation number in APO APOLOCNOCHAR20APOLOCNO
MRP_AREAChar 20 CHAR20CHAR20CHAR20
STORE_LOCStorage Location LGORT_DCHAR4LGORTLAG
BATCHBatch Number CHARG_DCHAR10CHARGCHA
DOC_TYPESales Document Type AUARTCHAR4Assigned to domainAUARTAUARTAAT
REQ_QTYATP: open quantity REQQTYQUAN15(3) MENGV15
AVA_QTYConfirmed quantity for availability check in SKU VMENGQUAN15(3) MENG15
ALLOC_QTYPlanned Allocation Quantity for Independent Requirements CRMT_PZMNGQUAN15(3) MENG15
UNITOFMEASBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
CHECK_MODEATP: Check mode CHMODCHAR3CHMOD
MS_DATEATP: Requirements date (time stamp) REQTMSDEC15APOTSTAMP
SHIP_TOLocation number in APO APOLOCNOCHAR20APOLOCNO
SPECSTOKEYATP: Key for special stock segment SSKEYCHAR16SSKEY
SPECIALSTOSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
MRP_INDICRequirements Record is not Relevant for MRP CRMT_NODISCHAR1CRM_NODIS
DOCNR_RESPMRP element number DEL12CHAR12DEL12
ITMNR_RESPOriginating item POSNVNUMC6POSNR
ORDIDUUID in character form SYSUUID_CCHAR32SYSUUID_C
SCHEDIDUUID in character form SYSUUID_CCHAR32SYSUUID_C
LOGSYSBLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
SPECSTOEXTExternal Display of Account Assignment Object CRMT_CIFSSEXTCHAR40CRM_CIFSSEXT
LOGSYSKLogical System in Which the Account Assignment Was Genenrate CRMT_LOGSYSKCHAR10Assigned to domainALPHALOGSYS

Key field Non-key field



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

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

How to access SAP table CRMT_APO_ORDER_REQ_COM

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