LXDCKM_LXDCN_SCHDL SAP (Decision with scheduling info) Structure details

Dictionary Type: Structure
Description: Decision with scheduling info




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




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

LXDCKM_LXDCN_SCHDL 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 "Decision with scheduling info" 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_LXDCKM_LXDCN_SCHDL TYPE LXDCKM_LXDCN_SCHDL.

The LXDCKM_LXDCN_SCHDL table consists of various fields, each holding specific information or linking keys about Decision with scheduling info data available in SAP. These include DCNUM (Cross-Docking Decision Number), DCTYP (Cross-Docking Decision Type), OBNUMINB (Inbound Reference Document), OBTYPINB (Inbound 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP LXDCKM_LXDCN_SCHDL 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
LGNUMWarehouse Number LEINT_LGNUMCHAR3Assigned to domainLGNUMLGNH_T300
DCNUMCross-Docking Decision Number LXDCK_DCNUMNUMC14LXDCK_DCNUM
DCTYPCross-Docking Decision Type LXDCK_DCTYPCHAR1LXDCK_DCTYP
OBNUMINBInbound Reference Document LEINT_DOCNR_INBCHAR10Assigned to domainALPHAVBELN
OBTYPINBInbound Reference Document Type LXHME_DOCTY_INBCHAR2LXHME_DOCTY
OBPOSINBInbound Reference Document Item LXHME_DOCIT_INBNUMC6NUMC6
OBNUMOUTOutbound Reference Document LEINT_DOCNR_OUTCHAR10Assigned to domainALPHAVBELN
OBTYPOUTOutbound Reference Document Type LXHME_DOCTY_OUTCHAR2LXHME_DOCTY
OBPOSOUTOutbound Reference Document Item LXHME_DOCIT_OUTNUMC6NUMC6
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
SCHDLIndicator: Decision scheduled LXDCK_SCHDLCHAR1XFELD
SCMSGReason Why Decision Not Scheduled LXDCK_MESSAGE_SCHDLCHAR256TEXT256

Key field Non-key field



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

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

How to access SAP table LXDCKM_LXDCN_SCHDL

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