LXDCN SAP (Cross Dock decision) Table details

Dictionary Type: Table
Description: Cross Dock decision




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




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

LXDCN is a standard SAP Table which is used to store Cross Dock decision data and is available within R/3 SAP systems depending on the version and release level.

The LXDCN table consists of various fields, each holding specific information or linking keys about Cross Dock decision data available in SAP. These include LGNUM (Warehouse Number), DCNUM (Cross-Docking Decision Number), DCTYP (Cross-Docking Decision Type), OBTYPINB (Reference Document Type).. 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 LXDCN 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
LGNUMWarehouse Number LEINT_LGNUMCHAR3T300LGNUMLGNH_T300
DCNUMCross-Docking Decision Number LXDCK_DCNUMNUMC14LXDCK_DCNUM
DCTYPCross-Docking Decision Type LXDCK_DCTYPCHAR1LXDCK_DCTYP
.INCLU-INB 0
OBTYPINBReference Document Type LXHME_DOCTYCHAR2LXHME_DOCTY
OBNUMINBReference Document LEINT_DOCNRCHAR10Assigned to domainALPHAVBELN
OBPOSINBReference Document Item LXHME_DOCITNUMC6NUMC6
.INCLU-OUT 0
OBTYPOUTReference Document Type LXHME_DOCTYCHAR2LXHME_DOCTY
OBNUMOUTReference Document LEINT_DOCNRCHAR10Assigned to domainALPHAVBELN
OBPOSOUTReference Document Item LXHME_DOCITNUMC6NUMC6
DCSTSCross-Docking Decision Status LXDCK_DCSTSCHAR2LXDCK_DCSTS
DCQTYDecision Quantity LXDCK_DCQTYQUAN13(3) MENG13
IPQTYInbound Processed Quantity LXDCK_IPQTYQUAN13(3) MENG13
ICQTYInbound Confirmed Quantity LXDCK_ICQTYQUAN13(3) MENG13
OPQTYOutbound Processed Quantity LXDCK_OPQTYQUAN13(3) MENG13
DCUOMDecision Quantity Unit of Measure LXDCK_DCUOMUNIT3Assigned to domainCUNITMEINS
DCORGCross-Docking Decision Origin LXDCK_DCORGCHAR2LXDCK_DCORG
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
SONUMSpecial Stock Number LVS_SONUMCHAR16ALPHALVS_SONUM
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
BESTQStock Category in the Warehouse Management System BESTQCHAR1BESTQ
CREUNCreated By LXHME_CREUNCHAR12USNAM
CRETSRecord Creation Time Stamp LXHME_CRETSDEC15TSHMELXHME_TSTMP
UPDUNLast Modified by LXHME_UPDUNCHAR12USNAM
UPDTSRecord Update Time Stamp LXHME_UPDTSDEC15TSHMELXHME_TSTMP
OTMOVOutbound Document Warehouse Movement Type LEINT_BWLVSNUMC3Assigned to domainBWLVS

Key field Non-key field



How do I retrieve data from SAP table LXDCN using ABAP code

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

SELECT SINGLE *
FROM LXDCN
INTO CORRESPONDING FIELDS OF WA_LXDCN
WHERE...

How to access SAP table LXDCN

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