LDK05 SAP (Communication Record 05 Decentr. WMS: (R/2-ERP): Mat. Master) Table details

Dictionary Type: Table
Description: Communication Record 05 Decentr. WMS: (R/2-ERP): Mat. Master




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




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

LDK05 is a standard SAP Table which is used to store Communication Record 05 Decentr. WMS: (R/2-ERP): Mat. Master data and is available within R/3 SAP systems depending on the version and release level.

The LDK05 table consists of various fields, each holding specific information or linking keys about Communication Record 05 Decentr. WMS: (R/2-ERP): Mat. Master 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 LDK05 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
KZHZUIndicator: Create material master, otherwise change LDK05KZHZUCHAR1XFELD
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
MTARTMaterial Type MTARTCHAR4T134MTARTMTA
MBRSHIndustry sector MBRSHCHAR1T137MBRSHMTP
SPRASLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
XCHPFBatch management requirement indicator XCHPFCHAR1XFELD
MEINSBase Unit of Measure MEINSUNIT3T006CUNITMEINS
AUSMEUnit of issue AUSMEUNIT3T006CUNITMEINS
UMRZ1Numerator for converting to base unit of measure(NUM format) LDK01UMREZNUMC5NUM5
UMRN1Factor for converting to base unit of measure (NUM format) LDK01UMRENNUMC5NUM5
BSTMEPurchase Order Unit of Measure BSTMEUNIT3T006CUNITMEINS
UMRZ2Numerator for converting to base unit of measure(NUM format) LDK01UMREZNUMC5NUM5
UMRN2Factor for converting to base unit of measure (NUM format) LDK01UMRENNUMC5NUM5
BRGEWGross weight (NUMC format) LDK01BRGEWNUMC14LVSD_MENGE
GEWEIWeight Unit GEWEIUNIT3T006CUNITMEINS
VOLUMVolume (NUM format) LDK01VOLUMNUMC14NUM14
VOLEHVolume unit VOLEHUNIT3T006CUNITMEINS
LVOMAFlag Material for Deletion at Client Level LVOMACHAR1XFELD
LVOWKFlag Material for Deletion at Plant Level LVOWKCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM LDK05
INTO CORRESPONDING FIELDS OF WA_LDK05
WHERE...

How to access SAP table LDK05

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