SAP ABAP Class CL_FONT_LIST (Results + ALV grid)
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 - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_FONT_DETAIL_LIST | Display Font detail information | 20100914 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_FONT_METRIC_LIST | Dispaly Font metrics | 20100914 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_FONT_REPOSITORY_LIST | List of the fonts | 20100908 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CL_FONT_STATUS_LIST | Upload font | 20100908 |
| 5 | Inheritance (c INHERITING FROM c_ref) | CL_TFR_LANGUAGE_LIST | Display Language Group | 20100916 |
| 6 | Inheritance (c INHERITING FROM c_ref) | CL_TFR_MATCH_FONT_LIST | UPE: Language List | 20100909 |
| 7 | Inheritance (c INHERITING FROM c_ref) | CL_TFR_MESSAGE_LIST | Display message list | 20100914 |
| 8 | Inheritance (c INHERITING FROM c_ref) | CL_TFR_UNICODE_RANGE_LIST | Display supported Unicode Ranges | 20100913 |
| 9 | Inheritance (c INHERITING FROM c_ref) | CL_TFR_URDT_LIST | Display Language Group | 20100916 |
Properties
| Class | CL_FONT_LIST | |
| Short Description | Results + ALV grid | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_FONT_SUPPLEMENTARY | Supplementary functionality |
| Created | 20100906 | SAP |
| Last change | 20131127 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FONT_LIST has no forward declaration.
Interfaces
Class CL_FONT_LIST has no interface implemented.
Friends
Class CL_FONT_LIST has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_GUI_CUSTOM_CONTAINER | Container for Custom Controls in the Screen Area | 20100906 | |||
| 2 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_GUI_ALV_GRID | ALV List Viewer | 20100906 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | LVC_T_FCAT | Field Catalog for List Viewer Control | 20100906 | |||
| 4 | Instance attribute | Public | Object reference (TYPE REF TO) | DATA | 20100906 | ||||
| 5 | Instance attribute | Protected | Type reference (TYPE) | LVC_T_QINF | Table for Exception Quickinfo | 20100921 | |||
| 6 | Instance attribute | Protected | Type reference (TYPE) | LVC_T_SORT | ALV Control: Table of Sort Criteria | 20100907 | |||
| 7 | Instance attribute | Protected | Type reference (TYPE) | UI_FUNCTIONS | Function Code Table | 20100906 | |||
| 8 | Instance attribute | Protected | Type reference (TYPE) | LVC_S_LAYO | ALV control: Layout structure | 20100906 | |||
| 9 | Instance attribute | Protected | Type reference (TYPE) | LVC_TITLE | ALV Control: Title bar text | 20100906 | |||
| 10 | Instance attribute | Protected | Type reference (TYPE) | DISVARIANT | Layout (External Use) | 20100906 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Build ALV grid layout | 20100906 | |
| 2 | Instance method | Public | Constructor | Constructor | 20100906 | |
| 3 | Instance method | Public | Method | Create ALV grid | 20100906 | |
| 4 | Instance method | Public | Method | Display | 20100906 | |
| 5 | Instance method | Protected | Method | Exclude some standard feature from the ALV toolbar | 20100906 | |
| 6 | Instance method | Public | Method | Fill of result table | 20100906 | |
| 7 | Instance method | Public | Event handling method | Eventhandler for double click | 20100906 | |
| 8 | Instance method | Public | Event handling method | Eventhandler for the toolbar | 20100906 | |
| 9 | Instance method | Public | Event handling method | Eventhandler for User Commands | 20100906 | |
| 10 | Instance method | Public | Method | Re-Display | 20100916 | |
| 11 | Static method | Public | Method | 20100916 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | REFRESH_GRID | Instance Event (0) |
Protected (1) |
Refresh the table contents of the ALV Grid | 20100906 |
Types
Class CL_FONT_LIST has no local type.
Method Signatures
Method BUILD_LAYOUT Signature
Method BUILD_LAYOUT on class CL_FONT_LIST has no parameter.
Method BUILD_LAYOUT on class CL_FONT_LIST has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_FONT_LIST has no parameter.
Method CONSTRUCTOR on class CL_FONT_LIST has no exception.
Method CREATE_GRID 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 | 20100906 |
Method CREATE_GRID on class CL_FONT_LIST has no exception.
Method DISPLAY Signature
Method DISPLAY on class CL_FONT_LIST has no parameter.
Method DISPLAY on class CL_FONT_LIST has no exception.
Method EXCLUDE_ALV_TOOLS Signature
Method EXCLUDE_ALV_TOOLS on class CL_FONT_LIST has no parameter.
Method EXCLUDE_ALV_TOOLS on class CL_FONT_LIST has no exception.
Method FILL Signature
Method FILL on class CL_FONT_LIST has no parameter.
Method FILL on class CL_FONT_LIST has no exception.
Method HANDLE_DOUBLE_CLICK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_COLUMN | Call by reference | Attribute reference (LIKE) | 20100906 | |||||
| 2 | E_ROW | Call by reference | Attribute reference (LIKE) | 20100906 |
Method HANDLE_DOUBLE_CLICK on class CL_FONT_LIST has no exception.
Method HANDLE_TOOLBAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_INTERACTIVE | Call by reference | Type reference (TYPE) | CHAR01 | Character Field Length 1 | 20100906 | |||
| 2 | E_OBJECT | Call by reference | Object reference (TYPE REF TO) | CL_ALV_EVENT_TOOLBAR_SET | ALV Context Menu | 20100906 |
Method HANDLE_TOOLBAR on class CL_FONT_LIST has no exception.
Method HANDLE_USER_COMMAND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_UCOMM | Call by reference | Attribute reference (LIKE) | 20100906 |
Method HANDLE_USER_COMMAND on class CL_FONT_LIST has no exception.
Method REDISPLAY Signature
Method REDISPLAY on class CL_FONT_LIST has no parameter.
Method REDISPLAY on class CL_FONT_LIST has no exception.
Method STATUS_INDICATOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PART | Call by reference | Type reference (TYPE) | I | 20100916 | ||||
| 2 | IV_STRING | Call by reference | Type reference (TYPE) | STRING | 20100916 | ||||
| 3 | IV_TOTAL | Call by reference | Type reference (TYPE) | I | 20100916 |
Method STATUS_INDICATOR on class CL_FONT_LIST has no exception.
Event Signatures
Event REFRESH_GRID Signature
Event REFRESH_GRID on class CL_FONT_LIST has no parameter.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 703 |