DLCO09 SAP (Material Quantity Calculation: Screen Fields) Structure details

Dictionary Type: Structure
Description: Material Quantity Calculation: Screen Fields




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




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

DLCO09 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 "Material Quantity Calculation: Screen Fields" 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_DLCO09 TYPE DLCO09.

The DLCO09 table consists of various fields, each holding specific information or linking keys about Material Quantity Calculation: Screen Fields data available in SAP. These include APPLID (Application of material quantity calculation), FORM_KEY (Formula key of material quantity calculation), VERSION (Version number of formulas), LINE (Item of an object).. 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 DLCO09 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
APPLIDApplication of material quantity calculation CALC_APPLCHAR2CALC_APPL
FORM_KEYFormula key of material quantity calculation CALC_KEYCHAR30CALC_KEY
VERSIONVersion number of formulas CALC_VERSCHAR12Assigned to domainAENNRAENNR
LINEItem of an object CALC_LINENUMC4CALC_LINE
VALUE1Value of a cell for quantity calculation CALC_VALUEDEC15(3) CALC_VALUE
VALUE2Value of a cell for quantity calculation CALC_VALUEDEC15(3) CALC_VALUE
VALUE3Value of a cell for quantity calculation CALC_VALUEDEC15(3) CALC_VALUE
COL1_NUMColumn in material quantity calculation CALC_COL_DNUMC3CALC_POS
COL2_NUMColumn in material quantity calculation CALC_COL_DNUMC3CALC_POS
COL3_NUMColumn in material quantity calculation CALC_COL_DNUMC3CALC_POS
ROW_NUMIdentification of a line in material quantity calculation CALC_ROW_DNUMC3CALC_POS
ROW_NAMEObject description CALC_TEXTCHAR30CALC_OBJ
COL1_NAMEObject description CALC_TEXTCHAR30CALC_OBJ
COL2_NAMEObject description CALC_TEXTCHAR30CALC_OBJ
COL3_NAMEObject description CALC_TEXTCHAR30CALC_OBJ
COL1_UOMUnit of measure in material quantity calculation CALC_UOMUNIT3CALC_UOM
COL2_UOMUnit of measure in material quantity calculation CALC_UOMUNIT3CALC_UOM
COL3_UOMUnit of measure in material quantity calculation CALC_UOMUNIT3CALC_UOM
DESCRObject description CALC_TEXTCHAR30CALC_OBJ
ROW_TEXTObject description CALC_TEXTCHAR30CALC_OBJ
COL_TEXTObject description CALC_TEXTCHAR30CALC_OBJ
UOMBase Unit of Measure MEINSUNIT3T006CUNITMEINS
SEQLine number in material quantity calculation CALC_SEQNUMC3CALC_SEQ
FORMULAFormula in material quantity calculation CALC_FORMCHAR250CALC_FORM
ENTRYEntry ENTRY_ACTINT410SYST_LONG
ENTRIESNumber of Entries in the List ENTRIESINT410SYST_LONG
C_ENTRYEntry ENTRY_ACTINT410SYST_LONG
C_ENTRIESNumber of Entries in the List ENTRIESINT410SYST_LONG
CURR_ROWCurrent line CALC_CURROCHAR4CALC_CURRO
COORDFormula coordinates CALC_COORDCHAR7CALC_COORD
INFOText for information in material quantity calculation CALC_INFOCHAR75CALC_INFO
COL_INFOText for information in material quantity calculation CALC_INFOCHAR75CALC_INFO
ROW_INFOText for information in material quantity calculation CALC_INFOCHAR75CALC_INFO
ROW_OBJECTDisplay format for material quantity calculation (+-) OBJKZ_DISPCHAR1CHAR1
FORM_INDFormula indicator CALC_INDCHAR1CALC_IND
HCLC_INDCalculate header quantity explicitly HCLC_INDCHAR1CALC_IND
BCLC_INDCalculate header quantity explicitly HCLC_INDCHAR1CALC_IND

Key field Non-key field



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

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

How to access SAP table DLCO09

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