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




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

CKMLDUV_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_CKMLDUV_S_TABLE_POST TYPE CKMLDUV_S_TABLE_POST.

The CKMLDUV_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: Not classified


SAP CKMLDUV_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_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
AUF_STATUSStatus of the Order AUF_STATUSCHAR1AUF_STATUS

Key field Non-key field



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

As CKMLDUV_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 CKMLDUV_S_TABLE_POST as there is no data to select.

How to access SAP table CKMLDUV_S_TABLE_POST

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