SAP ABAP Interface IF_SRT_WSP_CONFIG_SCP (WSP Runtime: Simple Client Provider)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-WS-ABA-CFG (Application Component) WebServices ABAP Configuration
     SOAP_CONFIG (Package) SOAP Configuration Framework
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SRT_WSP_CONFIG_SCP WSP Simple Client Provider configuration 20091009
Properties
Interface IF_SRT_WSP_CONFIG_SCP  
Short Description WSP Runtime: Simple Client Provider    
General Data
Package SOAP_CONFIG   SOAP Configuration Framework 
Created 20090917   SAP 
Last changed 20130531   SAP 
Unicode checks active    
Forward declarations
Interface IF_SRT_WSP_CONFIG_SCP has no forward declaration.
Interfaces
Interface IF_SRT_WSP_CONFIG_SCP has no interface.
Friends
Interface IF_SRT_WSP_CONFIG_SCP has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CHANGED_AT Instance attribute Public Type reference (TYPE) UZEIT Time 20091009
2 CHANGED_BY Instance attribute Public Type reference (TYPE) UNAME User Name 20091009
3 CHANGED_CP Instance attribute Public Type reference (TYPE) PROGRAM Program/transaction in SQL trace analysis 20091009
4 CHANGED_ON Instance attribute Public Type reference (TYPE) UDATUM Date of Last Change 20091009
5 CHANGED_TC Instance attribute Public Type reference (TYPE) TCODE Transaction Code 20091009
6 CREATED_AT Instance attribute Public Type reference (TYPE) UZEIT Time 20091009
7 CREATED_BY Instance attribute Public Type reference (TYPE) UNAME User Name 20091009
8 CREATED_CP Instance attribute Public Type reference (TYPE) PROGRAM Program/transaction in SQL trace analysis 20091009
9 CREATED_ON Instance attribute Public Type reference (TYPE) UDATUM Date of Last Change 20091009
10 CREATED_TC Instance attribute Public Type reference (TYPE) TCODE Transaction Code 20091009
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE Instance method Public Method Activates the simple client config 20091009
2 DEACTIVATE Instance method Public Method Deactivates the simple client config 20091009
3 DELETE Instance method Public Method Deletes the simple client configuration 20091009
4 GET_AUTH Instance method Public Method Gets the simple client's allowed auth methods 20091009
5 GET_BINDING_URL Instance method Public Method Gets the endpoint URL 20091009
6 GET_CONFIG_NAME Instance method Public Method Gets the configuration name 20091009
7 GET_DESCRIPTION Instance method Public Method Gets the description 20091009
8 GET_SERVICE_NAME Instance method Public Method Gets the service name 20091009
9 GET_WSDL_URL Instance method Public Method Gets the binding WSDL URL 20091009
10 HAS_CHANGED Instance method Public Method Has the simple client config been changed? 20091009
11 IS_NEW Instance method Public Method Is the simple client config new? 20091009
12 IS_READ_ONLY Instance method Public Method Is the simple client config read only? 20091009
13 IS_TERMINATED Instance method Public Method Has the simple client config been terminated? 20091009
14 SAVE Instance method Public Method Saves and activates the simple client configuration 20091009
15 SET_DESCRIPTION Instance method Public Method Sets the description 20091009
16 SET_EDIT_MODE Instance method Public Method Sets the edit mode 20091009
17 TERMINATE Instance method Public Method Terminates the simple client config 20091009
Events
Interface IF_SRT_WSP_CONFIG_SCP has no event.
Types
Interface IF_SRT_WSP_CONFIG_SCP has no local type.
Method Signatures

Method ACTIVATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NO_PUBLISH Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20120709
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20091009

Method DEACTIVATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FORCE_MODE Call by reference Type reference (TYPE) BOOLEAN X=Do not load data; space=Load data 20091009
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20091009

Method DELETE Signature

Method DELETE on Interface IF_SRT_WSP_CONFIG_SCP has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20091009

Method GET_AUTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting AUTH_BASIC Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20091009
2 Exporting AUTH_TICKET Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20091009
3 Exporting AUTH_X509 Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20091009
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20091009

Method GET_BINDING_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning BINDING_URL Value transfer Type reference (TYPE) SRT_WSP_BINDING_URL WSP Binding URL 20091009
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20091009

Method GET_CONFIG_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CONFIG_NAME Value transfer Type reference (TYPE) SRT_WSP_RT_CONFIG_NAME WSP Name of RT Configuration 20091009
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20091009

Method GET_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DESCRIPTION Value transfer Type reference (TYPE) SRT_WSP_CONFIG_DESCRIPTION WSP Configuration Description 20091009
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20091009

Method GET_SERVICE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SERVICE_NAME Value transfer Type reference (TYPE) SRT_WSP_DT_OBJ_NAME WSP Name of Interface Object 20091009
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20091009

Method GET_WSDL_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning WSDL_URL Value transfer Type reference (TYPE) SRT_WSP_WSDL_URL Single WSDL URL Including Attributes 20091009
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20091009

Method HAS_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning HAS_CHANGED Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20091009

Method HAS_CHANGED on Interface IF_SRT_WSP_CONFIG_SCP has no exception.

Method IS_NEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IS_NEW Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20091009

Method IS_NEW on Interface IF_SRT_WSP_CONFIG_SCP has no exception.

Method IS_READ_ONLY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IS_READ_ONLY Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20091009

Method IS_READ_ONLY on Interface IF_SRT_WSP_CONFIG_SCP has no exception.

Method IS_TERMINATED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IS_TERMINATED Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20091009

Method IS_TERMINATED on Interface IF_SRT_WSP_CONFIG_SCP has no exception.

Method SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NO_PUBLISH Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20120709
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20091009

Method SET_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESCRIPTION Call by reference Type reference (TYPE) SRT_WSP_CONFIG_DESCRIPTION WSP Configuration Description 20091009
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20091009

Method SET_EDIT_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing READ_ONLY Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20091009
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20091009

Method TERMINATE Signature

Method TERMINATE on Interface IF_SRT_WSP_CONFIG_SCP has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20091009
History
Last changed by/on SAP  20130531 
SAP Release Created in