SAP ABAP Class CL_BS_CONTEXT (Context)
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
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BS_CONTEXT | Access To Context | 20110131 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_BS_CONTEXT_HISTORICAL | Historical Context | 20110126 |
Properties
| Class | CL_BS_CONTEXT | |
| Short Description | Context | |
| 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 | 20110124 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_BS_CONTEXT has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BS_CONTEXT | Access To Context | 20110131 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | IF_BS_CONTEXT_STORE | 20110226 | Access To Context Store |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | SEOCLNAME | Class Name | 20110301 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | C | dummy for use with command MESSAGE INTO | 20110226 | |||
| 3 | Instance attribute | Public | Attribute reference (LIKE) | 20110226 | |||||
| 4 | Instance attribute | Public | Attribute reference (LIKE) | 20110227 | |||||
| 5 | Instance attribute | Protected | Type reference (TYPE) | TY_VALUES | Table of values | 20110201 | |||
| 6 | Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | indicates that this instance is root of an SHM instance | 20110228 | ||
| 7 | Instance attribute | Public | Attribute reference (LIKE) | 20110131 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20110131 | ||
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20110124 | |
| 3 | Instance method | Public | Method | 20110131 | ||
| 4 | Instance method | Public | Method | 20110131 |
Events
Class CL_BS_CONTEXT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_VALUE | Protected | See coding | 20110201 | BEGIN OF ty_value,
id TYPE string,
data TYPE REF TO data,
END OF ty_value
|
||
| 2 | TY_VALUES | Protected | See coding | 20110201 | ty_values TYPE SORTED TABLE OF ty_value WITH UNIQUE KEY id
|
Method Signatures
Method CLEAR_VALUE Signature
Method CLEAR_VALUE on class CL_BS_CONTEXT has no parameter.
Method CLEAR_VALUE on class CL_BS_CONTEXT has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_STORE | Call by reference | Object reference (TYPE REF TO) | IF_BS_CONTEXT_STORE | Access To Context Store | 20110227 | |||
| 2 | IV_NAME | Call by reference | Type reference (TYPE) | STRING | name of the context | 20110124 |
Method CONSTRUCTOR on class CL_BS_CONTEXT has no exception.
Method GET_VALUE Signature
Method GET_VALUE on class CL_BS_CONTEXT has no parameter.
Method GET_VALUE on class CL_BS_CONTEXT has no exception.
Method SET_VALUE Signature
Method SET_VALUE on class CL_BS_CONTEXT has no parameter.
Method SET_VALUE on class CL_BS_CONTEXT has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 703 |