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




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

CKMLDUVNCO 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 CKMLDUVNCO 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: Can be enhanced (character-type or numeric)


SAP CKMLDUVNCO 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_DISTNUMC6NUMC6
MEINSUnit of Measure for Material Valuation CKML_MEINSUNIT3Assigned to domainCUNITMEINS
MENGE_VERBQuantity Withdrawn From Orders MNGE_VERBQUAN13(3) MENGV13
MENGE_PROGQuantity Calculated by Distribution Run MNGE_PROGQUAN13(3) MENGV13
MENGEQuantity with Sign MENGEVQUAN13(3) MENGV13
MBLNRNumber of a material/FI document DUVN_BELNRCHAR10ALPHABELNR
MJAHRFiscal Year of the Document DUVN_GJAHRNUMC4GJAHRGJAHR
ZEILEItem Within a Document DUVN_POSNUMC4MBLPO
DISTRIBDistribution Indicator DISTRIBCHAR1DISTRIB
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 for Distribution of Activity/ Inventory Diffs. CK_AUFNRCHAR12Assigned to domainALPHAAUFNRANRCKORD
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) AUFT_MATNRCHAR18Assigned to domainMATN1MATNR
PKOSAProduct Cost Collector for Order CKMDUV_PCCCHAR12Assigned to domainALPHAAUFNRORDP
MAN_POSIndicator: Manually Entered Item CKMLDUV_MAN_POSCHAR1XFELD
BWART_ORIGMovement Type (Inventory Management) BWARTCHAR3Assigned to domainBWARTBWA
MBLNR_REVNumber of a material/FI document DUVN_BELNRCHAR10ALPHABELNR
MJAHR_REVFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
ZEILE_REVLine Number DZEILENUMC3ZEILEPOS
MENG2Second Quantity with Plus/Minus Sign CKMLDUV_MENG2QUAN13(3) MENGV13
MEINS2Unit of Measure of Second Quantity CKMLDUV_MEINS2UNIT3Assigned to domainCUNITMEINS
MENG2_PROG2 Quantity Determined by Distribution Run CKMLDUV_MENG2_PROGQUAN13(3) MENGV13
MBLNR2Number of Material/FI Document for Second Quantity DUVN_BELNR2CHAR10ALPHABELNR
MJAHR2Fiscal Year of Document for Second Quantity DUVN_GJAHR2NUMC4GJAHRGJAHR
ZEILE2Item Within Document for Second Quantity DUVN_POS2NUMC4MBLPO
MBLNR2_REVNumber of Reversal Material/FI Document for Second Quantity DUVN_BELNR_REV2CHAR10ALPHABELNR
MJAHR2_REVFiscal Year of Reversal Document of Second Quantity DUVN_GJAHR_REV2NUMC4GJAHRGJAHR
ZEILE2_REVItem Within Reversal Document for Second Quantity DUVN_POS_REV2NUMC4MBLPO

Key field Non-key field



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

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

SELECT SINGLE *
FROM CKMLDUVNCO
INTO CORRESPONDING FIELDS OF WA_CKMLDUVNCO
WHERE...

How to access SAP table CKMLDUVNCO

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