SAP ABAP Interface IF_BGRFC_CONF_DEST_SET_ENTRY (General Interface for bgRFC 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 - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_BGRFC_CONF_IND_SET_ENTRY Interface to bgRFC Scheduler Configuration, Inbound Dest. 20080310
2 Interface composition (i COMPRISING i_ref)  IF_BGRFC_CONF_OUTD_SET_ENTRY Interface for bgRFC scheduler configuration, outbound dest. 20080109
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_BGRFC_CONF_DEST_SET_ENTRY Basis Class for bgRFC Scheduler Configuration Destinations 20080109
Properties
Interface IF_BGRFC_CONF_DEST_SET_ENTRY  
Short Description General Interface for bgRFC Destination Settings    
General Data
Package SQRFC2   ABAP Development for bgRFC 
Created 20071213   SAP 
Last changed 20140121   SAP 
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 20080109
Friends
Interface IF_BGRFC_CONF_DEST_SET_ENTRY has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 APPL_CHECK_CLASS Instance attribute Public Type reference (TYPE) BGRFC_APPL_CHECK_CLASS_NAME Name of class that implements access protection 20080109
2 APPL_CHECK_CLASS_ACTIVE Instance attribute Public Type reference (TYPE) BGRFC_APPL_CHECK_ACTIVE Access Protection (bgRFC Monitor API) activated? 20080109
3 CHECK_ALIVE_MAX Instance attribute Public Type reference (TYPE) BGRFC_CHECK_ALIVE_MAX Maximum Number of Automatic Unit-Alive Checks 20080109
4 CLIENT Instance attribute Public Attribute reference (LIKE) 20080909
5 DATE Instance attribute Public Attribute reference (LIKE) 20080909
6 DEST_REDO_WAIT_TIME Instance attribute Public Type reference (TYPE) BGRFC_REDO_DEST_WAIT_TIME Wait Time Between Two Connection Attempts for Destination 20080109
7 IS_DELETED Instance attribute Public Type reference (TYPE) ABAP_BOOL Entry deleted 20080114
8 NEW Instance attribute Public Type reference (TYPE) ABAP_BOOL Entry is new 20080114
9 PROCESSING_TIME Instance attribute Public Type reference (TYPE) BGRFC_PROCESSING_TIME Maximum Destination Processing Time in Seconds 20080109
10 REDO_UNIT_MAX Instance attribute Public Type reference (TYPE) BGRFC_REDO_UNIT_WAIT_CNT_MAX Maximum Number of Automatic Retries for Unit 20071213
11 SCHEDULER_CNT Instance attribute Public Type reference (TYPE) BGRFC_SCHEDULER_CNT Number of Running Schedulers 20071213
12 TASK_CNT_MAX Instance attribute Public Type reference (TYPE) BGRFC_TASK_CNT_MAX Number of Open Connections (Tasks) per Destination 20080109
13 TIME Instance attribute Public Attribute reference (LIKE) 20080909
14 UNIT_HISTORY_ACTIVE Instance attribute Public Type reference (TYPE) BGRFC_UNIT_HISTORY Flag for Unit History 20080109
15 UNIT_REDO_WAIT_TIME Instance attribute Public Type reference (TYPE) BGRFC_REDO_UNIT_WAIT_TIME Wait Time Between Two Automatic Retries per Unit (in s) 20071213
16 USER Instance attribute Public Attribute reference (LIKE) 20080909
Methods
# Method Level Visibility Method type Description Created on
1 CHECK Instance method Public Method 20080909
2 CLEAR Instance method Public Method Cancel previous changes 20080111
3 DELETE Instance method Public Method Delete an entry 20080111
4 SET_APPL_CHECK_CLASS Instance method Public Method Set external check class 20080109
5 SET_APPL_CHECK_CLASS_ACTIVE Instance method Public Method Activate external check class 20080109
6 SET_CHECK_ALIVE_MAX Instance method Public Method Set max. no. of checks to see whether unit is running 20080109
7 SET_DEST_REDO_WAIT_TIME Instance method Public Method Set wait time between two retries for a destination 20080109
8 SET_PROCESSING_TIME Instance method Public Method Set maximum processing time of destination 20080109
9 SET_REDO_UNIT_MAX Instance method Public Method Set number of automatic retries 20080109
10 SET_SCHEDULER_CNT Instance method Public Method Set number of schedulers for this destination 20080109
11 SET_TASK_CNT_MAX Instance method Public Method Set maximum number of parallel tasks 20080109
12 SET_UNIT_HISTORY Instance method Public Method Switch unit history on and off 20080109
13 SET_UNIT_REDO_WAIT_TIME Instance method Public Method Set wait time between two retries for a unit 20080109
14 UNDELETE_ENTRY Instance method Public Method Cancel deletion 20080111
Events
Interface IF_BGRFC_CONF_DEST_SET_ENTRY has no event.
Types
Interface IF_BGRFC_CONF_DEST_SET_ENTRY has no local type.
Method Signatures

Method CHECK Signature

Method CHECK on Interface IF_BGRFC_CONF_DEST_SET_ENTRY has no parameter.
Method CHECK on Interface IF_BGRFC_CONF_DEST_SET_ENTRY has no exception.

Method CLEAR Signature

Method CLEAR on Interface IF_BGRFC_CONF_DEST_SET_ENTRY has no parameter.
# Exception Resumable Description Created on
1 CX_BGRFC_CUSTOMIZE Ausnahmeklasse Customizing 20080116

Method DELETE Signature

Method DELETE on Interface IF_BGRFC_CONF_DEST_SET_ENTRY has no parameter.
# Exception Resumable Description Created on
1 CX_BGRFC_CUSTOMIZE Ausnahmeklasse Customizing 20080117

Method SET_APPL_CHECK_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing APPL_CHECK_CLASS Call by reference Type reference (TYPE) BGRFC_APPL_CHECK_CLASS_NAME Name der Klasse, die Zugriffsschutz implementiert 20080109
# Exception Resumable Description Created on
1 CX_BGRFC_CUSTOMIZE Ausnahmeklasse Customizing 20080109

Method SET_APPL_CHECK_CLASS_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing APPL_CHECK_CLASS_ACTIVE Call by reference Type reference (TYPE) BGRFC_APPL_CHECK_ACTIVE ist der Zugriffsschutz (bgRFC Monitor API) aktiviert ? 20080109
# Exception Resumable Description Created on
1 CX_BGRFC_CUSTOMIZE Ausnahmeklasse Customizing 20080109

Method SET_CHECK_ALIVE_MAX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHECK_ALIVE_MAX Call by reference Type reference (TYPE) BGRFC_CHECK_ALIVE_MAX Maximale Anzahl automat. Prüfungen, ob eine Unit noch läuft 20080109
# Exception Resumable Description Created on
1 CX_BGRFC_CUSTOMIZE Ausnahmeklasse Customizing 20080109

Method SET_DEST_REDO_WAIT_TIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DEST_REDO_WAIT_TIME Call by reference Type reference (TYPE) BGRFC_REDO_DEST_WAIT_TIME Wartezeit zw. zwei Verbindungsaufn. zu einer Destination (s) 20080109
# Exception Resumable Description Created on
1 CX_BGRFC_CUSTOMIZE Ausnahmeklasse Customizing 20080109

Method SET_PROCESSING_TIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROCESSING_TIME Call by reference Type reference (TYPE) BGRFC_PROCESSING_TIME Max. Zeit für die Bearbeitung einer Destination in s 20080109
# Exception Resumable Description Created on
1 CX_BGRFC_CUSTOMIZE Ausnahmeklasse Customizing 20080109

Method SET_REDO_UNIT_MAX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REDO_UNIT_MAX Call by reference Type reference (TYPE) BGRFC_REDO_UNIT_WAIT_CNT_MAX Max. Anzahl automatischer Wiederholungsversuche pro Unit 20080109
# Exception Resumable Description Created on
1 CX_BGRFC_CUSTOMIZE Ausnahmeklasse Customizing 20080109

Method SET_SCHEDULER_CNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SCHEDULER_CNT Call by reference Type reference (TYPE) BGRFC_SCHEDULER_CNT Anzahl der verarbeitenden Scheduler 20080109
# Exception Resumable Description Created on
1 CX_BGRFC_CUSTOMIZE Ausnahmeklasse Customizing 20080109

Method SET_TASK_CNT_MAX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TASK_CNT_MAX Call by reference Type reference (TYPE) BGRFC_TASK_CNT_MAX Anzahl offener Verbindungen pro Destination 20080109
# Exception Resumable Description Created on
1 CX_BGRFC_CUSTOMIZE Ausnahmeklasse Customizing 20080109

Method SET_UNIT_HISTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing UNIT_HISTORY_ACTIVE Call by reference Type reference (TYPE) BGRFC_UNIT_HISTORY Flag zur Unit-History 20080109
# Exception Resumable Description Created on
1 CX_BGRFC_CUSTOMIZE Ausnahmeklasse Customizing 20080109

Method SET_UNIT_REDO_WAIT_TIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing UNIT_REDO_WAIT_TIME Call by reference Type reference (TYPE) BGRFC_REDO_UNIT_WAIT_TIME Wartezeit zw. zwei automat. Wiederholungsvers. pro Unit in s 20080109
# Exception Resumable Description Created on
1 CX_BGRFC_CUSTOMIZE Ausnahmeklasse Customizing 20080109

Method UNDELETE_ENTRY Signature

Method UNDELETE_ENTRY on Interface IF_BGRFC_CONF_DEST_SET_ENTRY has no parameter.
# Exception Resumable Description Created on
1 CX_BGRFC_CUSTOMIZE Ausnahmeklasse Customizing 20080116
History
Last changed by/on SAP  20140121 
SAP Release Created in 711