LXDCKM_PLAN SAP (Presentation view of plan) Structure details

Dictionary Type: Structure
Description: Presentation view of plan




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




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

LXDCKM_PLAN 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 "Presentation view of plan" 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_PLAN TYPE LXDCKM_PLAN.

The LXDCKM_PLAN table consists of various fields, each holding specific information or linking keys about Presentation view of plan data available in SAP. These include DCTYP (Cross-Docking Decision Type), DCSTS (Cross-Docking Decision Status), TKNUM_INB (Inbound Shipment), OBNUMINB (Inbound Reference Document).. 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_PLAN 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
DCNUMCross-Docking Decision Number LXDCK_DCNUMNUMC14LXDCK_DCNUM
DCTYPCross-Docking Decision Type LXDCK_DCTYPCHAR1LXDCK_DCTYP
DCSTSCross-Docking Decision Status LXDCK_DCSTSCHAR2LXDCK_DCSTS
TKNUM_INBInbound Shipment LEINT_TKNUM_INBCHAR10Assigned to domainALPHATKNUM
OBNUMINBInbound Reference Document LEINT_DOCNR_INBCHAR10Assigned to domainALPHAVBELN
OBPOSINBInbound Reference Document Item LXHME_DOCIT_INBNUMC6NUMC6
OBTYPINBInbound Reference Document Type LXHME_DOCTY_INBCHAR2LXHME_DOCTY
VENDRVendor Account Number ELIFNCHAR10Assigned to domainALPHALIFNRLIFKRED_C
TKNUM_OUTOutbound Shipment LEINT_TKNUM_OUTCHAR10Assigned to domainALPHATKNUM
OBNUMOUTOutbound Reference Document LEINT_DOCNR_OUTCHAR10Assigned to domainALPHAVBELN
OBPOSOUTOutbound Reference Document Item LXHME_DOCIT_OUTNUMC6NUMC6
OBTYPOUTOutbound Reference Document Type LXHME_DOCTY_OUTCHAR2LXHME_DOCTY
SOLDPSold-to party KUNAGCHAR10Assigned to domainALPHAKUNNRVAG
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
DCQTYDecision Quantity LXDCK_DCQTYQUAN13(3) MENG13
DCUOMDecision Quantity Unit of Measure LXDCK_DCUOMUNIT3Assigned to domainCUNITMEINS
FUNITFull Loads to Plan LXHME_FUNITNUMC4NUMC4
SCHDLScheduling Possible LXDCK_SCHDL_VALIDCHAR1XFELD
SCMSGReason Why Decision Not Scheduled LXDCK_MESSAGE_SCHDLCHAR256TEXT256

Key field Non-key field



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

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

How to access SAP table LXDCKM_PLAN

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