CCM_TSE_OUTPUT SAP (Output of TSE Calculation (One Event, All Dimensions)) Structure details

Dictionary Type: Structure
Description: Output of TSE Calculation (One Event, All Dimensions)




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




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

CCM_TSE_OUTPUT 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 "Output of TSE Calculation (One Event, All Dimensions)" 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_TSE_OUTPUT TYPE CCM_TSE_OUTPUT.

The CCM_TSE_OUTPUT table consists of various fields, each holding specific information or linking keys about Output of TSE Calculation (One Event, All Dimensions) data available in SAP. These include CT_TIME1 (Time of Last Event), CT_DATE1 (Last Event Date), CT_TIME2 (Evaluation Time), CT_DATE2 (Appraisal Date).. 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_TSE_OUTPUT 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
EVENT_NAMEEvent Name for Time Since Event (TSE) CCM_EVENT_NAMECHAR20CHAR20
CT_TIME1Time of Last Event CCM_TIME1TIMS6TIME
CT_DATE1Last Event Date CCM_DATE1DATS8DATS
CT_TIME2Evaluation Time CCM_TIME2TIMS6TIME
CT_DATE2Appraisal Date CCM_DATE2DATS8DATS
CT_VALUETime Since Event (TSE) CCM_TIMESINCEDEC16(6) QQDEC166
CT_UNITUnit of Measurement MSEHIUNIT3Assigned to domainCUNITMEINS
OH_TIME1Time of Counter Reading for Last Event CCM_TIME3TIMS6TIME
OH_DATE1Date of Counter Reading for Last Event CCM_DATE3DATS8DATS
OH_TIME2Time of Last Counter Reading CCM_TIME4TIMS6TIME
OH_DATE2Date of Last Counter Reading CCM_DATE4DATS8DATS
OH_VALUETime Since Event (TSE) CCM_TIMESINCEDEC16(6) QQDEC166
OH_UNITUnit of Measurement MSEHIUNIT3Assigned to domainCUNITMEINS
LC_TIME1Time of Counter Reading for Last Event CCM_TIME3TIMS6TIME
LC_DATE1Date of Counter Reading for Last Event CCM_DATE3DATS8DATS
LC_TIME2Time of Last Counter Reading CCM_TIME4TIMS6TIME
LC_DATE2Date of Last Counter Reading CCM_DATE4DATS8DATS
LC_VALUETime Since Event (TSE) CCM_TIMESINCEDEC16(6) QQDEC166
LC_UNITUnit of Measurement MSEHIUNIT3Assigned to domainCUNITMEINS
OC_TIME1Time of Counter Reading for Last Event CCM_TIME3TIMS6TIME
OC_DATE1Date of Counter Reading for Last Event CCM_DATE3DATS8DATS
OC_TIME2Time of Last Counter Reading CCM_TIME4TIMS6TIME
OC_DATE2Date of Last Counter Reading CCM_DATE4DATS8DATS
OC_VALUETime Since Event (TSE) CCM_TIMESINCEDEC16(6) QQDEC166
OC_UNITUnit of Measurement MSEHIUNIT3Assigned to domainCUNITMEINS

Key field Non-key field



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

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

How to access SAP table CCM_TSE_OUTPUT

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