CFONT_MAINLOG SAP (I18N:Cascading font, log table) Table details

Dictionary Type: Table
Description: I18N:Cascading font, log table




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




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

CFONT_MAINLOG is a standard SAP Table which is used to store I18N:Cascading font, log table data and is available within R/3 SAP systems depending on the version and release level.

The CFONT_MAINLOG table consists of various fields, each holding specific information or linking keys about I18N:Cascading font, log table data available in SAP. These include LOGTIME (Field of type TIMS), CATEGORY (), LOGUSER (Last Changed by), MSG_NO ().. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP CFONT_MAINLOG 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
LOGDATEField of type DATS DATSDATS8DATS
LOGTIMEField of type TIMS TIMSTIMS6TIME
CATEGORY 0
LOGUSERLast Changed by AS4USERCHAR12AS4USER
MSG_NO 0
TEXT1 0
TEXT2 0
TEXT3 0
TEXT4 0

Key field Non-key field



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

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

SELECT SINGLE *
FROM CFONT_MAINLOG
INTO CORRESPONDING FIELDS OF WA_CFONT_MAINLOG
WHERE...

How to access SAP table CFONT_MAINLOG

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