CRMT_CD_DOCFLOW_DATA_HDR SAP (Transportation Cross-Docking Document Flow Data (Header)) Structure details

Dictionary Type: Structure
Description: Transportation Cross-Docking Document Flow Data (Header)




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




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

CRMT_CD_DOCFLOW_DATA_HDR 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 "Transportation Cross-Docking Document Flow Data (Header)" 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_CD_DOCFLOW_DATA_HDR TYPE CRMT_CD_DOCFLOW_DATA_HDR.

The CRMT_CD_DOCFLOW_DATA_HDR table consists of various fields, each holding specific information or linking keys about Transportation Cross-Docking Document Flow Data (Header) data available in SAP. These include DELIVERY (Delivery), PREC_DELIVERY (Transportation Cross-Docking: Preceding Delivery), DLV_TYPE (Delivery Type), DLV_CATEGORY (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_CD_DOCFLOW_DATA_HDR 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
CD_PROCESSTransportation Cross-Docking Process Number CRMT_CD_PROCESSCHAR10ALPHAVBELN
DELIVERYDelivery VBELN_VLCHAR10ALPHAVBELNVL
PREC_DELIVERYTransportation Cross-Docking: Preceding Delivery CRMT_CD_PREC_DLVCHAR10ALPHAVBELN
DLV_TYPEDelivery Type LFARTCHAR4Assigned to domainLFARTALT
DLV_CATEGORYSD document category VBTYPCHAR1VBTYP
OBJTYPEObject Type SWO_OBJTYPCHAR10Assigned to domainOJ_NAMEOBJ
PREC_DLV_TYPETransportation Cross-Docking: Preceding Delivery Type CRMT_CD_PREC_DLV_TYPECHAR4Assigned to domainLFART
PREC_DLV_CATEGTransportation Cross-Docking: Preceding Delivery Category CRMT_CD_PREC_DLV_CATEGORYCHAR1VBTYP
SUPPLYING_PLANTTransportation Cross-Docking: Source Plant CRMT_CD_SOURCE_PLANTCHAR4Assigned to domainWERKS
SUPPLYING_PLANT_NAMEName NAME1CHAR30TEXT30
SUPPLYING_VENDORTransportation Cross-Docking: Vendor for Source Plant CRMT_CD_SOURCE_VENDORCHAR10Assigned to domainALPHALIFNR
RECEIVING_PLANTTransportation Cross-Docking: Target Warehouse CRMT_CD_TARGET_PLANTCHAR4Assigned to domainWERKS
RECEIVING_PLANT_NAMEName NAME1CHAR30TEXT30
RECEIVING_CUSTOMERTransportation Cross-Docking:Cust. Assigned to Tgt Warehouse CRMT_CD_TARGET_CUSTOMERCHAR10Assigned to domainALPHAKUNNR
DELIVERY_DATEDelivery date LFDATDATS8DATUM
DELIVERY_TIMETime of delivery LFUHRTIMS6LFUHR
TIMEZONE_DELIVTime Zone of Sending Location CRMT_SEND_TIMEZONECHAR6Assigned to domainTZNZONE
ARRIVAL_DATETransportation Cross-Docking: Arrival Date for Delivery CRMT_CD_ARRIVAL_DATEDATS8DATS
TIMEZONE_ARRDATETime zone of recipient location TSEGZONRECCHAR6Assigned to domainTZNZONE
MATMOV_DATEGoods Issue Date WADATDATS8DATUM
MATMOV_TIMETime of Goods Issue (Local, Relating to a Plant) WAUHRTIMS6TIME_PLANT
SHIP_TOCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
SHIP_TO_ADDROne-line short form of formatted address AD_LINE_SCHAR80CHAR80
SHIP_TO_NAMEName of Ship-To Party CRMT_SHIP_TO_NAMECHAR35CRM_SHIP_TO_NAME
SALES_ORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VSTELShipping Point/Receiving Point VSTELCHAR4VSTELVST
GEOROUTEDescription of Geographical Route CRMT_ROUTE_IDCHAR10CHAR10
GEOROUTE_INDIndicator for Change to Route CRMT_ROUTE_INDCHAR1CHAR1
CR_DATEDate on Which Record Was Created ERDATDATS8DATUM
CR_TIMETime, at Which Record Was Added ERZEITTIMS6UHRZT
GOODS_MOVE_STATUSTotal goods movement status WBSTKCHAR1STATV
MATMOV_UTCUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
DELIVERY_UTCUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
DONELogical Variable CRMT_BOOLEANCHAR1CRM_BOOLEAN

Key field Non-key field



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

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

How to access SAP table CRMT_CD_DOCFLOW_DATA_HDR

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