SAP ABAP Class CL_GLE_SERVICE_FACTORY (GLE Service Factory)
Hierarchy
☛
SAP_FIN (Software Component) SAP_FIN
⤷
FI-GL-CU-MCA (Application Component) Multi Currency Accounting
⤷
FAGL_MCA_AL_GEN (Package) FI: MCA General Functions
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GLE_SERVICE_FACTORY | GLE Service Factory | 20100803 |
Properties
| Class | CL_GLE_SERVICE_FACTORY | |
| Short Description | GLE Service Factory | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | FAGL_MCA_AL_GEN | FI: MCA General Functions |
| Created | 20100803 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_GLE_SERVICE_FACTORY has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_GLE_SERVICE_FACTORY | GLE Service Factory | 20100803 |
Friends
Class CL_GLE_SERVICE_FACTORY has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | TY_TAB_SERVICE_INSTANCE | 20100803 | ||||
| 2 | Static Attribute | Private | Object reference (TYPE REF TO) | IF_GLE_SERVICE_FACTORY | GLE Service Factory | 20100803 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | 20100803 |
Events
Class CL_GLE_SERVICE_FACTORY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_STR_SERVICE_INSTANCE | Private | See coding | 20100803 | BEGIN OF ty_str_service_instance,
interface TYPE string,
ref_service TYPE REF TO object,
END OF ty_str_service_instance
|
||
| 2 | TY_TAB_SERVICE_INSTANCE | Private | See coding | 20100803 | ty_tab_service_instance TYPE STANDARD TABLE OF ty_str_service_instance
|
Method Signatures
Method S_GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_SERVICE_FACTORY | Value transfer | Object reference (TYPE REF TO) | IF_GLE_SERVICE_FACTORY | GLE Service Factory | 20100803 |
Method S_GET_INSTANCE on class CL_GLE_SERVICE_FACTORY has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 606 |