CKMLDUVACTCO SAP (Distribution Acty Differences: Diff. Per Acct Assgnmt object) Table details

Dictionary Type: Table
Description: Distribution Acty Differences: Diff. Per Acct Assgnmt object




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




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

CKMLDUVACTCO is a standard SAP Table which is used to store Distribution Acty Differences: Diff. Per Acct Assgnmt object data and is available within R/3 SAP systems depending on the version and release level.

The CKMLDUVACTCO table consists of various fields, each holding specific information or linking keys about Distribution Acty Differences: Diff. Per Acct Assgnmt object data available in SAP. These include OBJNR (Object number), GJAHR (Fiscal Year), BELNR (Document Number: Actitity Entry for Distribution), 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: Cannot Be Enhanced


SAP CKMLDUVACTCO 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
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BELNRDocument Number: Actitity Entry for Distribution CKMLDUV_BELNRNUMC10CKMLDUV_BELNR
POSNRSequence Number for Distribution to Account Assign. Objects POSNR_DISTNUMC6NUMC6
DATE_FROMStart Date of the Distribution Interval SDAT_DISTDATS8DATUM
DATE_TOEnd Date for Distribution EDAT_DISTDATS8DATUM
UNITUnit of Measure for Display MEINHUNIT3Assigned to domainCUNITMEINS
QUANTITYQuantity Withdrawn From Orders MNGE_VERBQUAN13(3) MENGV13
DIFF_QUANT_OLDQuantity from Distributions Already Posted MENGE_PROG_OLDQUAN25(3) MENGEV13
DIFF_QUANT_PROGQuantity Calculated by Distribution Run MNGE_PROGQUAN13(3) MENGV13
DIFF_QUANTDifference Quantity MNGE_DIFFQUAN13(3) MENG13V
CO_BELNRDocument Number CO_BELNRCHAR10Assigned to domainALPHACO_BELNRBLN
DOCDISPGoto Follow-On Documents for Distribution Lines CKMLDUV_DOCDISPCHAR4CKML_ICON4
CO_BUZEIPosting row CO_BUZEINUMC3BUZEI
CO_GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
DISTRIBDistribution Indicator Activities DISTRIB_ACTCHAR1DISTRIB_ACT
AUFNROrder Number for Distribution of Activity/ Inventory Diffs. CK_AUFNRCHAR12Assigned to domainALPHAAUFNRANRCKORD
AUFPSOrder item number AUFPSCHAR2CHAR2
KSTRGProduct Cost Collector for Order CKMDUV_PCCCHAR12Assigned to domainALPHAAUFNRORDP
AUFPLRouting number of operations in the order CO_AUFPLNUMC10AUFPL
APLZLGeneral counter for order CO_APLZLNUMC8Assigned to domainCO_APLZL
PAROBObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
AUF_MATNRMaterial No.of Material Produced by Product.Order (product) AUFT_MATNRCHAR18Assigned to domainMATN1MATNR
KALNRCost Estimate Number for Cost Est. w/o Qty Structure CK_KALNRNUMC12Assigned to domainCK_KALNRKNR
MAN_POSIndicator: Manually Entered Item CKMLDUV_MAN_POSCHAR1XFELD
BELNR_REVReversal Document Number of Activities Entry CKMLDUV_BELNR_REVNUMC10CKMLDUV_BELNR
POSNR_REVSequence Number for the Distribution (Reversal) POSNR_DIST_REVNUMC6NUMC6
DOCDISP_REVJump to Follow-On Document of Distribution Line (Reversal) CKMLDUV_DOCDISP_REVCHAR4CKML_ICON4

Key field Non-key field



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

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

SELECT SINGLE *
FROM CKMLDUVACTCO
INTO CORRESPONDING FIELDS OF WA_CKMLDUVACTCO
WHERE...

How to access SAP table CKMLDUVACTCO

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