CKMLDUVN001L SAP (Distribution of Consumption Differences: Activation Control) Table details

Dictionary Type: Table
Description: Distribution of Consumption Differences: Activation Control




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




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

CKMLDUVN001L is a standard SAP Table which is used to store Distribution of Consumption Differences: Activation Control data and is available within R/3 SAP systems depending on the version and release level.

The CKMLDUVN001L table consists of various fields, each holding specific information or linking keys about Distribution of Consumption Differences: Activation Control data available in SAP. These include WERKS (Plant), LGORT (Storage Location), SOBKZ (Special Stock Indicator), ACTIVE (Activate Distribution of Consumption Diff. from Inventory).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CKMLDUVN001L 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
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
ACTIVEActivate Distribution of Consumption Diff. from Inventory CKDUV_ACTICHAR1XFELD
VORSLDistribution of Consumption Differences: Default Indicator CKDUV_DEFACHAR1CKDUV_MATACT
VERBINDDistribution of Consumption Diffs: Binding Proposal CKDUV_VERBCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM CKMLDUVN001L
INTO CORRESPONDING FIELDS OF WA_CKMLDUVN001L
WHERE...

How to access SAP table CKMLDUVN001L

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