LDK03 SAP (Communication Rec. 03 Decentralized WMS: Del.Doc. R/2 -> ERP) Table details

Dictionary Type: Table
Description: Communication Rec. 03 Decentralized WMS: Del.Doc. R/2 -> ERP




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




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

LDK03 is a standard SAP Table which is used to store Communication Rec. 03 Decentralized WMS: Del.Doc. R/2 -> ERP data and is available within R/3 SAP systems depending on the version and release level.

The LDK03 table consists of various fields, each holding specific information or linking keys about Communication Rec. 03 Decentralized WMS: Del.Doc. R/2 -> ERP data available in SAP. These include SNKOM (Record number of communication document for WMS link), LNKOM (Sequence Number in a Communication Record), SSKOM (Status of Communication Record for WMS Link), LGNUM (Warehouse Number / Warehouse Complex).. 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: Cannot Be Enhanced


SAP LDK03 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
SNKOMRecord number of communication document for WMS link LVS_SNKOMNUMC10LVS_SNKOMSNK
LNKOMSequence Number in a Communication Record LVS_LNKOMNUMC4LVS_LNKOM
SSKOMStatus of Communication Record for WMS Link LVS_SSKOMCHAR1LVS_SSKOM
LGNUMWarehouse Number / Warehouse Complex LGNUMCHAR3T300LGNUMLGN
BWLVSMovement Type for Warehouse Management BWLVSNUMC3T333BWLVSBWL
BNAMEUser Name LVS_BNAMECHAR12USNAM
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
BESTQStock Category in the Warehouse Management System BESTQCHAR1BESTQ
SOBKZSpecial Stock Indicator SOBKZCHAR1T148SOBKZ
SONUMSpecial Stock Number LVS_SONUMCHAR16ALPHALVS_SONUM
MENGERequired quantity in stockkeeping unit (NUM format) LDK01MENGENUMC14LVSD_MENGE
MEINSBase Unit of Measure MEINSUNIT3T006CUNITMEINS
MENGARequirement qty in alternative unit of measure (NUM format) LDK01MENGANUMC14LVSD_MENGE
ALTMEAlternative Unit of Measure for Stockkeeping Unit LRMEIUNIT3T006CUNITMEINS
UMREZNumerator for converting to base unit of measure(NUM format) LDK01UMREZNUMC5NUM5
UMRENFactor for converting to base unit of measure (NUM format) LDK01UMRENNUMC5NUM5
LIFNRDelivery document number from the R/2 system LVS_R2LNRCHAR10ALPHABELNR
LIFHPDelivery document main item from the R/2 system LVS_R2LHPNUMC4NUMC4
LIFUPDelivery document subitem from the R/2 system LVS_R2LUPNUMC4NUMC4
BRGEWGross weight (NUMC format) LDK01BRGEWNUMC14LVSD_MENGE
GEWEIWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
BETYPRequirement Type LVS_BETYPCHAR1T308LVS_BETYP
BENUMRequirement Number LVS_BENUMCHAR10ALPHALVS_BENUM
BWARTMovement Type (Inventory Management) BWARTCHAR3Assigned to domainBWARTBWA
PDATUDate of Planned Execution of Transfer Request LTBK_PDATUDATS8DATUM
PZEITTime of Planned Execution of Transfer Requirement LTBK_PZEITTIMS6UZEIT

Key field Non-key field



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

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

SELECT SINGLE *
FROM LDK03
INTO CORRESPONDING FIELDS OF WA_LDK03
WHERE...

How to access SAP table LDK03

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