SAP ABAP Class /BOBF/CL_CONF_TRANSACTION (Read access for transactional configuration)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   AP-RC-BOF-CFN (Application Component) Business Object Processing Framework Configuration
     /BOBF/CONFIGURATION (Package) Business Object Processing Configuration
Properties
Class /BOBF/CL_CONF_TRANSACTION  
Short Description Read access for transactional configuration    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /BOBF/CONFIGURATION   Business Object Processing Configuration 
Created 20090224   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /BOBF/CL_CONF_TRANSACTION has no forward declaration.
Interfaces
Class /BOBF/CL_CONF_TRANSACTION has no interface implemented.
Friends
Class /BOBF/CL_CONF_TRANSACTION has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_FINALIZE_ORDER Instance attribute Private Type reference (TYPE) /BOBF/T_FRW_KEY2 Key table 20090225
2 MT_SUBSCRIPTION Instance attribute Private Type reference (TYPE) /BOBF/T_CONFRO_SUBSCRIPTION BOBF BO subscriptions 20090224
Methods
# Method Level Visibility Method type Description Created on
1 GET_FINALIZE_ORDER Instance method Public Method Return the BO finalize order 20090224
2 GET_SUBSCRIPTIONS Instance method Public Method Return all BO subscriptions 20090224
3 INITIALIZE_FROM_DB Instance method Public Method 20090226
4 SET_CONFIGURATION_ERROR Static method Private Method set configuration error 20090225
Events
Class /BOBF/CL_CONF_TRANSACTION has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_BO_KEY_NAME Private See coding 20090225 tt_bo_key_name TYPE STANDARD TABLE OF ty_bo_key_name WITH KEY bo_key
2 TT_FINALIZE_ORDER Private See coding 20090225 tt_finalize_order TYPE STANDARD TABLE OF ty_finalize_order WITH KEY bo_key
3 TY_BO_KEY_NAME Private See coding 20090225 BEGIN OF ty_bo_key_name, bo_name TYPE /bobf/obm_name, bo_key TYPE /bobf/obm_bo_key, END OF ty_bo_key_name
4 TY_FINALIZE_ORDER Private See coding 20090225 BEGIN OF ty_finalize_order, bo_name TYPE /bobf/obm_name, bo_key TYPE /bobf/obm_bo_key, predecessor_bo TYPE /bobf/obm_bo_key, successor_bo TYPE /bobf/obm_bo_key, END OF ty_finalize_order
Method Signatures

Method GET_FINALIZE_ORDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_FINALIZE_ORDER Value transfer Type reference (TYPE) /BOBF/T_FRW_KEY2 Key table 20090224

Method GET_FINALIZE_ORDER on class /BOBF/CL_CONF_TRANSACTION has no exception.

Method GET_SUBSCRIPTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_SUBSCRIPTION Value transfer Type reference (TYPE) /BOBF/T_CONF_SUBSCRIPTION BOBF BO subscriptions 20090224

Method GET_SUBSCRIPTIONS on class /BOBF/CL_CONF_TRANSACTION has no exception.

Method INITIALIZE_FROM_DB Signature

Method INITIALIZE_FROM_DB on class /BOBF/CL_CONF_TRANSACTION has no parameter.
Method INITIALIZE_FROM_DB on class /BOBF/CL_CONF_TRANSACTION has no exception.

Method SET_CONFIGURATION_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_EXCEPTION Call by reference Object reference (TYPE REF TO) CX_ROOT Abstract Superclass for All Global Exceptions 20090225

Method SET_CONFIGURATION_ERROR on class /BOBF/CL_CONF_TRANSACTION has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 702