CKMLDUVN_S_TABLE_POST SAP (Table Control for Order Assignment) Structure details

Dictionary Type: Structure
Description: Table Control for Order Assignment




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




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

CKMLDUVN_S_TABLE_POST is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Table Control for Order Assignment" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_CKMLDUVN_S_TABLE_POST TYPE CKMLDUVN_S_TABLE_POST.

The CKMLDUVN_S_TABLE_POST table consists of various fields, each holding specific information or linking keys about Table Control for Order Assignment data available in SAP. These include MANDT (Client), IBLNR (Physical Inventory Document), GJAHR (Fiscal Year), ZEILI (Line Number).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP CKMLDUVN_S_TABLE_POST structure 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
AUFT_STATUSOrder status AUFT_STATUSCHAR1AUFT_STATUS

Key field Non-key field



How do I retrieve data from SAP structure CKMLDUVN_S_TABLE_POST using ABAP code?

As CKMLDUVN_S_TABLE_POST is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on CKMLDUVN_S_TABLE_POST as there is no data to select.

How to access SAP table CKMLDUVN_S_TABLE_POST

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