CCM_TCOLL_ALV SAP (Configuration: Data Collection for Performance Monitoring) Structure details

Dictionary Type: Structure
Description: Configuration: Data Collection for Performance Monitoring




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




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

CCM_TCOLL_ALV 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 "Configuration: Data Collection for Performance Monitoring" 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_CCM_TCOLL_ALV TYPE CCM_TCOLL_ALV.

The CCM_TCOLL_ALV table consists of various fields, each holding specific information or linking keys about Configuration: Data Collection for Performance Monitoring data available in SAP. These include DAYOW1 (Weekday for Report Execution), DAYOW2 (Weekday for Report Execution), DAYOW3 (Weekday for Report Execution), DAYOW4 (Weekday for Report Execution).. 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 CCM_TCOLL_ALV 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
RNAMEReports that can be executed by the collector COLL_RNAME_ALVCHAR40COLL_RNAME
DAYOW1Weekday for Report Execution DAYOFWEEK_ALVCHAR7CHAR7
DAYOW2Weekday for Report Execution DAYOFWEEK_ALVCHAR7CHAR7
DAYOW3Weekday for Report Execution DAYOFWEEK_ALVCHAR7CHAR7
DAYOW4Weekday for Report Execution DAYOFWEEK_ALVCHAR7CHAR7
DAYOW5Weekday for Report Execution DAYOFWEEK_ALVCHAR7CHAR7
DAYOW6Weekday for Report Execution DAYOFWEEK_ALVCHAR7CHAR7
DAYOW7Weekday for Report Execution DAYOFWEEK_ALVCHAR7CHAR7
TIMOD1Hour for the Report Execution by the Collector TIMEOFDAY_ALVCHAR24CHAR24
TIMOD2Hour for the Report Execution by the Collector TIMEOFDAY_ALVCHAR24CHAR24
TIMOD3Hour for the Report Execution by the Collector TIMEOFDAY_ALVCHAR24CHAR24
TIMOD4Hour for the Report Execution by the Collector TIMEOFDAY_ALVCHAR24CHAR24
TIMOD5Hour for the Report Execution by the Collector TIMEOFDAY_ALVCHAR24CHAR24
TIMOD6Hour for the Report Execution by the Collector TIMEOFDAY_ALVCHAR24CHAR24
TIMOD7Hour for the Report Execution by the Collector TIMEOFDAY_ALVCHAR24CHAR24
TIMOD8Hour for the Report Execution by the Collector TIMEOFDAY_ALVCHAR24CHAR24
TIMOD9Hour for the Report Execution by the Collector TIMEOFDAY_ALVCHAR24CHAR24
TIMOD10Hour for the Report Execution by the Collector TIMEOFDAY_ALVCHAR24CHAR24
TIMOD11Hour for the Report Execution by the Collector TIMEOFDAY_ALVCHAR24CHAR24
TIMOD12Hour for the Report Execution by the Collector TIMEOFDAY_ALVCHAR24CHAR24
TIMOD13Hour for the Report Execution by the Collector TIMEOFDAY_ALVCHAR24CHAR24
TIMOD14Hour for the Report Execution by the Collector TIMEOFDAY_ALVCHAR24CHAR24
TIMOD15Hour for the Report Execution by the Collector TIMEOFDAY_ALVCHAR24CHAR24
TIMOD16Hour for the Report Execution by the Collector TIMEOFDAY_ALVCHAR24CHAR24
TIMOD17Hour for the Report Execution by the Collector TIMEOFDAY_ALVCHAR24CHAR24
TIMOD18Hour for the Report Execution by the Collector TIMEOFDAY_ALVCHAR24CHAR24
TIMOD19Hour for the Report Execution by the Collector TIMEOFDAY_ALVCHAR24CHAR24
TIMOD20Hour for the Report Execution by the Collector TIMEOFDAY_ALVCHAR24CHAR24
TIMOD21Hour for the Report Execution by the Collector TIMEOFDAY_ALVCHAR24CHAR24
TIMOD22Hour for the Report Execution by the Collector TIMEOFDAY_ALVCHAR24CHAR24
TIMOD23Hour for the Report Execution by the Collector TIMEOFDAY_ALVCHAR24CHAR24
TIMOD24Hour for the Report Execution by the Collector TIMEOFDAY_ALVCHAR24CHAR24
RENUMRepetition Factor for Report Execution REPEAT_NUM_ALVNUMC1NUM01
SYTYPType of Execution (System/Application Server/Host) SYSTYPE_ALVCHAR1SYSTYPE
ALTSYAlternative Application Server for Report Execution ALTSY_ALVCHAR32TEXT32

Key field Non-key field



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

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

How to access SAP table CCM_TCOLL_ALV

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