SAP ABAP Class CL_RSO_CNT_ACTIVATION_CONTEXT (Context for Activating BI Business Content)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-MTD (Application Component) Metadata (Repository)
     RSO_TLOGO (Package) BI TLOGO Framework
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SERIALIZABLE_OBJECT Serializable Object 20080627
Properties
Class CL_RSO_CNT_ACTIVATION_CONTEXT  
Short Description Context for Activating BI Business Content    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSO_TLOGO   BI TLOGO Framework 
Created 20060913   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_SERIALIZABLE_OBJECT Serializable Object 20080627
Friends
Class CL_RSO_CNT_ACTIVATION_CONTEXT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_COLLECT_PROCESS_CHAINS Instance attribute Private Type reference (TYPE) RS_BOOL RS_C_TRUE = 'X' Process Chains (&Realt ISIP) are Collected (only BYD) 20081110
2 P_CONTENT_ACTIVATION Instance attribute Private Type reference (TYPE) RS_BOOL = 'X': Content Activation 20061027
3 P_PACKAGE Instance attribute Private Type reference (TYPE) DEVCLASS Package for Recording Content Objects 20060913
4 P_REQUEST Instance attribute Private Type reference (TYPE) TRKORR Order for Recording Content Objects 20060913
5 P_REQUEST_FROM Instance attribute Private Type reference (TYPE) TRKORR Auftrag aus indem Content Objekte enthalten sind 20120806
6 P_R_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_RSO_CNT_ACTIVATION_CONTEXT Singleton Instance 20060913
7 P_SEVERAL_INTERNAL_MODI Instance attribute Private Type reference (TYPE) RS_BOOL RS_C_FALSE = 'X' Open a new roll area for every object type 20080714
8 P_TLOGO_EXECUTION_DISABLED Instance attribute Private Type reference (TYPE) RS_BOOL = 'X': TLOGO Execution is Deactivated 20071030
9 P_T_VIRTUAL_SHADOW Instance attribute Private Type reference (TYPE) TY_T_VIRTUAL_SHADOW Virtuelle Shadow Eigenschaften 20120806
10 P_T_VIRTUAL_SHADOW_ Instance attribute Private Type reference (TYPE) TY_T_VIRTUAL_SHADOW Virtuelle Shadow Eigenschaften 20130819
11 P_WITH_OLTP_AUTH_CHECK Instance attribute Private Type reference (TYPE) RS_BOOL = 'X': With Authorization Check in OLTP System 20060913
12 P_WITH_OLTP_TRANSPORT Instance attribute Private Type reference (TYPE) RS_BOOL = 'X': With Transport in OLTP System 20060913
Methods
# Method Level Visibility Method type Description Created on
1 CLONE Instance method Public Method Clones the Global Instance 20061031
2 CONSTRUCTOR Instance method Private Constructor CONSTRUCTOR 20060913
3 GET_INSTANCE Static method Public Method Returns Unique Instance (Singleton) 20060913
4 GET_LOGSYS_OF_VIRTUAL_PSEUDO_D Instance method Public Method Quellsys. der Pseudo D-version aus virt. Schattenobjekt 20120806
5 GET_PACKAGE Instance method Public Method Provides Package 20060913
6 GET_REQUEST Instance method Public Method Provides Request 20060913
7 GET_REQUEST_FROM Instance method Public Method Liefert den Request, der die Content objekte enthält 20120806
8 GET_VIRTUAL_PSEUDO_D Instance method Public Method Pseudo D-version für viruelles Schattenobject ermitteln 20120806
9 IS_COLLECT_PROCESS_CHAINS Instance method Public Method Are process chains (&Realtime ISIP) collected (only BYD) 20081110
10 IS_CONTENT_ACTIVATION Instance method Public Method Content Being Activated? 20061027
11 IS_SEVERAL_INTERNAL_MODI Instance method Public Method Open a new roll area for every object type? 20080714
12 IS_TLOGO_EXECUTION_DISABLED Instance method Public Method TLOGO Execution Deactivated? 20071030
13 IS_WITH_OLTP_AUTH_CHECK Instance method Public Method With OLTP Authorization Check? 20060913
14 IS_WITH_OLTP_TRANSPORT Instance method Public Method With OLTP Transport? 20060913
15 RESET Instance method Public Method Reset to Default 20060920
16 SET_COLLECT_PROCESS_CHAINS Instance method Public Method Sets "Collect Process Chains (&Realtime ISIP)" (only BYD) 20081110
17 SET_CONTENT_ACTIVATION Instance method Public Method Sets Flag for Content Activation 20061027
18 SET_PACKAGE Instance method Public Method Sets Package 20060913
19 SET_REQUEST Instance method Public Method Sets Request 20060913
20 SET_REQUEST_FROM Instance method Public Method Setzt den Request, der die Content objekte enthält 20120806
21 SET_SEVERAL_INTERNAL_MODI Instance method Public Method Sets "Open a new roll area for every object type" 20080714
22 SET_TLOGO_EXECUTION_DISABLED Instance method Public Method Sets "TLOGO Execution Deactivated" 20071030
23 SET_VIRTUAL_SHADOW_PROP Instance method Public Method Viruelle Schatteneigenschaften bekannt machen 20120806
24 SET_VIRTUAL_SHADOW_PROP_NO_D Instance method Public Method Virtuelle Schatteneigenschaften von nicht konvertierb. Obj. 20130819
25 SET_WITH_OLTP_AUTH_CHECK Instance method Public Method Sets OLTP Authorization Check 20060913
26 SET_WITH_OLTP_TRANSPORT Instance method Public Method Sets OLTP Transport Indicator 20060913
Events
Class CL_RSO_CNT_ACTIVATION_CONTEXT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_VIRTUAL_SHADOW Public See coding Quasi Shadow Eigenschaften 20120806 BEGIN OF ty_s_virtual_shadow, trkorr TYPE trkorr, tlogo TYPE rstlogo, objnm_d TYPE sobj_name, tlogo_pseudo_d TYPE rstlogo, objnm_pseudo_d TYPE sobj_name, tlogo_owner TYPE rstlogo, objnm_d_owner TYPE sobj_name, logsys TYPE rsslogsys, END OF ty_s_virtual_shadow
2 TY_T_VIRTUAL_SHADOW Public See coding Quasi Shadow Eigenschaften 20120806 ty_t_virtual_shadow TYPE SORTED TABLE OF ty_s_virtual_shadow WITH UNIQUE KEY trkorr tlogo objnm_d tlogo_pseudo_d objnm_pseudo_d
Method Signatures

