CKMLDUVN 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 CKMLDUVN
Related tables to CKMLDUVN
Access table CKMLDUVN




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

CKMLDUVN 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 CKMLDUVN 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: Cannot Be Enhanced


SAP CKMLDUVN 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_STATUSCHAR2CKDUV_STATUS
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
NO_DISTNo distribution indicator CKDUVN_NDCHAR1XFELD
MEINSUnit of Measure for Material Valuation CKML_MEINSUNIT3Assigned to domainCUNITMEINS
MENGEDifference Quantity MNGE_DIFFQUAN13(3) MENG13V
SDATStart Date of the Distribution Interval SDAT_DISTDATS8DATUM
EDATEnd Date for Distribution EDAT_DISTDATS8DATUM
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 BUDATUM_DISTDATS8DATUM
INTNUMInternal Counter CKDUVN_INTNUMNUMC4NUMC4
MENG2Second Quantity with Plus/Minus Sign CKMLDUV_MENG2QUAN13(3) MENGV13
MEINS2Unit of Measure of Second Quantity CKMLDUV_MEINS2UNIT3Assigned to domainCUNITMEINS
SHKZG2Debit/Credit Indicator for Second Quantity CKMLDUV_SHKZG2CHAR1SHKZG

Key field Non-key field



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

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

SELECT SINGLE *
FROM CKMLDUVN
INTO CORRESPONDING FIELDS OF WA_CKMLDUVN
WHERE...

How to access SAP table CKMLDUVN

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