SAP ABAP Class IF_BS_CONTEXT_STORE (Access To Context Store)
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
Class IF_BS_CONTEXT_STORE  
Short Description Access To Context Store    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20110226   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_BS_CONTEXT_STORE has no forward declaration.
Interfaces
Class IF_BS_CONTEXT_STORE has no interface implemented.
Friends
Class IF_BS_CONTEXT_STORE has no friend class.
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 CREATE_CONTEXT Instance method Public Method creates a new context instance 20110226
2 GET_CONTEXT Instance method Public Method gets a context by its name 20110226
3 RENAME_CONTEXT Instance method Public Method renames a context 20110227
4 SUBSTITUTE_CONTEXT Instance method Public Method replaces the instance of the context of the given name 20110227
5 WIPE_CONTEXT Instance method Public Method wipes the context of the given name 20110227
Events
Class IF_BS_CONTEXT_STORE has no event.
Types
Class 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 Importing IV_CLASS_NAME Call by reference Type reference (TYPE) SEOCLNAME 'CL_BS_CONTEXT' Class Name 20110226
2 Importing IV_NAME Call by reference Type reference (TYPE) STRING 20110226
3 Returning RO_CONTEXT Value transfer Object reference (TYPE REF TO) IF_BS_CONTEXT Context 20110226
# Exception Resumable Description Created on
1 CX_BS_CT_CORE 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 Importing IV_NAME Call by reference Type reference (TYPE) STRING name of the context 20110226
2 Returning RO_CONTEXT Value transfer Object reference (TYPE REF TO) IF_BS_CONTEXT Access To Context 20110226
# Exception Resumable Description Created on
1 CX_BS_CT_CORE 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 Importing IV_NAME Call by reference Type reference (TYPE) STRING old name of the context 20110227
2 Importing IV_NEW_NAME Call by reference Type reference (TYPE) STRING new name of the context 20110227
# Exception Resumable Description Created on
1 CX_BS_CT_CORE 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 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) IF_BS_CONTEXT Access To Context 20110227
2 Importing IV_NAME Call by reference Type reference (TYPE) STRING Name of the context 20110227
# Exception Resumable Description Created on
1 CX_BS_CT_CORE 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 Importing IV_NAME Call by reference Type reference (TYPE) STRING name of the context 20110227
# Exception Resumable Description Created on
1 CX_BS_CT_CORE Exceptions For Contexts And Context Stores 20110228
History
Last changed by/on SAP  20110908 
SAP Release Created in