SAP ABAP Class CL_BGRFC_CONF_IND_SET_READER (Implementation of inbound destination settings)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-MID-RFC-BG (Application Component) Background RFC (bgRFC)
     SQRFC2 (Package) ABAP Development for bgRFC
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_BGRFC_CONFIG_READER Read General Interface from bgRFC Configurations 20080310
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_BGRFC_CONF_IND_SET_READER Define bgRFC scheduler settings for inbound destinations 20080310
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_BGRFC_CONF_SET_READER General Interface for Configuration of bgRFC Destinations 20080924
Properties
Class CL_BGRFC_CONF_IND_SET_READER  
Short Description Implementation of inbound destination settings    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SQRFC2   ABAP Development for bgRFC 
Created 20080310   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_BGRFC_CONF_IND_SET_READER has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_BGRFC_CONFIG_READER Read General Interface from bgRFC Configurations 20080310
2 IF_BGRFC_CONF_IND_SET_READER Define bgRFC scheduler settings for inbound destinations 20080310
3 IF_BGRFC_CONF_SET_READER General Interface for Configuration of bgRFC Destinations 20080924
Friends
# Friend Modeled only Created on Description
1 CL_BGRFC_CONFIG_API 20080320 Factory Class for bgRFC Configuration API
2 CL_BGRFC_CONF_DEST_SET_ENTRY 20080909 Basis Class for bgRFC Scheduler Configuration Destinations
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ENTRIES_IN_USE Instance attribute Private Type reference (TYPE) LTY_ENTRIES 20080310
2 LOGGER Instance attribute Private Object reference (TYPE REF TO) CL_BGRFC_LOGGER 20080310
3 MT_CHANGED_DESTS Instance attribute Private Type reference (TYPE) LTY_CHANGED_DEST Changed destinations 20080509
4 ORIGINAL_ENTRIES Instance attribute Private Type reference (TYPE) LTY_ORIG_ENTRIES 20080310
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Protected Constructor Constructor 20080310
2 DELETE_ENTRY Instance method Public Method Delete an entry 20080310
3 ON_COMMIT Instance method Private Event handling method On COMMIT 20080509
4 ON_ROLLBACK Instance method Private Event handling method On ROLLBACK 20080509
5 SET_CHANGED Instance method Protected Method Set Change Flag 20080909
Events
Class CL_BGRFC_CONF_IND_SET_READER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LTY_CHANGED_DEST Private See coding 20080509 LTY_CHANGED_DEST TYPE SORTED TABLE OF bgrfc_dest_name_inbound WITH UNIQUE KEY table_line
2 LTY_ENTRIES Private See coding 20080310 lty_entries TYPE HASHED TABLE OF lty_entry WITH UNIQUE KEY dest_name
3 LTY_ENTRY Private See coding 20080310 BEGIN OF lty_entry, dest_name TYPE bgrfc_dest_name_inbound, entry TYPE REF TO cl_abap_weak_reference, END OF lty_entry
4 LTY_ORIG_ENTRIES Private See coding 20080310 lty_orig_entries TYPE HASHED TABLE OF lty_orig_entry WITH UNIQUE KEY dest_name
5 LTY_ORIG_ENTRY Private See coding 20080310 BEGIN OF lty_orig_entry, dest_name TYPE bgrfc_dest_name_inbound, entry TYPE REF TO cl_bgrfc_conf_ind_set_entry, END OF lty_orig_entry
Method Signatures

Method CONSTRUCTOR Signature

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

Method DELETE_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DEST_NAME Call by reference Type reference (TYPE) BGRFC_DEST_NAME_INBOUND 20080310
# Exception Resumable Description Created on
1 CX_BGRFC_CUSTOMIZE 20080310

Method ON_COMMIT Signature

Method ON_COMMIT on class CL_BGRFC_CONF_IND_SET_READER has no parameter.
Method ON_COMMIT on class CL_BGRFC_CONF_IND_SET_READER has no exception.

Method ON_ROLLBACK Signature

Method ON_ROLLBACK on class CL_BGRFC_CONF_IND_SET_READER has no parameter.
Method ON_ROLLBACK on class CL_BGRFC_CONF_IND_SET_READER has no exception.

Method SET_CHANGED Signature

Method SET_CHANGED on class CL_BGRFC_CONF_IND_SET_READER has no parameter.
Method SET_CHANGED on class CL_BGRFC_CONF_IND_SET_READER has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 711