CKMLDUV SAP (Distribution of Usage Diff.(Status for each ISEG entry)) Table details

Dictionary Type: Table
Description: Distribution of Usage Diff.(Status for each ISEG entry)




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




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

CKMLDUV is a standard SAP Table which is used to store Distribution of Usage Diff.(Status for each ISEG entry) data and is available within R/3 SAP systems depending on the version and release level.

The CKMLDUV table consists of various fields, each holding specific information or linking keys about Distribution of Usage Diff.(Status for each ISEG entry) data available in SAP. These include IBLNR (Physical Inventory Document), GJAHR (Fiscal Year), ZEILI (Line Number), STATUS (Status of Usage Variance Distribution).. 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: Not classified


SAP CKMLDUV 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
IBLNRPhysical Inventory Document IBLNRCHAR10ALPHABELNRIBN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
ZEILILine Number DZEILENUMC3ZEILEPOS
STATUSStatus of Usage Variance Distribution CKDUV_STATCHAR2CKDUV_STAT
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
NO_DISTNo Distribution Indicator CKDUV_NDCHAR1XFELD
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
MENGEDifference Quantity MENGE_DIFFQUAN13(3) MENG13V
SDATStart Date of the Distribution Interval SDAT_DDATS8DATUM
EDATEnd Date of Distribution EDAT_DDATS8DATUM
APLIDError Management in the Application CM_APLIDCHAR4Assigned to domainCMF_ID
PROTNRError Management Number CMF_NRNUMC12NUMC12
BWARTMovement Type (Inventory Management) BWARTCHAR3Assigned to domainBWARTBWA
BWTARValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
BUDATPosting Date of Distribution BUDAT_DISTDATS8DATUM
INTNUMInternal Counter CKDUV_INTNUMNUMC4NUMC4

Key field Non-key field



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

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

SELECT SINGLE *
FROM CKMLDUV
INTO CORRESPONDING FIELDS OF WA_CKMLDUV
WHERE...

How to access SAP table CKMLDUV

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