SAP ABAP Class CL_BS_CONTEXT_GLOBAL_DELEGATE (Delegate Of Global 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 Inheritance (c INHERITING FROM c_ref)  CL_BS_CONTEXT_SHM_DELEGATE Delegate of Context 20110223
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_BS_CONTEXT_GLOBAL Access To Global Context 20110226
Properties
Class CL_BS_CONTEXT_GLOBAL_DELEGATE  
Short Description Delegate Of Global Context    
Super Class CL_BS_CONTEXT_SHM_DELEGATE Delegate of Context 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package BS_COMMON_OBJECTS   Common Tools and Interfaces 
Created 20110223   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_BS_CONTEXT_GLOBAL Access To Global Context 20110226
Friends
# Friend Modeled only Created on Description
1 CL_BS_CONTEXT_STORE_GLOBAL 20110223 Context Store For Global Context
2 CL_BS_CONTEXT_STORE_SHM 20110223 Context Store SHM
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GV_DESIGNTIME Instance attribute Public Attribute reference (LIKE) 20110512
2 MT_SOLOS Instance attribute Protected Type reference (TYPE) TY_SOLOS 20110506
3 MV_SOLO Instance attribute Protected Type reference (TYPE) TY_SOLO-SOLO 20110506
Methods
# Method Level Visibility Method type Description Created on
1 CLEAR_ORIGIN_IDS_VALUES Instance method Public Method 20110226
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20110512
3 GET_CONTEXT_ACCORD Instance method Public Method 20110226
4 GET_CONTEXT_ID_ORIGIN Instance method Public Method 20110226
5 GET_CONTEXT_ID_TYPE Instance method Public Method 20110226
6 GLOBAL_STORE Instance method Protected Method returns a store instance casted to Global-store class 20110227
7 IS_CONTEXT_ID_CONCERTED Instance method Public Method 20110226
8 IS_CONTEXT_ID_MUTABLE Instance method Public Method 20110226
9 IS_VALUE_VALID Instance method Public Method 20110226
10 RAISE_EXCEPTION Instance method Protected Method raises exception if designtime is not active 20110512
11 SOLO_FOR_CONTEXT_ID Instance method Protected Method returns solo ID requested for given context ID, or INITIAL 20110506
Events
Class CL_BS_CONTEXT_GLOBAL_DELEGATE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_SOLO Protected See coding 20110506 BEGIN OF ty_solo, context_id TYPE bs_ct_id, solo TYPE sysuuid_x16, END OF ty_solo
2 TY_SOLOS Protected See coding 20110506 ty_solos TYPE sorted TABLE OF ty_solo WITH unique KEY context_id
Method Signatures

Method CLEAR_ORIGIN_IDS_VALUES Signature

Method CLEAR_ORIGIN_IDS_VALUES on class CL_BS_CONTEXT_GLOBAL_DELEGATE has no parameter.
Method CLEAR_ORIGIN_IDS_VALUES on class CL_BS_CONTEXT_GLOBAL_DELEGATE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_STORE Call by reference Object reference (TYPE REF TO) CL_BS_CONTEXT_STORE_SHM Context Store SHM 20110512
2 Importing IV_NAME Call by reference Type reference (TYPE) STRING name of the context delegate 20110512

Method CONSTRUCTOR on class CL_BS_CONTEXT_GLOBAL_DELEGATE has no exception.

Method GET_CONTEXT_ACCORD Signature

Method GET_CONTEXT_ACCORD on class CL_BS_CONTEXT_GLOBAL_DELEGATE has no parameter.
Method GET_CONTEXT_ACCORD on class CL_BS_CONTEXT_GLOBAL_DELEGATE has no exception.

Method GET_CONTEXT_ID_ORIGIN Signature

Method GET_CONTEXT_ID_ORIGIN on class CL_BS_CONTEXT_GLOBAL_DELEGATE has no parameter.
Method GET_CONTEXT_ID_ORIGIN on class CL_BS_CONTEXT_GLOBAL_DELEGATE has no exception.

Method GET_CONTEXT_ID_TYPE Signature

Method GET_CONTEXT_ID_TYPE on class CL_BS_CONTEXT_GLOBAL_DELEGATE has no parameter.
Method GET_CONTEXT_ID_TYPE on class CL_BS_CONTEXT_GLOBAL_DELEGATE has no exception.

Method GLOBAL_STORE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_STORE Value transfer Object reference (TYPE REF TO) CL_BS_CONTEXT_STORE_GLOBAL Context Store For Global Context 20110227

Method GLOBAL_STORE on class CL_BS_CONTEXT_GLOBAL_DELEGATE has no exception.

Method IS_CONTEXT_ID_CONCERTED Signature

Method IS_CONTEXT_ID_CONCERTED on class CL_BS_CONTEXT_GLOBAL_DELEGATE has no parameter.
Method IS_CONTEXT_ID_CONCERTED on class CL_BS_CONTEXT_GLOBAL_DELEGATE has no exception.

Method IS_CONTEXT_ID_MUTABLE Signature

Method IS_CONTEXT_ID_MUTABLE on class CL_BS_CONTEXT_GLOBAL_DELEGATE has no parameter.
Method IS_CONTEXT_ID_MUTABLE on class CL_BS_CONTEXT_GLOBAL_DELEGATE has no exception.

Method IS_VALUE_VALID Signature

Method IS_VALUE_VALID on class CL_BS_CONTEXT_GLOBAL_DELEGATE has no parameter.
Method IS_VALUE_VALID on class CL_BS_CONTEXT_GLOBAL_DELEGATE has no exception.

Method RAISE_EXCEPTION Signature

Method RAISE_EXCEPTION on class CL_BS_CONTEXT_GLOBAL_DELEGATE has no parameter.
# Exception Resumable Description Created on
1 CX_BS_CT_CORE Exceptions For Contexts And Context Stores 20110516

Method SOLO_FOR_CONTEXT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONTEXT_ID Call by reference Type reference (TYPE) BS_CT_ID Context ID 20110506
2 Returning RV_SOLO Value transfer Type reference (TYPE) SYSUUID_X16 Solo ID 20110506

Method SOLO_FOR_CONTEXT_ID on class CL_BS_CONTEXT_GLOBAL_DELEGATE has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 731