SAP ABAP Class CL_BGRFC_CONFIG_SUPERVISOR (Create Supervisor Destination)
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_ENTRY General Interface for the bgRFC Configuration 20070306
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_BGRFC_CONF_SUPERVISOR_DEST Interface for Configuration of Supervisor Destination 20070306
Properties
Class CL_BGRFC_CONFIG_SUPERVISOR  
Short Description Create Supervisor Destination    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SQRFC2   ABAP Development for bgRFC 
Created 20070124   SAP 
Last change 20090618   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_ENTRY General Interface for the bgRFC Configuration 20070306
2 IF_BGRFC_CONF_SUPERVISOR_DEST Interface for Configuration of Supervisor Destination 20070306
Friends
# Friend Modeled only Created on Description
1 CL_BGRFC_CONF_SUPVIS_READER 20070306 Implementation of Supervisor Destination Config. Reader
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 LOCK_SET Instance attribute Private Type reference (TYPE) ABAP_BOOL Lock set 20070124
2 READER Instance attribute Private Object reference (TYPE REF TO) CL_BGRFC_CONF_SUPVIS_READER Implementation of Supervisor Destination Config. Reader 20070306
3 REF_DEST Instance attribute Private Object reference (TYPE REF TO) IF_DEST_ROOT Root Interface for Destinations 20070125
4 SUPERVISOR Instance attribute Private Type reference (TYPE) TY_BGRFC_CUST_SUPER Customizing for bgRFC Supervisor Destinations 20070124
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_LOCK Instance method Protected Method Check whether lock set 20070124
2 CLEAR Instance method Public Method Delete Entries Thus Far 20070313
3 CONSTRUCTOR Instance method Protected Constructor Constructor 20070306
Events
Class CL_BGRFC_CONFIG_SUPERVISOR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_BGRFC_CUST_SUPER Private See coding 20070124 BEGIN OF TY_BGRFC_CUST_SUPER , dest_name TYPE rfcdest, user_name TYPE syuname, dest_create TYPE ABAP_BOOL, user_create TYPE ABAP_BOOL, password TYPE string, password_gen TYPE ABAP_BOOL, END OF TY_BGRFC_CUST_SUPER
Method Signatures

Method CHECK_LOCK Signature

Method CHECK_LOCK on class CL_BGRFC_CONFIG_SUPERVISOR has no parameter.
# Exception Resumable Description Created on
1 CX_BGRFC_CUSTOMIZE Ausnahmeklasse Customizing 20070124

Method CLEAR Signature

Method CLEAR on class CL_BGRFC_CONFIG_SUPERVISOR has no parameter.
# Exception Resumable Description Created on
1 CX_BGRFC_CUSTOMIZE Ausnahmeklasse Customizing 20070313

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTUAL_DEST_NAME Call by reference Type reference (TYPE) RFCDEST Destinationsname 20070313
2 Importing ORIG_CLIENT Call by reference Type reference (TYPE) SYMANDT Mandantenkennung des aktuellen Benutzers 20070313
3 Importing ORIG_DATE Call by reference Type reference (TYPE) SYDATUM Aktuelles Datum des Applikationsservers 20070313
4 Importing ORIG_TIME Call by reference Type reference (TYPE) SYUZEIT Aktuelle Uhrzeit des Applikationsservers 20070313
5 Importing ORIG_USER Call by reference Type reference (TYPE) SYUNAME Benutzername 20070313
6 Importing READER Call by reference Object reference (TYPE REF TO) CL_BGRFC_CONF_SUPVIS_READER Implementierung Supervisordestinations Konfigurationsleser 20070306
# Exception Resumable Description Created on
1 CX_BGRFC_CUSTOMIZE Ausnahmeklasse Customizing 20070306
History
Last changed by/on SAP  20090618 
SAP Release Created in 710