CFONT_INFO SAP (I18N: Cascading fonts and related info) Table details

Dictionary Type: Table
Description: I18N: Cascading fonts and related info




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




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

CFONT_INFO is a standard SAP Table which is used to store I18N: Cascading fonts and related info data and is available within R/3 SAP systems depending on the version and release level.

The CFONT_INFO table consists of various fields, each holding specific information or linking keys about I18N: Cascading fonts and related info data available in SAP. These include CSAPFONTNAME (I18N: Cascading font info), UNICODEAREA (I18N: Cascading font, Unicode area), SAPFONTNAME (I18N: Cascading font, SAP font name), PDLTYPE (I18N:Cascading font, PDL type).. 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: Cannot Be Enhanced


SAP CFONT_INFO 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
DEVICETYPESpool: Device type name RSPOPTYPECHAR8Assigned to domainRSPOPTYPESPOOL_PTYPE
CSAPFONTNAMEI18N: Cascading font info CFA_CFONTINFOCHAR8Assigned to domainTDFAMILY
UNICODEAREAI18N: Cascading font, Unicode area CFA_UNICODEAREACHAR13
SAPFONTNAMEI18N: Cascading font, SAP font name CFA_SAPFONTINFOCHAR8Assigned to domainTDFAMILY
PDLTYPEI18N:Cascading font, PDL type CFA_PDLTYPECHAR10CFO_PDLTYPE
CHARSETI18N:cascading font, charset info CFA_CHARSETCHAR10
FONTINFOI18N: Cascading font, fontinfo(name,id,prop.flag,non-p wid.) CFA_FONTINFOCHAR100CFO_FONTINFO
FONTNAMEI18N:Cascading font, Uploaded font name CFA_FONTNAMECHAR50CFO_FONTNAME
ACTIVE 0
FONTINFOBI18N: Cascading font, fontinfo(name,id,prop.flag,non-p wid.) CFA_FONTINFOCHAR100CFO_FONTINFO
FONTINFOII18N: Cascading font, fontinfo(name,id,prop.flag,non-p wid.) CFA_FONTINFOCHAR100CFO_FONTINFO
FONTINFOBII18N: Cascading font, fontinfo(name,id,prop.flag,non-p wid.) CFA_FONTINFOCHAR100CFO_FONTINFO

Key field Non-key field



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

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

SELECT SINGLE *
FROM CFONT_INFO
INTO CORRESPONDING FIELDS OF WA_CFONT_INFO
WHERE...

How to access SAP table CFONT_INFO

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