SAP ABAP Interface IF_BS_CONTEXT_STORE (Access To Context Store)
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 - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_BS_CONTEXT_STORE | Context Store | 20110226 |
Properties
Interface | IF_BS_CONTEXT_STORE | |
Short Description | Access To Context Store |
General Data
Package | BS_COMMON_OBJECTS | Common Tools and Interfaces |
Created | 20110226 | SAP |
Last changed | 20110908 | SAP |
Unicode checks active |
Forward declarations
Interface IF_BS_CONTEXT_STORE has no forward declaration.
Interfaces
Interface IF_BS_CONTEXT_STORE has no interface.
Friends
Interface IF_BS_CONTEXT_STORE has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | GC_CONTEXT_TYPE | Constant | Public | See coding | Class Name | 20110227 | |||
2 | MO_LOG | Instance attribute | Public | Object reference (TYPE REF TO) | IF_BS_LOG | Access To Log | 20110227 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | creates a new context instance | 20110226 |
2 | ![]() |
Instance method | Public | Method | gets a context by its name | 20110226 |
3 | ![]() |
Instance method | Public | Method | renames a context | 20110227 |
4 | ![]() |
Instance method | Public | Method | replaces the instance of the context of the given name | 20110227 |
5 | ![]() |
Instance method | Public | Method | wipes the context of the given name | 20110227 |
Events
Interface IF_BS_CONTEXT_STORE has no event.
Types
Interface IF_BS_CONTEXT_STORE has no local type.
Method Signatures
Method CREATE_CONTEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CLASS_NAME | Call by reference | Type reference (TYPE) | SEOCLNAME | 'CL_BS_CONTEXT' | Class Name | 20110226 | |
2 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | STRING | 20110226 | |||
3 | ![]() |
RO_CONTEXT | Value transfer | Object reference (TYPE REF TO) | IF_BS_CONTEXT | Context | 20110226 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exceptions For Contexts And Context Stores | 20110228 |
Method GET_CONTEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | STRING | name of the context | 20110226 | ||
2 | ![]() |
RO_CONTEXT | Value transfer | Object reference (TYPE REF TO) | IF_BS_CONTEXT | Access To Context | 20110226 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exceptions For Contexts And Context Stores | 20110228 |
Method RENAME_CONTEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | STRING | old name of the context | 20110227 | ||
2 | ![]() |
IV_NEW_NAME | Call by reference | Type reference (TYPE) | STRING | new name of the context | 20110227 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exceptions For Contexts And Context Stores | 20110228 |
Method SUBSTITUTE_CONTEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_BS_CONTEXT | Access To Context | 20110227 | ||
2 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | STRING | Name of the context | 20110227 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exceptions For Contexts And Context Stores | 20110228 |
Method WIPE_CONTEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | STRING | name of the context | 20110227 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exceptions For Contexts And Context Stores | 20110228 |
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 731 |