CCMON_ALERT_STORAGE SAP (Cost Center Monitor: Folder for User-Defined Alerts) Structure details

Dictionary Type: Structure
Description: Cost Center Monitor: Folder for User-Defined Alerts




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




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

CCMON_ALERT_STORAGE 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 "Cost Center Monitor: Folder for User-Defined Alerts" 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_CCMON_ALERT_STORAGE TYPE CCMON_ALERT_STORAGE.

The CCMON_ALERT_STORAGE table consists of various fields, each holding specific information or linking keys about Cost Center Monitor: Folder for User-Defined Alerts data available in SAP. These include RULE_ID (General 6-figure number), RULE_INVALID (Data element for domain BOOLE: TRUE (='X') and FALSE (=' ')), VALUE1 (Total Value in Controlling Area Currency), KOKRS (Controlling Area).. 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 CCMON_ALERT_STORAGE 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
UNAMEUser Name SYUNAMECHAR12SYCHAR12
RULE_IDGeneral 6-figure number SEONUMC6NUMC6NUMC6
RULE_INVALIDData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
VALUE1Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
VALUE2Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
OBJNR_TOObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
SETIDIdentification of a set SETIDCHAR34SETIDGSI
KSTARCost Element KSTARCHAR10Assigned to domainALPHAKSTARKAT
KSTAR_TOCost Element KSTARCHAR10Assigned to domainALPHAKSTARKAT
KAGRUCost Element Group KAGRUCHAR15GRPNAMEKAG
POPERPosting period POPERNUMC3POPERPOPR
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
REDCharacter Field Length 1 CHAR01CHAR1CHAR1
VAL1_001Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
VAL1_002Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
VAL1_003Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
VAL1_004Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
VAL1_005Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
VAL1_006Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
VAL1_007Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
VAL1_008Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
VAL1_009Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
VAL1_010Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
VAL1_011Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
VAL1_012Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
VAL1_013Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
VAL1_014Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
VAL1_015Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
VAL1_016Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
VAL2_001Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
VAL2_002Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
VAL2_003Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
VAL2_004Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
VAL2_005Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
VAL2_006Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
VAL2_007Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
VAL2_008Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
VAL2_009Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
VAL2_010Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
VAL2_011Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
VAL2_012Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
VAL2_013Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
VAL2_014Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
VAL2_015Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
VAL2_016Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
PERBLPeriod block PERBLNUMC3PERBLVPE

Key field Non-key field



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

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

How to access SAP table CCMON_ALERT_STORAGE

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