SAP ABAP Class CL_SRT_WSP_ABAP_DEST (Administration of ABAP RFC Destinations for SOAP Runtime)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-WS-ABA-CFG (Application Component) WebServices ABAP Configuration
     SOAP_CONFIG (Package) SOAP Configuration Framework
Properties
Class CL_SRT_WSP_ABAP_DEST  
Short Description Administration of ABAP RFC Destinations for SOAP Runtime    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SOAP_CONFIG   SOAP Configuration Framework 
Created 20121107   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 SRTWA Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 TSRTP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_SRT_WSP_ABAP_DEST has no interface implemented.
Friends
Class CL_SRT_WSP_ABAP_DEST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_CLASS_NAME Constant Private Type reference (TYPE) STRING 'CL_SRT_WSP_ABAP_DEST' 20121113
2 MC_AUTH_ADD_CREATE Constant Private Type reference (TYPE) XUFIELD '01' Authorization Field 20121107
3 MC_AUTH_CHANGE Constant Private Type reference (TYPE) XUFIELD '02' Authorization Field 20121107
4 MC_AUTH_DELETE Constant Private Type reference (TYPE) XUFIELD '06' Authorization Field 20121107
5 MC_AUTH_DISPLAY Constant Private Type reference (TYPE) XUFIELD '03' Authorization Field 20121107
6 MC_AUTH_EXT_MAINT Constant Private Type reference (TYPE) XUFIELD '36' Authorization Field 20121107
7 MC_CLASS_NAME Constant Private Type reference (TYPE) STRING 'CL_SRT_WSP_HTTP' Current Class Name 20121107
8 MC_DEFAULT_CERT Constant Private Type reference (TYPE) SSFAPPLSSL 'DFAULT' Default Certificate 20121107
9 MC_DELETE_DEST Constant Private Type reference (TYPE) RFCTRACE 'D' Deletes Destination 20121107
10 MC_DEST_CATEGORY Constant Private Type reference (TYPE) RFCCATEGORY 'SAP_BC_SOAP' Destination Category 20121107
11 MC_HTTP_DEST_TYPE Constant Private Type reference (TYPE) RFCTYPE_D 'G' External HTTP Destination 20121107
12 MC_INSERT_DEST Constant Private Type reference (TYPE) RFCTRACE 'I' Insert Destination 20121107
13 MC_LOCK_DEST Constant Private Type reference (TYPE) RFCTRACE 'L' Toggle Lock/Unlock 20121107
14 MC_LOGON_BASIC_AUTH Constant Private Type reference (TYPE) C 'B' Basic Authentication 20121107
15 MC_LOGON_NO_AUTH Constant Private Type reference (TYPE) C 'A' No Authentication 20121107
16 MC_LOGON_X509_AUTH Constant Private Type reference (TYPE) C 'C' Certificate Authentication 20121107
17 MC_MODIFY_DEST Constant Private Type reference (TYPE) RFCTRACE 'M' Modifies Destination 20121107
18 MC_MOST_PREFERRED_PL Constant Private Type reference (TYPE) I 0 Use Preferred List 20121107
19 MC_RFCCAT_CAT Constant Private Type reference (TYPE) RFCCATEGORY 'SAP_BC_SOAP' Category of RFC Connections 20121107
20 MC_RFC_TYPE Constant Private Type reference (TYPE) RFCTYPE_D 'G' Type of Entry in RFCDES 20121107
21 MC_SELECTED_PL Constant Private Type reference (TYPE) I 1 Use Selected List 20121107
22 MS_SELECT_METHOD Static Attribute Private Type reference (TYPE) I 0 List Method to Be Used 20121107
23 TEXT_TOKEN Instance attribute Public Type reference (TYPE) STRING Text token for exception message 20121107
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor Class Constructor 20121107
2 CREATE Static method Public Method Create ABAP RFC Destination 20121107
3 DELETE Static method Public Method Delete ABAP RFC Destination 20121107
4 EXISTS Static method Public Method Checks Existence of Specified RFC Destination 20121107
5 GENERATE_ABAP_DEST_INFO Static method Private Method Creates Information for ABAP RFC Destination 20121114
6 SET_ABAP_DEST_PROPS Static method Private Method 20130107
7 UPDATE Static method Public Method Modified ABAP RFC Destination 20121107
Events
Class CL_SRT_WSP_ABAP_DEST has no event.
Types
Class CL_SRT_WSP_ABAP_DEST has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

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

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BINDING Call by reference Object reference (TYPE REF TO) IF_SRT_WSP_SUBJECT_BINDING Binding Information 20121119
2 Importing DEST_NAME Call by reference Type reference (TYPE) STRING Logical Destination 20121119
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20121113

Method DELETE 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) STRING 20121217
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20121217

Method EXISTS 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) STRING WSP Name of RFC destination 20121119
2 Returning RVAL_EXISTS Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20121119

Method EXISTS on class CL_SRT_WSP_ABAP_DEST has no exception.

Method GENERATE_ABAP_DEST_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BINDING Call by reference Object reference (TYPE REF TO) IF_SRT_WSP_SUBJECT_BINDING WSP Subject Binding 20121119
2 Returning RESULT_STRUC Value transfer Type reference (TYPE) SRT_WSP_ABAP_DEST_INFO Management of ABAP Destinations for RFC-Consumers 20121114
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20121114

Method SET_ABAP_DEST_PROPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BINDING Call by reference Object reference (TYPE REF TO) IF_SRT_WSP_SUBJECT_BINDING WSP Subject Binding 20130107
2 Importing DEST_REF Call by reference Object reference (TYPE REF TO) IF_DEST_RFC_ABAP Interface Destinations: Type '3' (RFC to ABAP) 20130107
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20130107

Method UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BINDING Call by reference Object reference (TYPE REF TO) IF_SRT_WSP_SUBJECT_BINDING Binding Information 20121217
2 Importing DEST_NAME Call by reference Type reference (TYPE) STRING Logical Destination (Specified in Function Call) 20121217
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20130107
History
Last changed by/on SAP  20140121 
SAP Release Created in 740