SAP ABAP Class CL_BS_CONTEXT_STORE_FACTORY (Factory For Context Stores)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-MDG-APP-BP (Application Component) MDG Business Partner (Central Part)
⤷
BS_COMMON_OBJECTS (Package) Common Tools and Interfaces
⤷
⤷
Properties
| Class | CL_BS_CONTEXT_STORE_FACTORY | |
| Short Description | Factory For Context Stores | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | BS_COMMON_OBJECTS | Common Tools and Interfaces |
| Created | 20110130 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_BS_CONTEXT_STORE_FACTORY has no forward declaration.
Interfaces
Class CL_BS_CONTEXT_STORE_FACTORY has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_BS_CONTEXT_FACTORY | 20110227 | Factory For Context Stores |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | See coding | 20110130 | |||||
| 2 | Static Attribute | Protected | Type reference (TYPE) | TY_STORES | 20110131 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Protected | Method | gets a singleton instance for a specific store | 20110131 |
Events
Class CL_BS_CONTEXT_STORE_FACTORY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_STORE | Public | See coding | 20110131 | BEGIN OF ty_store,
class_name TYPE seoclname,
instance TYPE REF TO if_bs_context_store,
END OF ty_store
|
||
| 2 | TY_STORES | Public | See coding | 20110131 | ty_stores TYPE TABLE OF ty_store WITH KEY class_name
|
Method Signatures
Method GET_STORE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_STORE_CLASS_NAME | Call by reference | Type reference (TYPE) | SEOCLNAME | GC_STORE_CLASS-BASE | Class Name | 20110131 | ||
| 2 | RO_STORE | Value transfer | Object reference (TYPE REF TO) | IF_BS_CONTEXT_STORE | Access To Context Store | 20110131 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fatal Error in Context Stores | 20110328 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 703 |