SAP ABAP Class CL_TFR_URDT_LIST (Display Language Group)
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 | 20100916 |
Properties
| Class | CL_TFR_URDT_LIST | |
| Short Description | Display Language Group | |
| 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 | 20100916 | SAP |
| Last change | 20131127 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_TFR_URDT_LIST has no forward declaration.
Interfaces
Class CL_TFR_URDT_LIST has no interface implemented.
Friends
Class CL_TFR_URDT_LIST has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_FONT_INSTANCE | Instance of font returned through font selector | 20100916 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | TY_URDT_TAB | 20100916 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20100916 | ||
| 2 | Instance method | Public | Method | Re-Set attributes | 20100916 |
Events
Class CL_TFR_URDT_LIST has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_URDT | Public | See coding | 20100916 | BEGIN OF ty_urdt,
devtype TYPE rspoptype,
END OF ty_urdt
|
||
| 2 | TY_URDT_TAB | Public | See coding | 20100916 | ty_urdt_tab TYPE STANDARD TABLE OF ty_urdt
|
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 | 20100916 | ||||
| 2 | IM_TITLE | Call by reference | Type reference (TYPE) | LVC_TITLE | ALV Control: Title bar text | 20100921 | |||
| 3 | IO_FONT | Call by reference | Object reference (TYPE REF TO) | CL_FONT_INSTANCE | Instance of font returned through font selector | 20100916 |
Method CONSTRUCTOR on class CL_TFR_URDT_LIST has no exception.
Method SET_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_TITLE | Call by reference | Type reference (TYPE) | LVC_TITLE | ALV Control: Title bar text | 20100921 | |||
| 2 | IO_FONT | Call by reference | Object reference (TYPE REF TO) | CL_FONT_INSTANCE | Instance of font returned through font selector | 20100916 |
Method SET_ATTRIBUTES on class CL_TFR_URDT_LIST has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 703 |