SAP ABAP Class CL_BGRFC_CONF_INB_DEST_READER (Implementation of the Configuration of Inbound Destinations)
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 20070315
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_BGRFC_CONF_INB_DEST_INT Access to Internal Methods of Inbound Destination Reader 20070703
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_BGRFC_CONF_INB_DEST_READER Interface for querying inbound destinations 20070315
Properties
Class CL_BGRFC_CONF_INB_DEST_READER  
Short Description Implementation of the Configuration of Inbound Destinations    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SQRFC2   ABAP Development for bgRFC 
Created 20070315   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_BGRFC_CONFIG_READER Read General Interface from bgRFC Configurations 20070315
2 IF_BGRFC_CONF_INB_DEST_INT Access to Internal Methods of Inbound Destination Reader 20070703
3 IF_BGRFC_CONF_INB_DEST_READER Interface for querying inbound destinations 20070315
Friends
# Friend Modeled only Created on Description
1 CL_BGRFC_CONFIG_API 20070315 Factory Class for bgRFC Configuration API
2 CL_BGRFC_CONF_INB_DEST_ENTRY 20070323 Implementation of Inbound Destination
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DEST_NAME_REGEX Static Attribute Protected Object reference (TYPE REF TO) CL_ABAP_REGEX Regular Expressions 20070316
2 DEST_NAME_REGEX_STRING Constant Protected Type reference (TYPE) STRING `[A-Za-z/][A-Za-z0-9_/]*` String for Regular Expression 20070316
3 ENTRIES_IN_USE Instance attribute Protected Type reference (TYPE) LTY_ENTRIES 20070315
4 MT_DEST_CHANGED Instance attribute Protected Type reference (TYPE) LTY_CHANGED_DESTS Variable for information determination after commit 20080424
5 ORIGINAL_ENTRIES Instance attribute Protected Type reference (TYPE) LTY_ORIG_ENTRIES 20070315
6 QUEUE_NAME_REGEX Static Attribute Protected Object reference (TYPE REF TO) CL_ABAP_REGEX Regular Expressions 20070316
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_CLASSIC_QRFC Static method Public Method Check for Queues in the Classic qRFC 20070316
2 CHECK_DEST_NAME Static method Public Method Check Whether the Destination Meets the Naming Conventions 20070316
3 CHECK_LOCKED Instance method Public Method Is the enqueue set? 20070316
4 CHECK_QUEUE_PREFIX Static method Public Method Check Whether the Queue Prefix Meets the Naming Convention 20070316
5 CHECK_SERVER_GROUP Static method Private Method Check whether the RFC server group exists 20070713
6 CLASS_CONSTRUCTOR Static method Public Constructor Class Constructor 20070316
7 CONSTRUCTOR Instance method Private Constructor Constructor 20080424
8 ON_COMMIT Instance method Protected Event handling method Event handler for Commit 20080423
9 ON_ROLLBACK Instance method Protected Event handling method Event handler for ROLLBACK 20080423
10 SET_CHANGED Instance method Protected Method Set Change Flag 20070712
Events
Class CL_BGRFC_CONF_INB_DEST_READER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LTY_CHANGED_DEST Protected See coding 20080423 BEGIN OF LTY_CHANGED_DEST, dest_name TYPE bgrfc_dest_name_inbound, queue_prefix TYPE qrfc_queue_name_tab, is_new TYPE abap_bool, END OF lty_changed_dest
2 LTY_CHANGED_DESTS Protected See coding 20080423 lty_changed_dests TYPE HASHED TABLE OF lty_changed_dest WITH UNIQUE KEY dest_name
3 LTY_ENTRIES Protected See coding 20070315 lty_entries TYPE HASHED TABLE OF lty_entry WITH UNIQUE KEY dest_name
4 LTY_ENTRY Protected See coding 20070315 BEGIN OF lty_entry, dest_name TYPE bgrfc_dest_name_inbound, entry TYPE REF TO cl_abap_weak_reference, END OF lty_entry
5 LTY_ORIG_ENTRIES Protected See coding 20070321 lty_orig_entries TYPE HASHED TABLE OF lty_orig_entry WITH UNIQUE KEY dest_name
6 LTY_ORIG_ENTRY Protected See coding 20070321 BEGIN OF lty_orig_entry, dest_name TYPE bgrfc_dest_name_inbound, entry TYPE REF TO cl_bgrfc_conf_inb_dest_entry, END OF lty_orig_entry
Method Signatures

Method CHECK_CLASSIC_QRFC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning OK Value transfer Type reference (TYPE) ABAP_BOOL abap_true = keine klassischen LUWs, abap_false LUWs vorhande 20070316
2 Importing QUEUE_PREFIX Call by reference Type reference (TYPE) QRFC_QUEUE_NAME Queue Name für Hintergrund RFC 20070316

Method CHECK_CLASSIC_QRFC on class CL_BGRFC_CONF_INB_DEST_READER has no exception.

Method CHECK_DEST_NAME 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 Name der Destination im Inbound Fall 20070316
2 Returning OK Value transfer Type reference (TYPE) ABAP_BOOL Name der Destination entspricht Konvention 20070316

Method CHECK_DEST_NAME on class CL_BGRFC_CONF_INB_DEST_READER has no exception.

Method CHECK_LOCKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning LOCKED Value transfer Type reference (TYPE) ABAP_BOOL 20070316

Method CHECK_LOCKED on class CL_BGRFC_CONF_INB_DEST_READER has no exception.

Method CHECK_QUEUE_PREFIX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning OK Value transfer Type reference (TYPE) ABAP_BOOL Queuepräfix OK 20070316
2 Importing QUEUE_PREFIX Call by reference Type reference (TYPE) QRFC_QUEUE_NAME Queue Name für Hintergrund RFC 20070316

Method CHECK_QUEUE_PREFIX on class CL_BGRFC_CONF_INB_DEST_READER has no exception.

Method CHECK_SERVER_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SERVER_GROUP Call by reference Type reference (TYPE) RZLLI_APCL Name einer Logon/Server-Gruppe 20070713
# Exception Resumable Description Created on
1 CX_BGRFC_CUSTOMIZE Ausnahmeklasse Customizing 20070713

Method CLASS_CONSTRUCTOR Signature

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

Method CONSTRUCTOR Signature

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

Method ON_COMMIT Signature

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

Method ON_ROLLBACK Signature

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

Method SET_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHANGED Call by reference Type reference (TYPE) ABAP_BOOL 20070712

Method SET_CHANGED on class CL_BGRFC_CONF_INB_DEST_READER has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 710