LDK00 SAP (Status Record for WM Communication Records) Table details

Dictionary Type: Table
Description: Status Record for WM Communication Records




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




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

LDK00 is a standard SAP Table which is used to store Status Record for WM Communication Records data and is available within R/3 SAP systems depending on the version and release level.

The LDK00 table consists of various fields, each holding specific information or linking keys about Status Record for WM Communication Records data available in SAP. These include SNKOM (Record number of communication document for WMS link), LGNUM (Warehouse Number / Warehouse Complex), VSTAT (Processing status of communication record), KZUEB (Indicator for record transfer).. 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 LDK00 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 MANDTCLNT3T000MANDT
SNKOMRecord number of communication document for WMS link LVS_SNKOMNUMC10LVS_SNKOMSNK
LGNUMWarehouse Number / Warehouse Complex LGNUMCHAR3T300LGNUMLGN
VSTATProcessing status of communication record LDK00VSTATCHAR1XFELD
KZUEBIndicator for record transfer LDK00KZUEBCHAR1XFELD
ADATUArrival date of WMS communication record LDK00ADATUDATS8DATUM
AZEITArrival time of WMS communication record LDK00AZEITTIMS6UZEIT
VDATUProcessing date of WMS communication record LDK00VDATUDATS8DATUM
VZEITProcessing time of WMS communication record LDK00VZEITTIMS6UZEIT
FSTATError status of WM communication record LDK00FSTATCHAR1XFELD
FNUMMError number during processing of WMS communication record LDK00FNUMMNUMC3NUM3
FTEXTError text LDK00FTEXTCHAR73CHAR73
LXX01Active record type within a communication record LDK00LXX01CHAR5CHAR5
LXX02Active record type within a communication record LDK00LXX01CHAR5CHAR5
LXX03Active record type within a communication record LDK00LXX01CHAR5CHAR5
LXX04Active record type within a communication record LDK00LXX01CHAR5CHAR5
LXX05Active record type within a communication record LDK00LXX01CHAR5CHAR5
VSTELShipping Point/Receiving Point VSTELCHAR4TVSTVSTELVST
VBELNDelivery VBELN_VLCHAR10VBUKALPHAVBELNVL
RSTATDelivery confirmed RSTAT_DCHAR1XFELD
MSGIDMessage identification MSGIDCHAR20Assigned to domainARBGB

Key field Non-key field



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

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

SELECT SINGLE *
FROM LDK00
INTO CORRESPONDING FIELDS OF WA_LDK00
WHERE...

How to access SAP table LDK00

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