LDK01 SAP (Communication Record 01 Decentralized WMS: GR/GI R/2 -> ERP) Table details

Dictionary Type: Table
Description: Communication Record 01 Decentralized WMS: GR/GI R/2 -> ERP




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




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

LDK01 is a standard SAP Table which is used to store Communication Record 01 Decentralized WMS: GR/GI R/2 -> ERP data and is available within R/3 SAP systems depending on the version and release level.

The LDK01 table consists of various fields, each holding specific information or linking keys about Communication Record 01 Decentralized WMS: GR/GI 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: Can be enhanced (character-type)


SAP LDK01 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
TBPRITransfer Priority TBPRICHAR1TBPRI
TBFKZIndicator: creation of transfer requirement LDK01TBFKZCHAR1LVSD_TBFKZ
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
WEMPFGoods Recipient/Ship-To Party WEMPFCHAR12WEMPF
ABLADUnloading Point ABLADCHAR25TEXT25
WDATUDate of Goods Receipt LVS_WDATUDATS8DATUM
MBLNRNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
MJAHRMaterial Document Year MJAHRNUMC4GJAHRGJAHRMJA
MBPOSItem in Material Document MBLPONUMC4MBLPOPOS
SMBLNNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
SMBLPItem in Material Document MBLPONUMC4MBLPOPOS
SJAHRMaterial Document Year MJAHRNUMC4GJAHRGJAHRMJA
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
BWLVSMovement Type for Warehouse Management BWLVSNUMC3T333BWLVSBWL
PDATUDate of Planned Execution of Transfer Request LTBK_PDATUDATS8DATUM
PZEITTime of Planned Execution of Transfer Requirement LTBK_PZEITTIMS6UZEIT
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG

Key field Non-key field



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

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

SELECT SINGLE *
FROM LDK01
INTO CORRESPONDING FIELDS OF WA_LDK01
WHERE...

How to access SAP table LDK01

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