/SPE/CD_DOCFLOW SAP (Document Flow for Transportation Cross-Docking) Table details

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




ABAP Code to SELECT data from /SPE/CD_DOCFLOW
Related tables to /SPE/CD_DOCFLOW
Access table /SPE/CD_DOCFLOW




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

/SPE/CD_DOCFLOW is a standard SAP Table which is used to store Document Flow for Transportation Cross-Docking data and is available within R/3 SAP systems depending on the version and release level.

The /SPE/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 (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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /SPE/CD_DOCFLOW table 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_VLCHAR10LIKPALPHAVBELNVL
CD_PROCESSCross-Docking Process Number /SPE/CD_PROCESSCHAR10Assigned to domainALPHAVBELN/SPE/CD_DOCFLOW
PREC_DELIVERYTransportation Cross-Docking: Preceding Delivery /SPE/CD_PREC_DLVCHAR10LIKPALPHAVBELN
CR_DATEDate on Which Record Was Created ERDATDATS8DATUM
CR_TIMEEntry time ERZETTIMS6UZEIT
DLV_TYPEDelivery Type LFARTCHAR4TVLKLFARTALT
DLV_CATEGORYSD document category VBTYPCHAR1VBTYP
PREC_DLV_TYPETransportation Cross-Docking: Type of Preceding Delivery /SPE/CD_PREC_DLV_TYPECHAR4TVLKLFART
PREC_DLV_CATEGTransportation Cross-Docking: Category of Preceding Delivery /SPE/CD_PREC_DLV_CATEGORYCHAR1VBTYP
SOURCE_PLANTTransportation Cross-Docking: Source Plant /SPE/CD_SOURCE_PLANTCHAR4T001WWERKS
SOURCE_VENDORTransportation Cross-Docking: Vendor Assigned to Source Plnt /SPE/CD_SOURCE_VENDORCHAR10LFA1ALPHALIFNR
DEST_PLANTTransportation Cross-Docking: Target Plant /SPE/CD_TARGET_PLANTCHAR4T001WWERKS
DEST_CUSTOMERTransportation Cross-Docking: Customer Assigned to Target Pl /SPE/CD_TARGET_CUSTOMERCHAR10KNA1ALPHAKUNNR

Key field Non-key field



How do I retrieve data from SAP table /SPE/CD_DOCFLOW using ABAP code

The following ABAP code Example will allow you to do a basic selection on /SPE/CD_DOCFLOW to SELECT all data from the table
DATA: WA_/SPE/CD_DOCFLOW TYPE /SPE/CD_DOCFLOW.

SELECT SINGLE *
FROM /SPE/CD_DOCFLOW
INTO CORRESPONDING FIELDS OF WA_/SPE/CD_DOCFLOW
WHERE...

How to access SAP table /SPE/CD_DOCFLOW

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