SAP ABAP Class CL_FONT_STATUS_LIST (Upload font)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CCM-PRN (Application Component) Print and Output Management
     S_FONT_SUPPLEMENTARY (Package) Supplementary functionality
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FONT_LIST Results + ALV grid 20100908
Properties
Class CL_FONT_STATUS_LIST  
Short Description Upload font    
Super Class CL_FONT_LIST Results + ALV grid 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_FONT_SUPPLEMENTARY   Supplementary functionality 
Created 20100908   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_FONT_REPOSITORY_LIST Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_FONT_SELECTOR Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 CL_FONT_SERVICES Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_FONT_STATUS_LIST has no interface implemented.
Friends
Class CL_FONT_STATUS_LIST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_BLOB_DATA Instance attribute Private Type reference (TYPE) TY_XSTRING_TAB 20100909
2 MT_FONT_STATE Instance attribute Private Type reference (TYPE) TY_FONT_STATE_TAB 20100908
3 MV_ABAP_LIST Instance attribute Private Type reference (TYPE) ABAP_BOOL 20100908
4 MV_LANG_ID Instance attribute Private Type reference (TYPE) TFR_LANG_ID Language ID 20100909
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_QUICK_INFO Instance method Private Method Build quick info for the state 20100921
2 CHECK_DUPLICATE Instance method Private Method Check the font in the tfrt_srch_key table 20100923
3 CHECK_FONT_OBJ Instance method Private Method Check fonts 20100908
4 CONSTRUCTOR Instance method Public Constructor Constructor 20100908
5 EXTRACT_FONT_DATA Instance method Private Method Generate font Object via blob data 20100909
6 REFRESH Instance method Public Method Refresh display 20100908
7 REMOVE Instance method Private Method Remove font from the display 20100909
8 RESET_DISPLAY Instance method Public Method 20100915
9 SAVE_FONT Instance method Public Method Save font to Font Repository 20100909
10 SAVE_SINGLE_FONT Instance method Public Method 20120828
11 SET_ATTRIBUTES Instance method Public Method 20100915
Events
Class CL_FONT_STATUS_LIST has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_FILE Public See coding 20100908 BEGIN OF ty_file, filename TYPE string, END OF ty_file
2 TY_FILE_TABLE Public See coding 20100908 ty_file_table TYPE STANDARD TABLE OF ty_file WITH DEFAULT KEY
3 TY_FONT_STATE Public See coding 20100908 BEGIN OF ty_font_state. * checkbox TYPE abap_bool. INCLUDE TYPE tfrs_family_sub_name. TYPES: line_color TYPE c LENGTH 4, state_icon TYPE c LENGTH 1, * checked TYPE string, checkbox TYPE abap_bool, license TYPE abap_bool, font_obj TYPE REF TO cl_font_instance, END OF ty_font_state
4 TY_FONT_STATE_TAB Public See coding 20100908 ty_font_state_tab TYPE STANDARD TABLE OF ty_font_state WITH DEFAULT KEY
5 TY_XSTRING_TAB Public See coding 20100909 ty_xstring_tab TYPE STANDARD TABLE OF xstring WITH DEFAULT KEY
Method Signatures

Method BUILD_QUICK_INFO Signature

Method BUILD_QUICK_INFO on class CL_FONT_STATUS_LIST has no parameter.
Method BUILD_QUICK_INFO on class CL_FONT_STATUS_LIST has no exception.

Method CHECK_DUPLICATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_LOGID Call by reference Type reference (TYPE) TFRS_LOGID Typeface Repo - Logical Font Identifier 20100923
# Exception Resumable Description Created on
1 CX_TFR_ERROR Exception for Typeface Repo 20100923

Method CHECK_FONT_OBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_PART_DATA Call by reference Type reference (TYPE) I 20100917
2 Importing IM_TOTAL_DATA Call by reference Type reference (TYPE) I 20100917
3 Importing ITO_FONT Call by reference Type reference (TYPE) CL_FONT_SELECTOR=>TY_FONT_TAB 20100908

Method CHECK_FONT_OBJ on class CL_FONT_STATUS_LIST has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ABAP_LIST Call by reference Type reference (TYPE) ABAP_BOOL 20100908
2 Importing IM_CONTAINER_NAME Call by reference Type reference (TYPE) SCRFNAME Name of a Screen Element 20100908
3 Importing IM_LANG_ID Call by reference Type reference (TYPE) TFR_LANG_ID Language ID 20100909
4 Importing IM_TITLE Call by reference Type reference (TYPE) LVC_TITLE ALV Control: Title bar text 20100908
5 Importing IT_BLOB_DATA Call by reference Type reference (TYPE) TY_XSTRING_TAB 20100909

Method CONSTRUCTOR on class CL_FONT_STATUS_LIST has no exception.

Method EXTRACT_FONT_DATA Signature

Method EXTRACT_FONT_DATA on class CL_FONT_STATUS_LIST has no parameter.
Method EXTRACT_FONT_DATA on class CL_FONT_STATUS_LIST has no exception.

Method REFRESH Signature

Method REFRESH on class CL_FONT_STATUS_LIST has no parameter.
Method REFRESH on class CL_FONT_STATUS_LIST has no exception.

Method REMOVE Signature

Method REMOVE on class CL_FONT_STATUS_LIST has no parameter.
Method REMOVE on class CL_FONT_STATUS_LIST has no exception.

Method RESET_DISPLAY Signature

Method RESET_DISPLAY on class CL_FONT_STATUS_LIST has no parameter.
Method RESET_DISPLAY on class CL_FONT_STATUS_LIST has no exception.

Method SAVE_FONT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ACTIVATE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20100910
# Exception Resumable Description Created on
1 CX_TFR_FONT_LIST_ERROR List error 20100920

Method SAVE_SINGLE_FONT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ACTIVATE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20120828
# Exception Resumable Description Created on
1 CX_TFR_FONT_LIST_ERROR 20120828

Method SET_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ABAP_LIST Call by reference Type reference (TYPE) ABAP_BOOL 20100915
2 Importing IM_LANG_ID Call by reference Type reference (TYPE) TFR_LANG_ID Language ID 20100915
3 Importing IM_TITLE Call by reference Type reference (TYPE) LVC_TITLE ALV Control: Title bar text 20100921
4 Importing IT_BLOB_DATA Call by reference Type reference (TYPE) TY_XSTRING_TAB 20100915

Method SET_ATTRIBUTES on class CL_FONT_STATUS_LIST has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 703