CRMT_APO_ORDER_COM SAP (Interface Structure for SD Documents (CRM -> APO)) Structure details

Dictionary Type: Structure
Description: Interface Structure for SD Documents (CRM -> APO)




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




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

CRMT_APO_ORDER_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 "Interface Structure for SD Documents (CRM -> APO)" 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_COM TYPE CRMT_APO_ORDER_COM.

The CRMT_APO_ORDER_COM table consists of various fields, each holding specific information or linking keys about Interface Structure for SD Documents (CRM -> APO) data available in SAP. These include DOC_NUMBER (MRP element number), ITM_NUMBER (MRP element item), ATPCAT (ATP: Category of Stock / Receipts / Issues), DOC_TYPE (SD document category).. 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 or numeric)


SAP CRMT_APO_ORDER_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
DOC_NUMBERMRP element number DEL12CHAR12DEL12
ITM_NUMBERMRP element item DELPSNUMC6DELPS
ATPCATATP: Category of Stock / Receipts / Issues ATPCATCHAR2ATPCAT
DOC_TYPESD document category VBTYPCHAR1VBTYP
ORD_TYPESales Document Type AUARTCHAR4Assigned to domainAUARTAUARTAAT
SALES_ORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
DIVISIONDivision SPARTCHAR2SPARTSPAC_SPART
DISTR_CHANDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
SLSOFFSales Office VKBURCHAR4Assigned to domainVKBURVKB
SLSGRPSales Group VKGRPCHAR3Assigned to domainVKGRPVKG
SOLD_TOLocation number in APO APOLOCNOCHAR20APOLOCNO
COMPL_DLVComplete delivery defined for each sales order? AUTLFCHAR1XFELD
ITEM_CATEGSales document item category PSTYVCHAR4PSTYV
CREATORName of Person who Created the Object ERNAMCHAR12USNAM
PRODUCTMaterial number in APO APOMATNRCHAR40APOMATNR
LOCATIONLocation number in APO APOLOCNOCHAR20APOLOCNO
STORE_LOCStorage Location LGORT_DCHAR4LGORTLAG
BATCHBatch Number CHARG_DCHAR10CHARGCHA
SHIP_TOLocation number in APO APOLOCNOCHAR20APOLOCNO
SHIP_POINTShipping Point/Receiving Point VSTELCHAR4VSTELVST
ROUTERoute ROUTECHAR6ROUTE
SHP_CONDShipping Conditions VSBEDCHAR2Assigned to domainVSBED
DLV_PRIODelivery Priority LPRIONUMC2LPRIO
PART_DLVPartial delivery at item level KZTLFCHAR1KZTLF
MAX_PL_DLVMaximum Number of Partial Deliveries Allowed Per Item ANTLFDEC1ANTLF
ALLOCProduct allocation determination procedure KOSCHCHAR18Assigned to domainKOSCH
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
BSTNKNumber of the document (purchasing, sales,...) CRMT_CIFDOCCHAR12CRM_CIFDOC
POSNRSales Document Item POSNR_VANUMC6POSNRAPO
LOCTYPEAPO location type APOLOCTYPECHAR4APOLOCTYPE
PSSPARAMParameter-Dependent ATP Safety Stock CRMT_PAR_ATP_SSTOCKCHAR1CRM_PAR_ATP_SSTOCK
RRFLAGRound Requirement Quantity CRMT_ROUNDINGCHAR1CRM_ROUNDING
OVERRIDE_LOCATIONLocation number in APO APOLOCNOCHAR20APOLOCNO
OVERRIDE_LOCTYPEAPO location type APOLOCTYPECHAR4APOLOCTYPE
ATP_DUEDATEStart Time Stamp: Date EV_FR_TIMEDEC15TSTPSBCOS_TSTMP
CONS_LOCATIONLocation number in APO APOLOCNOCHAR20APOLOCNO
CONS_LOCTYPEAPO location type APOLOCTYPECHAR4APOLOCTYPE
TPDS_FLAGType of Third-Party Order Processing Executed CRMT_TPDSFLAGCHAR1CRMT_TPDSFLAG
DIRECT_SHIP_WO_CONSDirect Delivery Without Consolidation CRMT_DIRECT_SHIPCHAR1FLAG
ITM_USAGEUsage of Higher-Level Item CRMT_ITEM_USAGECHAR2CRM_ITEM_USAGE
ITM_TYPE_USAGEItem Category Usage CRMT_IT_TYPE_USAGECHAR4Assigned to domainCRM_IT_TYPE_USAGE
ITM_ANCHORSales Document Item POSNR_VANUMC6POSNRAPO
GEOROUTERoute CRMT_GEOROUTECHAR10CRM_GEOROUTECRM_GEOROUTE
GEOROUTE_INDSource Indicator of Route CRMT_GEOROUTE_SRC_INDCHAR1CRM_SOURCE_IND
CARRIERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
CARRIER_INDOrigin Indicator of Carrier CRMT_CARRIER_SRC_INDCHAR1CRM_SOURCE_IND

Key field Non-key field



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

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

How to access SAP table CRMT_APO_ORDER_COM

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