SAP ABAP Class CL_FONT_REPOSITORY_LIST (List of the fonts)
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_REPOSITORY_LIST | |
| Short Description | List of the fonts | |
| 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 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_FONT_REPOSITORY_LIST has no interface implemented.
Friends
Class CL_FONT_REPOSITORY_LIST has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | TEXT40 | 'Delete' | Text, 40 Characters Long | 20100908 | ||
| 2 | Constant | Public | Type reference (TYPE) | TEXT40 | 'Detail' | Text, 40 Characters Long | 20100914 | ||
| 3 | Constant | Public | Type reference (TYPE) | TEXT40 | 'Download' | Text, 40 Characters Long | 20100913 | ||
| 4 | Constant | Public | Type reference (TYPE) | TEXT40 | 'Upload' | Text, 40 Characters Long | 20100913 | ||
| 5 | Constant | Public | Type reference (TYPE) | TEXT40 | 'Where-Used' | Text, 40 Characters Long | 20100915 | ||
| 6 | Instance attribute | Private | Type reference (TYPE) | TY_FONT_TAB | 20100909 | ||||
| 7 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20100923 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 20100908 | |
| 2 | Instance method | Private | Method | Delete the selected fonts | 20100908 | |
| 3 | Instance method | Private | Method | Dispaly font details | 20100912 | |
| 4 | Instance method | Private | Method | Dispaly font details | 20100916 | |
| 5 | Instance method | Private | Method | Display Where-Used URDT | 20100915 | |
| 6 | Instance method | Private | Method | Download fonts | 20100913 | |
| 7 | Instance method | Public | Method | Execute user command | 20100917 | |
| 8 | Instance method | Public | Method | 20100923 | ||
| 9 | Instance method | Private | Method | Display font metrics | 20100914 | |
| 10 | Instance method | Private | Method | Show supported Unicode Ranges | 20100913 |
Events
Class CL_FONT_REPOSITORY_LIST has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_C70 | Public | See coding | 20100908 | ty_c70 TYPE c LENGTH 70
|
||
| 2 | TY_FILE | Public | See coding | 20100913 | BEGIN OF ty_file,
filename TYPE string,
END OF ty_file
|
||
| 3 | TY_FILE_TABLE | Public | See coding | 20100913 | ty_file_table TYPE STANDARD TABLE OF ty_file WITH DEFAULT KEY
|
||
| 4 | TY_FONT_TAB | Public | See coding | 20100908 | ty_font_tab TYPE STANDARD TABLE OF tfrs_info_history
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_CONTAINER_NAME | Call by reference | Type reference (TYPE) | SCRFNAME | Name of a Screen Element | 20100908 | |||
| 2 | IM_EDIT_MODE | Call by reference | Type reference (TYPE) | ABAP_BOOL | Display Mode or Change Mode | 20100923 | |||
| 3 | IM_TITLE | Call by reference | Type reference (TYPE) | LVC_TITLE | ALV Control: Title bar text | 20100908 |
Method CONSTRUCTOR on class CL_FONT_REPOSITORY_LIST has no exception.
Method DELETE_FONT Signature
Method DELETE_FONT on class CL_FONT_REPOSITORY_LIST has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | List error | 20100913 |
Method DISPLAY_FONT_DETAIL Signature
Method DISPLAY_FONT_DETAIL on class CL_FONT_REPOSITORY_LIST has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | List error | 20100916 |
Method DISPLAY_LANG_GROUP Signature
Method DISPLAY_LANG_GROUP on class CL_FONT_REPOSITORY_LIST has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | List error | 20100916 |
Method DISPLAY_USED_URDT Signature
Method DISPLAY_USED_URDT on class CL_FONT_REPOSITORY_LIST has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | List error | 20100916 |
Method DOWNLOAD_FONTS Signature
Method DOWNLOAD_FONTS on class CL_FONT_REPOSITORY_LIST has no parameter.
Method DOWNLOAD_FONTS on class CL_FONT_REPOSITORY_LIST has no exception.
Method EXECUTE_USER_COMMAND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_UCOMM | Call by reference | Type reference (TYPE) | SY-UCOMM | Function code that PAI triggered | 20100917 |
Method EXECUTE_USER_COMMAND on class CL_FONT_REPOSITORY_LIST has no exception.
Method SET_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_EDIT_MODE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20100923 |
Method SET_ATTRIBUTES on class CL_FONT_REPOSITORY_LIST has no exception.
Method SHOW_FONT_METRICS Signature
Method SHOW_FONT_METRICS on class CL_FONT_REPOSITORY_LIST has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | List error | 20100916 |
Method SHOW_UNICODE_RANGES Signature
Method SHOW_UNICODE_RANGES on class CL_FONT_REPOSITORY_LIST has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | List error | 20100916 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 703 |