DMC_COLL_ACP_STG SAP (DMC: Key Field-Related Setting of a Precalculation) Table details

Dictionary Type: Table
Description: DMC: Key Field-Related Setting of a Precalculation




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




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

DMC_COLL_ACP_STG is a standard SAP Table which is used to store DMC: Key Field-Related Setting of a Precalculation data and is available within R/3 SAP systems depending on the version and release level.

The DMC_COLL_ACP_STG table consists of various fields, each holding specific information or linking keys about DMC: Key Field-Related Setting of a Precalculation data available in SAP. These include STRUCTURE (Tree Structure ID), FIELD (Name of an ABAP Dictionary object), CURRNUM (Sequence Number), LOGICAL_OPERATOR (DMC: Logical Operator).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP DMC_COLL_ACP_STG 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
GUIDDMC: Globally Unique Key (22 Characters) DMC_GUIDCHAR22SYSUUID_22
STRUCTURETree Structure ID DMC_STIDTCHAR20DMC_STIDT
FIELDName of an ABAP Dictionary object DDNAMECHAR30DDNAME
CURRNUM Sequence Number0
LOGICAL_OPERATORDMC: Logical Operator DMC_LOGICAL_OPERATORCHAR4DMC_LOGICAL_OPERATOR
VALUEMWB: Value DMC_VALUECHAR30DMC_VALUE
GATING_OPERATORDMC: Linking Operator DMC_GATING_OPERATORCHAR3DMC_GATING_OPERATOR

Key field Non-key field



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

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

SELECT SINGLE *
FROM DMC_COLL_ACP_STG
INTO CORRESPONDING FIELDS OF WA_DMC_COLL_ACP_STG
WHERE...

How to access SAP table DMC_COLL_ACP_STG

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