SAP ABAP Class CL_SALV_CSL_FACTORY (Factory - friend of constructed classes - IS FINAL !)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-ALV-ABA (Application Component) Web Dynpro ALV for ABAP
⤷
SALV_CSL (Package) Service Framework
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_SALV_CSL_FACTORY_BASE | Factory: base class for default and custom fact. | 20080802 |
Properties
| Class | CL_SALV_CSL_FACTORY | |
| Short Description | Factory - friend of constructed classes - IS FINAL ! | |
| Super Class | CL_SALV_CSL_FACTORY_BASE | Factory: base class for default and custom fact. |
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SALV_CSL | Service Framework |
| Created | 20080802 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SALV_CSL_FACTORY has no forward declaration.
Interfaces
Class CL_SALV_CSL_FACTORY has no interface implemented.
Friends
Class CL_SALV_CSL_FACTORY has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Public | Object reference (TYPE REF TO) | CL_SALV_CSL_FACTORY_BASE | Factory: base class for default and custom fact. | 20080802 | |||
| 2 | Static Attribute | Private | Type reference (TYPE) | YT_DATA_SOURCE_FACTORY_DESCR | 20080804 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | 20080802 | ||
| 2 | Static method | Public | Method | 20080805 |
Events
Class CL_SALV_CSL_FACTORY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_DATA_SOURCE_FACTORY_DESCR | Private | See coding | 20080804 | BEGIN OF ys_data_source_factory_descr,
source_type type Y_SERVICE_TYPE,
priority type y_index,
class_name type string,
factory type ref to if_salv_csl_data_src_factory,
end OF ys_data_source_factory_descr
|
||
| 2 | YT_DATA_SOURCE_FACTORY_DESCR | Private | See coding | 20080804 | yt_data_source_factory_descr type
STANDARD TABLE OF ys_data_source_factory_descr
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_SALV_CSL_FACTORY has no parameter.
Method CLASS_CONSTRUCTOR on class CL_SALV_CSL_FACTORY has no exception.
Method CREATE_DATA_SOURCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA_SOURCE | Value transfer | Object reference (TYPE REF TO) | IF_SALV_CSL_SERVICE_PROVIDER | 20080805 | ||||
| 2 | LOG | Value transfer | Object reference (TYPE REF TO) | IF_SALV_CSQ_LOG | Log object | 20080823 | |||
| 3 | SOURCE_TYPE | Call by reference | Type reference (TYPE) | IF_SALV_CSL=>Y_SERVICE_TYPE | 20080805 |
Method CREATE_DATA_SOURCE on class CL_SALV_CSL_FACTORY has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 712 |