CRM_ORDER_STATUS_DEL SAP (Status Information for Sales Orders from OLTP) Structure details

Dictionary Type: Structure
Description: Status Information for Sales Orders from OLTP




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




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

CRM_ORDER_STATUS_DEL 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 "Status Information for Sales Orders from OLTP" 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_CRM_ORDER_STATUS_DEL TYPE CRM_ORDER_STATUS_DEL.

The CRM_ORDER_STATUS_DEL table consists of various fields, each holding specific information or linking keys about Status Information for Sales Orders from OLTP data available in SAP. These include DOC_DATE (Document Date (Date Received/Sent)), PROCESS_TYPE (Business Transaction Type), PO_NUMBER_SOLD (Sold-To Party's External Reference Number), PRC_STAT_H (Overall processing status of document).. 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 CRM_ORDER_STATUS_DEL 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
OBJECT_IDTransaction ID CRMT_OBJECT_IDCHAR10ALPHACRM_OBJECT_IDCRM_OBJECT_IDCRM_ORDER_OBJECT_ID
DOC_DATEDocument Date (Date Received/Sent) AUDATDATS8DATUM
PROCESS_TYPEBusiness Transaction Type CRMT_PROCESS_TYPECHAR4Assigned to domainCRM_PROCESS_TYPECRM_PROCESS_TYPECRM_PROCESS_TYPE
PO_NUMBER_SOLDSold-To Party's External Reference Number CRMT_PO_NUMBER_SOLDCHAR35TEXT35
PRC_STAT_HOverall processing status of document GBSTKCHAR1STATV
DLV_STAT_HOverall delivery status for all items LKGSKCHAR1STATV
REQ_DATE_HRequested delivery date EDATU_VBAKDATS8DATUM
DLV_BLOCKDelivery block (document header) LIFSKCHAR2Assigned to domainLIFSP
NUMBER_INTItem Number in Document CRMT_ITEM_NONUMC10CRM_ITEM_NO
ORDERED_PRODProduct Name Entered CRMT_ORDERED_PRODCHAR54CRM_ORDERED_PRODCRM_ORDERED_PRODUCT
DESCRIPTIONProduct Description COMT_PRSHTEXTXCHAR40PRSHTEXT40
REQ_DATESchedule line date EDATUDATS8DATUM
REQ_QTYCRM: Order Quantity CRMT_QTY_ORDERQUAN13(3) MENG13
CUM_CF_QTYCRM: Confirmed Quantity CRMT_QTY_CONFIRMEDQUAN13(3) MENG13
SALES_UNITSales unit VRKMEUNIT3Assigned to domainCUNITMEINS
NET_VALUENet Value CRMT_NET_VALUECURR15(2) WERTV8
CURRENCYSD Document Currency WAERKCUKY5Assigned to domainWAERSFWS
NET_PRICESubtotal 1 from pricing procedure for condition CRMT_SUBTOTAL1CURR15(2) WERTV8
COND_P_UNTCondition pricing unit KPEINDEC5KPEIN
COND_UNITCondition unit KMEINUNIT3Assigned to domainCUNITMEINS
DLV_STAT_IOverall delivery status of the item LFGSACHAR1STATV
DELIV_NUMBDelivery VBELN_VLCHAR10ALPHAVBELNVL
DELIV_ITEMDelivery Item POSNR_VLNUMC6POSNR
DELIV_DATEDelivery date LFDATDATS8DATUM
DLV_QTYCRM: Order Quantity CRMT_QTY_ORDERQUAN13(3) MENG13
REF_QTYCRM: Order Quantity CRMT_QTY_ORDERQUAN13(3) MENG13
S_UNIT_ISOSales unit in ISO code VRKME_ISOCHAR3Assigned to domainISOCD_UNIT
CD_UNT_ISOCondition unit of measure in UoM KVMEI_ISOCHAR3Assigned to domainISOCD_UNIT
CURR_ISOISO code currency WAERS_ISOCHAR3ISOCD

Key field Non-key field



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

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

How to access SAP table CRM_ORDER_STATUS_DEL

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