SAP ABAP Interface IF_BGRFC_CONF_INB_DEST_READER (Interface for querying 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 - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_BGRFC_CONF_INB_DEST_INT Access to Internal Methods of Inbound Destination Reader 20070713
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_BGRFC_CONF_INB_DEST_READER Implementation of the Configuration of Inbound Destinations 20070315
Properties
Interface IF_BGRFC_CONF_INB_DEST_READER  
Short Description Interface for querying inbound destinations    
General Data
Package SQRFC2   ABAP Development for bgRFC 
Created 20070306   SAP 
Last changed 20090618   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_READER Read General Interface from bgRFC Configurations 20070314
Friends
Interface IF_BGRFC_CONF_INB_DEST_READER has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_MSG_NO_CLASSIC_QRFC_EXIST Constant Public Type reference (TYPE) SYMSGNO 396 Message number: Classic qRFC LUWs exist for queue 20080730
2 CO_MSG_NO_DEST_EXISTS Constant Public Type reference (TYPE) SYMSGNO 538 Message number: Inbound destination exists 20080730
3 CO_MSG_NO_DEST_INVALID Constant Public Type reference (TYPE) SYMSGNO 539 Message number: Destination contains invalid characters 20080730
4 CO_MSG_NO_ERROR_SERVER_GROUPS Constant Public Type reference (TYPE) SYMSGNO 324 Message number: Error when querying server groups 20080730
5 CO_MSG_NO_INB_DELET_AUTH Constant Public Type reference (TYPE) SYMSGNO 526 Message number: No authorization to delete inbound dest. 20080730
6 CO_MSG_NO_INB_DEST_AUTH Constant Public Type reference (TYPE) SYMSGNO 512 Message number: No authorization to maintain inbound dest. 20080730
7 CO_MSG_NO_INB_DEST_EMPTY Constant Public Type reference (TYPE) SYMSGNO 317 Message number: Destination name empty 20080730
8 CO_MSG_NO_INB_DEST_NOT_EXIST Constant Public Type reference (TYPE) SYMSGNO 537 Message number: Inbound destination does not exist 20080730
9 CO_MSG_NO_INVALID_INB_DEST_ENT Constant Public Type reference (TYPE) SYMSGNO 536 Message number: Invalid inbound destination entry 20080730
10 CO_MSG_NO_QUEUEPR_INVALID Constant Public Type reference (TYPE) SYMSGNO 397 Message number: Queue prefix invalid 20080730
11 CO_MSG_NO_QUEUEPR_NOT_PRESENT Constant Public Type reference (TYPE) SYMSGNO 398 Message number: Queue prefix does not exist 20080730
12 CO_MSG_NO_QUEUE_NOT_EMPTY Constant Public Type reference (TYPE) SYMSGNO 394 Message number: Queues not empty 20080730
13 CO_MSG_NO_QUEUE_PREF_PRES Constant Public Type reference (TYPE) SYMSGNO 318 Message number: Queue prefix already exists 20080730
14 CO_MSG_NO_SERVER_GROUP_MAINT Constant Public Type reference (TYPE) SYMSGNO 351 Message number: Server group not maintained 20080730
15 CO_MSG_NO_UNITS_EXIST Constant Public Type reference (TYPE) SYMSGNO 395 Message number: Units exist for inbound destination 20080730
16 IS_CHANGED Instance attribute Public Attribute reference (LIKE) 20070712
17 IS_LOCKED Instance attribute Public Attribute reference (LIKE) 20070705
Methods
# Method Level Visibility Method type Description Created on
1 CHECK Instance method Public Method 20070314
2 CHECK_SERVER_GROUP Static method Public Method Check Server Group 20070713
3 CLEAN_UP Instance method Public Method 20070314
4 GET Instance method Public Method Returns the destination object 20070306
5 GET_ALL Instance method Public Method Returns all destination objects 20070306
6 GET_DEST_FOR_QUEUE_PREFIX Instance method Public Method Returns destination name for a queue prefix 20070314
7 LOCK Instance method Public Method 20070314
8 NEW Instance method Public Method Factory Method for New Destination 20070314
9 SAVE Instance method Public Method 20070314
10 UNLOCK Instance method Public Method 20070314
Events
Interface IF_BGRFC_CONF_INB_DEST_READER has no event.
Types
Interface IF_BGRFC_CONF_INB_DEST_READER has no local type.
Method Signatures

Method CHECK Signature

Method CHECK on Interface IF_BGRFC_CONF_INB_DEST_READER has no parameter.
Method CHECK on Interface IF_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 Returning OK Value transfer Type reference (TYPE) ABAP_BOOL 20070713
2 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 CLEAN_UP Signature

Method CLEAN_UP on Interface IF_BGRFC_CONF_INB_DEST_READER has no parameter.
Method CLEAN_UP on Interface IF_BGRFC_CONF_INB_DEST_READER has no exception.

Method GET 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 20070306
2 Returning ENTRY Value transfer Object reference (TYPE REF TO) IF_BGRFC_CONF_INB_DEST_ENTRY Interface zur Pflege von Inbounddestinationen 20070315
# Exception Resumable Description Created on
1 CX_BGRFC_CUSTOMIZE Ausnahmeklasse Customizing 20070315

Method GET_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ENTRIES Value transfer Type reference (TYPE) BGRFC_CONF_INB_DEST_TAB Tabelle mit bgRFC Inbounddestinationseinträgen 20070316
# Exception Resumable Description Created on
1 CX_BGRFC_CUSTOMIZE Ausnahmeklasse Customizing 20070316

Method GET_DEST_FOR_QUEUE_PREFIX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DEST_NAME Value transfer Type reference (TYPE) BGRFC_DEST_NAME_INBOUND Name der Destination im Inbound Fall 20070314
2 Importing QUEUE_PREFIX Call by reference Type reference (TYPE) QRFC_QUEUE_NAME Queue Name für Hintergrund RFC 20070314
# Exception Resumable Description Created on
1 CX_BGRFC_CUSTOMIZE Ausnahmeklasse Customizing 20070314

Method LOCK Signature

Method LOCK on Interface IF_BGRFC_CONF_INB_DEST_READER has no parameter.
Method LOCK on Interface IF_BGRFC_CONF_INB_DEST_READER has no exception.

Method NEW 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 20070314
2 Returning ENTRY Value transfer Object reference (TYPE REF TO) IF_BGRFC_CONF_INB_DEST_ENTRY Interface zur Pflege von Inbounddestinationen 20070323
# Exception Resumable Description Created on
1 CX_BGRFC_CUSTOMIZE Ausnahmeklasse Customizing 20070314

Method SAVE Signature

Method SAVE on Interface IF_BGRFC_CONF_INB_DEST_READER has no parameter.
Method SAVE on Interface IF_BGRFC_CONF_INB_DEST_READER has no exception.

Method UNLOCK Signature

Method UNLOCK on Interface IF_BGRFC_CONF_INB_DEST_READER has no parameter.
Method UNLOCK on Interface IF_BGRFC_CONF_INB_DEST_READER has no exception.
History
Last changed by/on SAP  20090618 
SAP Release Created in 710