SAP ABAP Class CL_IBRT_CBASE_DATA (IBRT: Buffer Configuration)
Hierarchy
SAP_AP (Software Component) SAP Application Platform
   AP-CFG-CBA (Application Component) cBASE / Configuration Store
     IBRT_GEN (Package) CU: Runtime Access for Configuration (General Part)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_CBASE_CONVERT Services 20040726
Properties
Class CL_IBRT_CBASE_DATA  
Short Description IBRT: Buffer Configuration    
Super Class CL_CBASE_CONVERT Services 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package IBRT_GEN   CU: Runtime Access for Configuration (General Part) 
Created 20040726   SAP 
Last change 20050219   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_IBRT_CBASE_DATA has no forward declaration.
Interfaces
Class CL_IBRT_CBASE_DATA has no interface implemented.
Friends
Class CL_IBRT_CBASE_DATA has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GO_CBASE_REF Instance attribute Private Object reference (TYPE REF TO) CL_CBASE CUIB: CBase 20040726
2 GSI_BADI Static Attribute Public Object reference (TYPE REF TO) IF_EX_IBRT_GEN_ADD_IN BAdI Interface IF_EX_IBRT_GEN_ADD_IN 20041221
3 GSO_CONVERT Static Attribute Private Object reference (TYPE REF TO) IF_IBRT_DB_CONVERT_SPECIAL IBRT: Convert Instance Data 20040726
4 GT_INSTANCES Instance attribute Public Type reference (TYPE) IBRT_INSTANCE_DATA_T IBRT: Instances 20040726
5 GT_OBSERVER Instance attribute Private Type reference (TYPE) TT_OBSERVER_BUFFER 20050117
6 GT_STRUCTURE Instance attribute Private Type reference (TYPE) IBRT_PART_OF_STRUCTURE_VALID_T IBRT: Structure Data with Validity 20040726
7 GV_CFG_IS_OLD Instance attribute Private Type reference (TYPE) BOOLEAN Boolean Variable (X=true, -=false, space=unknown) 20040726
8 GV_LOAD_MOMENT Instance attribute Public Type reference (TYPE) TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20040726
9 GV_NESTED_KMAT Instance attribute Public Type reference (TYPE) BOOLEAN Boolean Variable (X=true, -=false, space=unknown) 20040726
Methods
# Method Level Visibility Method type Description Created on
1 CATCH_CBASE_CHANGED Instance method Private Event handling method Changes in CBase Buffer 20040726
2 CATCH_CBASE_FREE Instance method Private Event handling method Initialize CBase Instance 20040726
3 CFG_WAS_TRANSFERED Instance method Public Method Configuration in Old Storage 20040726
4 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20041221
5 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20040726
6 GET_CURRENT_INSTANCE_DATA Instance method Public Method Gets Reference to Instance Data 20050118
7 GET_INSTANCE_DATA Instance method Private Method Sets Individual Instance to IBase Buffer 20040726
8 GET_MOMENT_OF_OBSERVER Instance method Private Method Gets Registration Moment 20050117
9 GET_SINGLE_INSTANCE_FROM_CBASE Instance method Private Method Gets Instance Data with CL_CBASE 20050120
10 GET_SINGLE_INSTANCE_FROM_DB Instance method Private Method Load Single Instance of Database 20040824
11 GET_STRUCTURE_OF_CFG Instance method Public Method Gets Structure Information 20050117
12 GET_VALID_STRUCTURE_OF_CFG Static method Public Method Gets Structure Data 20050118
13 RECHECK_CBASE Instance method Public Method Read IBase, if Required 20040726
14 SET_CONVERSION_CLASS Static method Public Method Set Conversion Service 20040726
15 SET_DATA_BY_CBASE Instance method Private Method Set Data from IBase Buffer 20040726
Events
Class CL_IBRT_CBASE_DATA has no event.
Types
Class CL_IBRT_CBASE_DATA has no local type.
Method Signatures

Method CATCH_CBASE_CHANGED Signature

Method CATCH_CBASE_CHANGED on class CL_IBRT_CBASE_DATA has no parameter.
Method CATCH_CBASE_CHANGED on class CL_IBRT_CBASE_DATA has no exception.

Method CATCH_CBASE_FREE Signature

Method CATCH_CBASE_FREE on class CL_IBRT_CBASE_DATA has no parameter.
Method CATCH_CBASE_FREE on class CL_IBRT_CBASE_DATA has no exception.

Method CFG_WAS_TRANSFERED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_TRUE Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20040726

Method CFG_WAS_TRANSFERED on class CL_IBRT_CBASE_DATA has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_IBRT_CBASE_DATA has no parameter.
Method CLASS_CONSTRUCTOR on class CL_IBRT_CBASE_DATA has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CBASE Call by reference Object reference (TYPE REF TO) CL_CBASE CUIB: CBase 20040726
2 Importing IS_OBSERVER_DATA Call by reference Type reference (TYPE) CUIB_INSTANCE_OBSERVER CUCB: Version einer Instanz 20050117
3 Importing IT_INSTANCES Call by reference Type reference (TYPE) IBRT_INSTANCE_DATA_T IBRT: Instanzen 20040726
4 Importing IT_STRUCTURE Call by reference Type reference (TYPE) IBRT_PART_OF_STRUCTURE_VALID_T IBRT: Strukturdaten mit Gültigkeit 20040726
5 Importing IV_MOMENT Call by reference Type reference (TYPE) TIMESTAMP UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20040726
6 Importing IV_OLD_CFG Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20040726

Method CONSTRUCTOR on class CL_IBRT_CBASE_DATA has no exception.

