LXDCK_DECRN SAP (Run time decision structure) Structure details

Dictionary Type: Structure
Description: Run time decision structure




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




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

LXDCK_DECRN 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 "Run time decision structure" 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_LXDCK_DECRN TYPE LXDCK_DECRN.

The LXDCK_DECRN table consists of various fields, each holding specific information or linking keys about Run time decision structure data available in SAP. These include MANDT (Client), LGNUM (Warehouse Number), DCNUM (Cross-Docking Decision Number), DCTYP (Cross-Docking Decision 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP LXDCK_DECRN 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
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
DMODEDecision Runtime Mode LXDCK_DCMODCHAR1LXDCK_DCMOD
ZRSTGOne-Step Cross-Docking LXDCK_ZRSTGCHAR1FLAG
TANUMTransfer Order Number LEINT_TANUMNUMC10TANUM
TAPOSTransfer Order Item LEINT_TAPOSNUMC4TAPOS

Key field Non-key field



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

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

How to access SAP table LXDCK_DECRN

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