Method CLONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_CLONE Value transfer Object reference (TYPE REF TO) CL_RSO_CNT_ACTIVATION_CONTEXT Kontext für die Aktivierung des BI Business Content 20061031

Method CLONE on class CL_RSO_CNT_ACTIVATION_CONTEXT has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_RSO_CNT_ACTIVATION_CONTEXT has no parameter.
Method CONSTRUCTOR on class CL_RSO_CNT_ACTIVATION_CONTEXT has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_INSTANCE Value transfer Object reference (TYPE REF TO) CL_RSO_CNT_ACTIVATION_CONTEXT Singleton Instanz 20060913

Method GET_INSTANCE on class CL_RSO_CNT_ACTIVATION_CONTEXT has no exception.

Method GET_LOGSYS_OF_VIRTUAL_PSEUDO_D Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJNM Call by reference Type reference (TYPE) SOBJ_NAME Objektname im Objektkatalog 20120806
2 Importing I_TLOGO_PSEUDO_D Call by reference Type reference (TYPE) RSTLOGO_D BW: Objekttyp für die Auslieferung 20120806
3 Returning R_LOGSYS Value transfer Type reference (TYPE) RSSLOGSYS Quellsystem 20120806

Method GET_LOGSYS_OF_VIRTUAL_PSEUDO_D on class CL_RSO_CNT_ACTIVATION_CONTEXT has no exception.

Method GET_PACKAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_PACKAGE Value transfer Type reference (TYPE) DEVCLASS Paket 20060913

Method GET_PACKAGE on class CL_RSO_CNT_ACTIVATION_CONTEXT has no exception.

Method GET_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_REQUEST Value transfer Type reference (TYPE) TRKORR 20060913

Method GET_REQUEST on class CL_RSO_CNT_ACTIVATION_CONTEXT has no exception.

Method GET_REQUEST_FROM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_REQUEST Value transfer Type reference (TYPE) TRKORR 20120806

Method GET_REQUEST_FROM on class CL_RSO_CNT_ACTIVATION_CONTEXT has no exception.

Method GET_VIRTUAL_PSEUDO_D Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJNM Call by reference Type reference (TYPE) SOBJ_NAME Objektname im Objektkatalog 20120806
2 Importing I_TLOGO_D Call by reference Type reference (TYPE) RSTLOGO_D BW: Objekttyp für die Auslieferung 20120806
3 Returning R_TH_OBJNM_PSEUDO_D Value transfer Type reference (TYPE) RSO_T_OBJNM Objekte 20120806

Method GET_VIRTUAL_PSEUDO_D on class CL_RSO_CNT_ACTIVATION_CONTEXT has no exception.

Method IS_COLLECT_PROCESS_CHAINS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_COLLECT_PROCESS_CHAINS Value transfer Type reference (TYPE) RS_BOOL Boolean 20081110

Method IS_COLLECT_PROCESS_CHAINS on class CL_RSO_CNT_ACTIVATION_CONTEXT has no exception.

Method IS_CONTENT_ACTIVATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_CONTENT_ACTIVATION Value transfer Type reference (TYPE) RS_BOOL =X: Es wird gerade Content Aktiviert 20061027