Method GET_CURRENT_INSTANCE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ES_INSTANCE_POINTER Value transfer Object reference (TYPE REF TO) IBRT_INSTANCE_REC IBRT: Instanz 20050118
2 Importing IS_OBSERVER Call by reference Type reference (TYPE) CUIB_BUSINESS_OBJECT CUIB: Business Objekt 20050118
3 Importing IV_INSTANCE Call by reference Type reference (TYPE) CUIB_CUOBJ CUIB: systemabhängige Konfigurationsreferenz 20050118
4 Importing IV_MOMENT Call by reference Type reference (TYPE) TIMESTAMP UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20050118
5 Importing IV_WITHOUT_VALUES Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050118
# Exception Resumable Description Created on
1 CX_CBASE_ERROR Fehlerbehandlung CBase 20050118

Method GET_INSTANCE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_INSTANCE Call by reference Type reference (TYPE) IBRT_INSTANCE_REC IBRT: Instanz 20040726
2 Importing IV_INSTANCE Call by reference Type reference (TYPE) CUIB_CUOBJ CUIB: systemabhängige Konfigurationsreferenz 20040726
# Exception Resumable Description Created on
1 CX_CBASE_ERROR Fehlerbehandlung CBase 20040726

Method GET_MOMENT_OF_OBSERVER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_MOMENT Value transfer Type reference (TYPE) TIMESTAMP UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20050117
2 Importing IS_OBSERVER Call by reference Type reference (TYPE) CUIB_BUSINESS_OBJECT CUIB: Business Objekt 20050117
3 Importing IV_INSTANCE Call by reference Type reference (TYPE) CUIB_CUOBJ CUIB: systemabhängige Konfigurationsreferenz 20050117

Method GET_MOMENT_OF_OBSERVER on class CL_IBRT_CBASE_DATA has no exception.

Method GET_SINGLE_INSTANCE_FROM_CBASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_INSTANCE Call by reference Type reference (TYPE) CUIB_CUOBJ CUIB: systemabhängige Konfigurationsreferenz 20050120
2 Importing IV_MOMENT Call by reference Type reference (TYPE) TIMESTAMP UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20050120
# Exception Resumable Description Created on
1 CX_CBASE_ERROR Fehlerbehandlung CBase 20050120

Method GET_SINGLE_INSTANCE_FROM_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_INSTANCE_VALID Call by reference Object reference (TYPE REF TO) IBRT_INSTANCE_DATA_VALID IBRT: Instanzdaten mit Gültigkeit 20050120
2 Importing IV_INSTANCE Call by reference Type reference (TYPE) CUIB_CUOBJ CUIB: systemabhängige Konfigurationsreferenz 20040824
3 Importing IV_MOMENT Call by reference Type reference (TYPE) TIMESTAMP UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20050120
4 Importing IV_WITHOUT_VALUES Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20040824
# Exception Resumable Description Created on
1 CX_CBASE_ERROR Fehlerbehandlung CBase 20040824

Method GET_STRUCTURE_OF_CFG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CONF_STRUCTURE Call by reference Type reference (TYPE) IBRT_PART_OF_STRUCTURE IBRT: Strukturdaten 20050117
2 Importing IS_OBSERVER Call by reference Type reference (TYPE) CUIB_BUSINESS_OBJECT CUIB: Business Objekt 20050117
3 Importing IV_MOMENT Call by reference Type reference (TYPE) TIMESTAMP UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20050117
4 Importing IV_ROOT_INSTANCE Call by reference Type reference (TYPE) CUIB_CUOBJ CUIB: systemabhängige Konfigurationsreferenz 20050117
# Exception Resumable Description Created on
1 CX_CBASE_ERROR Fehlerbehandlung CBase 20050117

Method GET_VALID_STRUCTURE_OF_CFG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CONF_STRUCTURE Call by reference Type reference (TYPE) IBRT_PART_OF_STRUCTURE IBRT: Strukturdaten 20050118
2 Importing IO_CBASE Call by reference Object reference (TYPE REF TO) CL_CBASE CUIB: CBase 20050118
3 Importing IS_OBSERVER Call by reference Type reference (TYPE) CUIB_BUSINESS_OBJECT CUIB: Business Objekt 20050120
4 Importing IV_INSTANCE Call by reference Type reference (TYPE) CUIB_CUOBJ CUIB: systemabhängige Konfigurationsreferenz 20050118
5 Importing IV_MOMENT Call by reference Type reference (TYPE) TIMESTAMP UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20050120
# Exception Resumable Description Created on
1 CX_CBASE_ERROR Fehlerbehandlung CBase 20050118

Method RECHECK_CBASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EO_CBASE Value transfer Object reference (TYPE REF TO) CL_CBASE CUIB: CBase 20040726
2 Importing IS_OBSERVER Call by reference Type reference (TYPE) CUIB_BUSINESS_OBJECT CUIB: Business Objekt 20050118
3 Importing IV_INSTANCE Call by reference Type reference (TYPE) CUIB_CUOBJ CUIB: systemabhängige Konfigurationsreferenz 20040726
4 Importing IV_MOMENT Call by reference Type reference (TYPE) TIMESTAMP UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20050118
# Exception Resumable Description Created on
1 CX_CBASE_ERROR Fehlerbehandlung CBase 20050118

Method SET_CONVERSION_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONVERT_SPECIAL Call by reference Object reference (TYPE REF TO) IF_IBRT_DB_CONVERT_SPECIAL IBRT: Konvertieren Instanzdaten 20040726

Method SET_CONVERSION_CLASS on class CL_IBRT_CBASE_DATA has no exception.

Method SET_DATA_BY_CBASE Signature

Method SET_DATA_BY_CBASE on class CL_IBRT_CBASE_DATA has no parameter.
Method SET_DATA_BY_CBASE on class CL_IBRT_CBASE_DATA has no exception.
History
Last changed by/on SAP  20050219 
SAP Release Created in 600