CKMLDUVCO SAP (Usage Differences for Each Account Assignment Object) Table details

Dictionary Type: Table
Description: Usage Differences for Each Account Assignment Object




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




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

CKMLDUVCO is a standard SAP Table which is used to store Usage Differences for Each Account Assignment Object data and is available within R/3 SAP systems depending on the version and release level.

The CKMLDUVCO table consists of various fields, each holding specific information or linking keys about Usage Differences for Each Account Assignment Object data available in SAP. These include IBLNR (Physical Inventory Document), GJAHR (Fiscal Year), ZEILI (Line Number), POSNR (Sequence Number for Distribution to Account Assign. Objects).. 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 CKMLDUVCO 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
POSNRSequence Number for Distribution to Account Assign. Objects POSNR_DNUMC6NUMC6
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
MENGE_VERBQuantity Withdrawn From Orders MENGE_VERBQUAN13(3) MENGV13
MENGE_PROGQuantity Calculated by Distribution Run MENGE_PROGQUAN13(3) MENGV13
MENGEQuantity with Sign MENGEVQUAN13(3) MENGV13
MBLNRNumber of a material/FI document DUV_BELNRCHAR10ALPHABELNR
MJAHRFiscal Year of the Document DUV_GJAHRNUMC4GJAHRGJAHR
ZEILEItem Within a Document DUV_POSNUMC4MBLPO
DISTRIBDistribution Indicator DISTRIB_DCHAR1DISTRIB_D
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
KALNRCost Estimate Number for Cost Est. w/o Qty Structure CK_KALNRNUMC12Assigned to domainCK_KALNRKNR
KDAUFSales Order Number KDAUFCHAR10Assigned to domainALPHAVBELNAUN
KDPOSItem Number in Sales Order KDPOSNUMC6NUM06KPO
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
AUFPSOrder item number AUFPSCHAR2CHAR2
KSTRGCost Object KSTRGCHAR12Assigned to domainKSTRGKTR
AUFPLRouting number of operations in the order CO_AUFPLNUMC10AUFPL
APLZLGeneral counter for order CO_APLZLNUMC8Assigned to domainCO_APLZL
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
AUF_MATNRMaterial No.of Material Produced by Product.Order (product) AUF_MATNRCHAR18Assigned to domainMATN1MATNR

Key field Non-key field



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

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

SELECT SINGLE *
FROM CKMLDUVCO
INTO CORRESPONDING FIELDS OF WA_CKMLDUVCO
WHERE...

How to access SAP table CKMLDUVCO

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