/SPE/CD_PROC_ITM SAP (Cross-Docking Process: Item Information) Table details

Dictionary Type: Table
Description: Cross-Docking Process: Item Information




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




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

/SPE/CD_PROC_ITM is a standard SAP Table which is used to store Cross-Docking Process: Item Information data and is available within R/3 SAP systems depending on the version and release level.

The /SPE/CD_PROC_ITM table consists of various fields, each holding specific information or linking keys about Cross-Docking Process: Item Information data available in SAP. These include CD_PROCESS (Cross-Docking Process Number), POSNR (Delivery Item), BWART (Movement Type (Inventory Management)), LGMNG_SRC (Actual quantity delivered in stockkeeping units).. 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_PROC_ITM 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 MANDTCLNT3T000MANDT
CD_PROCESSCross-Docking Process Number /SPE/CD_PROCESSCHAR10Assigned to domainALPHAVBELN/SPE/CD_DOCFLOW
POSNRDelivery Item POSNR_VLNUMC6Assigned to domainPOSNR
BWARTMovement Type (Inventory Management) BWARTCHAR3T156BWARTBWA
LGMNG_SRCActual quantity delivered in stockkeeping units LGMNGQUAN13(3) MENG13
LGMNG_ESTActual quantity delivered in stockkeeping units LGMNGQUAN13(3) MENG13
LGMNG_FINActual quantity delivered in stockkeeping units LGMNGQUAN13(3) MENG13
VGBELDocument number of the reference document VGBELCHAR10Assigned to domainALPHAVBELN
VGPOSItem number of the reference item VGPOSNUMC6Assigned to domainPOSNR
VGSYSLogical System in the Preceding Document VGLOGSYSCHAR10TBDLSALPHALOGSYS
VGTYPSD document category VBTYPCHAR1VBTYP
MEINSBase Unit of Measure MEINSUNIT3T006CUNITMEINS
KZUMLStock transfer/transfer posting KZUMLCHAR1XFELD
FKRELRelevant for Billing FKRELCHAR1FKREL

Key field Non-key field



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

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

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

How to access SAP table /SPE/CD_PROC_ITM

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