CRMT_CD_DOCFLOW SAP (Document Flow for Transportation Cross-Docking) Structure details

Dictionary Type: Structure
Description: Document Flow for Transportation Cross-Docking




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




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

CRMT_CD_DOCFLOW 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 "Document Flow for Transportation Cross-Docking" 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 TYPE CRMT_CD_DOCFLOW.

The CRMT_CD_DOCFLOW table consists of various fields, each holding specific information or linking keys about Document Flow for Transportation Cross-Docking data available in SAP. These include DELIVERY (Delivery), CD_PROCESS (Transportation Cross-Docking Process Number), PREC_DELIVERY (Transportation Cross-Docking: Preceding Delivery), CR_DATE (Date on Which Record Was Created).. 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 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
DELIVERYDelivery VBELN_VLCHAR10ALPHAVBELNVL
CD_PROCESSTransportation Cross-Docking Process Number CRMT_CD_PROCESSCHAR10ALPHAVBELN
PREC_DELIVERYTransportation Cross-Docking: Preceding Delivery CRMT_CD_PREC_DLVCHAR10ALPHAVBELN
CR_DATEDate on Which Record Was Created ERDATDATS8DATUM
CR_TIMEEntry time ERZETTIMS6UZEIT
DLV_TYPEDelivery Type LFARTCHAR4Assigned to domainLFARTALT
DLV_CATEGORYSD document category VBTYPCHAR1VBTYP
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
SOURCE_PLANTTransportation Cross-Docking: Source Plant CRMT_CD_SOURCE_PLANTCHAR4Assigned to domainWERKS
SOURCE_VENDORTransportation Cross-Docking: Vendor for Source Plant CRMT_CD_SOURCE_VENDORCHAR10Assigned to domainALPHALIFNR
DEST_PLANTTransportation Cross-Docking: Target Warehouse CRMT_CD_TARGET_PLANTCHAR4Assigned to domainWERKS
DEST_CUSTOMERTransportation Cross-Docking:Cust. Assigned to Tgt Warehouse CRMT_CD_TARGET_CUSTOMERCHAR10Assigned to domainALPHAKUNNR

Key field Non-key field



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

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

How to access SAP table CRMT_CD_DOCFLOW

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