COMC_CLEAR_ACT SAP (Data Cleansing: Indicator per Category and Object Class) Table details

Dictionary Type: Table
Description: Data Cleansing: Indicator per Category and Object Class




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




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

COMC_CLEAR_ACT is a standard SAP Table which is used to store Data Cleansing: Indicator per Category and Object Class data and is available within R/3 SAP systems depending on the version and release level.

The COMC_CLEAR_ACT table consists of various fields, each holding specific information or linking keys about Data Cleansing: Indicator per Category and Object Class data available in SAP. These include TYPE (Data Cleansing: Application Type), OBJECT_CLASS (BDT Where-Used List: Application Object), SOURCE (Data Cleansing: Source of Data Cleansing Object), CLEARING_ACTIVE (Data Cleansing: 'Active' Indicator).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP COMC_CLEAR_ACT 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
CLIENTClient MANDTCLNT3T000MANDT
TYPEData Cleansing: Application Type COMT_CLEAR_TYPECHAR1COM_CLEAR_TYPECLT
OBJECT_CLASSBDT Where-Used List: Application Object BU_OBJAPWHUCHAR4TBZ5BBU_OBJAPWHU
SOURCEData Cleansing: Source of Data Cleansing Object COMT_CLEAR_SOURCECHAR10Assigned to domainALPHALOGSYS
CLEARING_ACTIVEData Cleansing: 'Active' Indicator COMT_CLEAR_FLAG_ACTIVECHAR1FLAG
DEPENDENCIESData Cleansng: Indicator 'Take Account of Dependent Objects' COMT_CLEAR_FLAG_DEPCHAR1FLAG
HYPO_DECIDEData Cleansing: Indicator 'Hypothesis Decision' COMT_CLEAR_HYPO_DECIDECHAR1FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM COMC_CLEAR_ACT
INTO CORRESPONDING FIELDS OF WA_COMC_CLEAR_ACT
WHERE...

How to access SAP table COMC_CLEAR_ACT

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