LDK06 SAP (Communic.Record 06 Decentr.WMS (R/2-ERP):Batch Status Change) Table details

Dictionary Type: Table
Description: Communic.Record 06 Decentr.WMS (R/2-ERP):Batch Status Change




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




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

LDK06 is a standard SAP Table which is used to store Communic.Record 06 Decentr.WMS (R/2-ERP):Batch Status Change data and is available within R/3 SAP systems depending on the version and release level.

The LDK06 table consists of various fields, each holding specific information or linking keys about Communic.Record 06 Decentr.WMS (R/2-ERP):Batch Status Change 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 LDK06 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 LGNUMCHAR3Assigned to domainLGNUMLGN
BNAMEUser Name LVS_BNAMECHAR12USNAM
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
SONUMSpecial Stock Number LVS_SONUMCHAR16ALPHALVS_SONUM
BSTQ1Stock Category in the Warehouse Management System BESTQCHAR1BESTQ
BSTQ2Stock Category in the Warehouse Management System BESTQCHAR1BESTQ
MBLNRNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
MJAHRMaterial Document Year MJAHRNUMC4GJAHRGJAHRMJA

Key field Non-key field



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

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

SELECT SINGLE *
FROM LDK06
INTO CORRESPONDING FIELDS OF WA_LDK06
WHERE...

How to access SAP table LDK06

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