SAP ABAP Class CL_BGRFC_DEST_HELPER (Helper Class for Inbound/Outbound Destinations)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-MID-RFC-BG (Application Component) Background RFC (bgRFC)
     SQRFC2 (Package) ABAP Development for bgRFC
Properties
Class CL_BGRFC_DEST_HELPER  
Short Description Helper Class for Inbound/Outbound Destinations    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status S  System Program 
Category 0   
Package SQRFC2   ABAP Development for bgRFC 
Created 20041202   SAP 
Last change 20130531   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)
2 T Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_BGRFC_DEST_HELPER has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_BGRFC_DESTINATION_INBOUND 20041202 Inbound Destinations in Background RFC
2 CL_BGRFC_DESTINATION_OUTBOUND 20041202 Outbound Destinations in Background RFC
3 CL_QRFC_LOCK_INBOUND 20050307 Inbound qRFC Lock
4 CL_QRFC_LOCK_OUTBOUND 20050307 Outbound qRFC Lock
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DEST_INBOUND_TAB Static Attribute Private Type reference (TYPE) T_DEST_INBOUND_TAB 20041203
2 DEST_OUTBOUND_GROUP_TAB Static Attribute Private Type reference (TYPE) T_DEST_OUTBOUND_GROUP_TAB 20041203
3 DEST_OUTBOUND_TAB Static Attribute Private Type reference (TYPE) T_DEST_OUTBOUND_TAB 20041203
4 QUEUE_NAME_END_PATTERN Constant Private Type reference (TYPE) STRING `[A-Z0-9_/]*` Valid End of Queue Name 20050121
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_DEST_NAME_INBOUND Static method Public Method Checks for Valid Inbound Destination Names 20041203
2 CHECK_DEST_NAME_OUTBOUND Static method Public Method Checks for Valid Outbound Destination Names 20041203
3 GET_DEST_INBOUND Static method Private Method Gets Reference to Inbound Destinations 20041202
4 GET_DEST_OUTBOUND Static method Private Method Gets Reference to Outbound Destination 20041202
5 GET_DEST_OUTBOUND_GROUP Static method Private Method Gets Table with All Outbound Destinations 20041202
Events
Class CL_BGRFC_DEST_HELPER has no event.
Types
Class CL_BGRFC_DEST_HELPER has no local type.
Method Signatures

Method CHECK_DEST_NAME_INBOUND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DEST Call by reference Object reference (TYPE REF TO) CL_BGRFC_DEST_IMPL_INBOUND Implementierung Inbound Destinationen im Hintergrund RFC 20041207
# Exception Resumable Description Created on
1 CX_BGRFC_INVALID_DESTINATION Destinationfehler im Hintergrund RFC 20041203

Method CHECK_DEST_NAME_OUTBOUND 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_OUTBOUND Name der Destination im Outbound Fall 20041203
2 Importing MIGRATION_CALL Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20060913
# Exception Resumable Description Created on
1 CX_BGRFC_INVALID_DESTINATION Destinationfehler im Hintergrund RFC 20041203

Method GET_DEST_INBOUND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DEST Value transfer Object reference (TYPE REF TO) IF_BGRFC_DESTINATION_INBOUND Inbound Destination im Hintergrund RFC 20041202
2 Importing DEST_NAME Call by reference Type reference (TYPE) BGRFC_DEST_NAME_INBOUND Name der Destination im Inbound Fall 20041202
# Exception Resumable Description Created on
1 CX_BGRFC_INVALID_DESTINATION Destinationfehler im Hintergrund RFC 20041203

Method GET_DEST_OUTBOUND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DEST Value transfer Object reference (TYPE REF TO) IF_BGRFC_DESTINATION_OUTBOUND Outbound Destination im Hintergrund RFC 20041202
2 Importing DEST_NAME Call by reference Type reference (TYPE) BGRFC_DEST_NAME_OUTBOUND Name der Destination im Outbound Fall 20041202
3 Importing MIGRATION_CALL Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20060913
# Exception Resumable Description Created on
1 CX_BGRFC_INVALID_DESTINATION Destinationfehler im Hintergrund RFC 20041203

Method GET_DEST_OUTBOUND_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DEST Value transfer Object reference (TYPE REF TO) IF_BGRFC_DESTINATION_OUTBOUND Outbound Destination im Hintergrund RFC 20041202
2 Importing DEST_NAMES Call by reference Type reference (TYPE) BGRFC_DEST_NAME_TAB_OUTBOUND Tabelle von Outbound Destinationsnamen 20041203
# Exception Resumable Description Created on
1 CX_BGRFC_INVALID_DESTINATION Destinationfehler im Hintergrund RFC 20041203
History
Last changed by/on SAP  20130531 
SAP Release Created in 700