Method IS_CONTENT_ACTIVATION on class CL_RSO_CNT_ACTIVATION_CONTEXT has no exception.

Method IS_SEVERAL_INTERNAL_MODI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_SEVERAL_INTERNAL_MODI Value transfer Type reference (TYPE) RS_BOOL Boolean 20080714

Method IS_SEVERAL_INTERNAL_MODI on class CL_RSO_CNT_ACTIVATION_CONTEXT has no exception.

Method IS_TLOGO_EXECUTION_DISABLED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TLOGO_EXECUTION_DISABLED Value transfer Type reference (TYPE) RS_BOOL Boolean 20071030

Method IS_TLOGO_EXECUTION_DISABLED on class CL_RSO_CNT_ACTIVATION_CONTEXT has no exception.

Method IS_WITH_OLTP_AUTH_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_IS_WITH_OLTP_AUTH_CHECK Value transfer Type reference (TYPE) RS_BOOL Boolean 20060913

Method IS_WITH_OLTP_AUTH_CHECK on class CL_RSO_CNT_ACTIVATION_CONTEXT has no exception.

Method IS_WITH_OLTP_TRANSPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_IS_WITH_OLTP_TRANSPORT Value transfer Type reference (TYPE) RS_BOOL Boolean 20060913

Method IS_WITH_OLTP_TRANSPORT on class CL_RSO_CNT_ACTIVATION_CONTEXT has no exception.

Method RESET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_OLD_CONTEXT Call by reference Object reference (TYPE REF TO) CL_RSO_CNT_ACTIVATION_CONTEXT Kontext, auf den zurückgesetzt wird 20061031

Method RESET on class CL_RSO_CNT_ACTIVATION_CONTEXT has no exception.

Method SET_COLLECT_PROCESS_CHAINS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COLLECT_PROCESS_CHAINS Value transfer Type reference (TYPE) RS_BOOL Boolean 20081110

Method SET_COLLECT_PROCESS_CHAINS on class CL_RSO_CNT_ACTIVATION_CONTEXT has no exception.

Method SET_CONTENT_ACTIVATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONTENT_ACTIVATION Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE Setz das Flag Content Aktivierung 20061027

Method SET_CONTENT_ACTIVATION on class CL_RSO_CNT_ACTIVATION_CONTEXT has no exception.

Method SET_PACKAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PACKAGE Call by reference Type reference (TYPE) DEVCLASS Paket 20060913

Method SET_PACKAGE on class CL_RSO_CNT_ACTIVATION_CONTEXT has no exception.

Method SET_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REQUEST Call by reference Type reference (TYPE) TRKORR 20060913

Method SET_REQUEST on class CL_RSO_CNT_ACTIVATION_CONTEXT has no exception.

Method SET_REQUEST_FROM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REQUEST Call by reference Type reference (TYPE) TRKORR 20120806

Method SET_REQUEST_FROM on class CL_RSO_CNT_ACTIVATION_CONTEXT has no exception.

Method SET_SEVERAL_INTERNAL_MODI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SEVERAL_INTERNAL_MODI Value transfer Type reference (TYPE) RS_BOOL Boolean 20080714

Method SET_SEVERAL_INTERNAL_MODI on class CL_RSO_CNT_ACTIVATION_CONTEXT has no exception.

Method SET_TLOGO_EXECUTION_DISABLED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TLOGO_EXECUTION_DISABLED Value transfer Type reference (TYPE) RS_BOOL Boolean 20071030

Method SET_TLOGO_EXECUTION_DISABLED on class CL_RSO_CNT_ACTIVATION_CONTEXT has no exception.

Method SET_VIRTUAL_SHADOW_PROP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_VIRTUAL_SHADOW Call by reference Type reference (TYPE) TY_T_VIRTUAL_SHADOW Quasi Shadow Eigenschaften 20120806

Method SET_VIRTUAL_SHADOW_PROP on class CL_RSO_CNT_ACTIVATION_CONTEXT has no exception.

Method SET_VIRTUAL_SHADOW_PROP_NO_D Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_VIRTUAL_SHADOW Call by reference Type reference (TYPE) TY_T_VIRTUAL_SHADOW Quasi Shadow Eigenschaften 20130819

Method SET_VIRTUAL_SHADOW_PROP_NO_D on class CL_RSO_CNT_ACTIVATION_CONTEXT has no exception.

Method SET_WITH_OLTP_AUTH_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_WITH_OLTP_AUTH_CHECK Call by reference Type reference (TYPE) RS_BOOL Boolean 20060913

Method SET_WITH_OLTP_AUTH_CHECK on class CL_RSO_CNT_ACTIVATION_CONTEXT has no exception.

Method SET_WITH_OLTP_TRANSPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_WITH_OLTP_TRANSPORT Call by reference Type reference (TYPE) RS_BOOL Boolean 20060913

Method SET_WITH_OLTP_TRANSPORT on class CL_RSO_CNT_ACTIVATION_CONTEXT has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710