SAP ABAP Class CL_GLE_MCA_PROCESS_FACTORY (MCA process 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_MCA_PROCESS_FACTORY | Factory for MCA process objects | 20100721 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GLE_MCA_TESTABLE | Testable Interface | 20100721 |
Properties
| Class | CL_GLE_MCA_PROCESS_FACTORY | |
| Short Description | MCA process factory | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | FAGL_MCA_AL_GEN | FI: MCA General Functions |
| Created | 20100721 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_GLE_MCA_PROCESS_FACTORY has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_GLE_MCA_PROCESS_FACTORY | Factory for MCA process objects | 20100721 | ||
| 2 | IF_GLE_MCA_TESTABLE | Testable Interface | 20100721 |
Friends
Class CL_GLE_MCA_PROCESS_FACTORY has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Object reference (TYPE REF TO) | IF_GLE_MCA_PROCESS_FACTORY | Factory for MCA process objects | 20100721 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | TY_TAH_PROCESS_MAP | 20100721 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | 20100721 |
Events
Class CL_GLE_MCA_PROCESS_FACTORY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_STR_PROCESS_MAP | Private | See coding | 20100721 | begin of ty_str_process_map,
prccat type gle_mca_dte_tprc_cat,
process type ref to if_gle_mca_process,
end of ty_str_process_map
|
||
| 2 | TY_TAH_PROCESS_MAP | Private | See coding | 20100721 | ty_tah_process_map type hashed table of ty_str_process_map with unique key prccat
|
Method Signatures
Method S_GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_PROCESS_FACTORY | Value transfer | Object reference (TYPE REF TO) | IF_GLE_MCA_PROCESS_FACTORY | Factory for MCA process objects | 20100721 |
Method S_GET_INSTANCE on class CL_GLE_MCA_PROCESS_FACTORY has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 606 |