SAP ABAP Interface IF_SRT_WSP_CONFIG_RT_GEN_CLNT (WSP Configuration Runtime: Untyped Clients)
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_RT_GEN_CLNT WSP Configuration Runtime: Untyped Clients 20060925
Properties
Interface IF_SRT_WSP_CONFIG_RT_GEN_CLNT  
Short Description WSP Configuration Runtime: Untyped Clients    
General Data
Package SOAP_CONFIG   SOAP Configuration Framework 
Created 20060925   SAP 
Last changed 20090618   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 TSRTP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_SRT_WSP_CONFIG_ROOT WSP Configuration Root Class 20060925
Friends
Interface IF_SRT_WSP_CONFIG_RT_GEN_CLNT has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CHANGED Instance attribute Public Type reference (TYPE) BOOLEAN Has changed = 'X' 20060925
2 CHANGED_AT Instance attribute Public Type reference (TYPE) UZEIT Last Changed At 20060925
3 CHANGED_BY Instance attribute Public Type reference (TYPE) UNAME Last Changed By 20060925
4 CHANGED_CP Instance attribute Public Type reference (TYPE) PROGRAMM Calling Program/Last Change 20060925
5 CHANGED_ON Instance attribute Public Type reference (TYPE) UDATUM Date of last change 20060925
6 CHANGED_TC Instance attribute Public Type reference (TYPE) TCODE Transaction Code Last Changed 20060925
7 CONFIG_KEY Instance attribute Public Type reference (TYPE) GUID_32 Configuration Key 20060925
8 CREATED_AT Instance attribute Public Type reference (TYPE) UZEIT Created At 20060925
9 CREATED_BY Instance attribute Public Type reference (TYPE) UNAME Created By 20060925
10 CREATED_CP Instance attribute Public Type reference (TYPE) PROGRAMM Calling Program/Create 20060925
11 CREATED_ON Instance attribute Public Type reference (TYPE) UDATUM Date of creation 20060925
12 CREATED_TC Instance attribute Public Type reference (TYPE) TCODE Transaction Code of Creation 20060925
13 INTERFACE_NAME Instance attribute Public Type reference (TYPE) QNAME Qualified Name 20060925
14 NEW Instance attribute Public Type reference (TYPE) BOOLEAN New = 'X'; Exists = ' ' 20060925
15 READ_ONLY Instance attribute Public Type reference (TYPE) BOOLEAN Read Only = 'X'; Read-Write = ' ' 20060925
16 SOAP_APPL_NAME Instance attribute Public Type reference (TYPE) SRT_WSP_SOAP_APPL_NAME SOAP Application Name 20060925
17 STATE Instance attribute Public Type reference (TYPE) SRT_WSP_CONFIG_STATE active = 'A'; inactive = 'I'; unknown = 'u' 20060925
18 TERMINATED Instance attribute Public Type reference (TYPE) BOOLEAN Configuration is terminated 20060925
19 TYPE Instance attribute Public Type reference (TYPE) SRT_WSP_CONFIG_TYPE Configuration Type 20060925
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE Instance method Public Method Activates Configuration 20060925
2 ADD_CONFIG_VALUE Instance method Public Method Adds Single Configuration Value 20060926
3 CHECK Instance method Public Method Checks Configuration 20060925
4 DEACTIVATE Instance method Public Method Deactivates Configuration 20060925
5 DELETE Instance method Public Method Deletes Configuration 20060925
6 DELETE_ALL_CONFIG_VALUES Instance method Public Method Deletes All Configuration Values 20060926
7 DELETE_CONFIG_VALUE_BY_NAME Instance method Public Method Deletes All Configuration Values for Given Name 20060926
8 GET_ALL_PROPERTIES_DISPLAY Instance method Public Method Gets all properties of the configuration 20070220
9 GET_BINDING_DATA Instance method Public Method Returns the binding data (names, keys, and LP names) 20060925
10 GET_CONFIG_VALUES Instance method Public Method Returns All Configuration Values 20060926
11 GET_CONFIG_VALUES_BY_NAME Instance method Public Method Returns All Configuration Values for Given Name 20060926
12 GET_HTTP_DESTINATION Instance method Public Method Gets HTTP Destination for Specified Binding 20060926
13 GET_INTERFACE Instance method Public Method Returns Interface Subject 20060925
14 INITIALIZE_FROM_CONTEXT Instance method Public Method Initializes this object from subject context 20060925
15 SAVE Instance method Public Method Persists Configuration on Database 20060925
16 SET_CONFIG_VALUES Instance method Public Method Sets All Configuration Values 20060926
17 SET_EDIT_MODE Instance method Public Method Sets Edit Mode 20060925
18 SET_LP_NAME Instance method Public Method Sets the LP name for a given binding key 20060925
19 TERMINATE Instance method Public Method Terminates this configuration 20060925
Events
Interface IF_SRT_WSP_CONFIG_RT_GEN_CLNT has no event.
Types
Interface IF_SRT_WSP_CONFIG_RT_GEN_CLNT has no local type.
Method Signatures

Method ACTIVATE Signature

Method ACTIVATE on Interface IF_SRT_WSP_CONFIG_RT_GEN_CLNT has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20060925

Method ADD_CONFIG_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONFIG_VALUE Value transfer Type reference (TYPE) SRT_WSP_CONFIG_VALUE_STRUC WSP config value 20060926
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20060926

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting IS_VALID Value transfer Type reference (TYPE) BOOLEAN 'X' = valid; ' ' = invalid 20060925
2 Exporting MESSAGES Value transfer Type reference (TYPE) SOAP_ERROR_INFO_LIST Liste von SOAP Framework-Fehlern 20060925
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20060925

Method DEACTIVATE Signature

Method DEACTIVATE on Interface IF_SRT_WSP_CONFIG_RT_GEN_CLNT has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20060925

Method DELETE Signature

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

Method DELETE_ALL_CONFIG_VALUES Signature

Method DELETE_ALL_CONFIG_VALUES on Interface IF_SRT_WSP_CONFIG_RT_GEN_CLNT has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20060926

Method DELETE_CONFIG_VALUE_BY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Value transfer Type reference (TYPE) QNAME Qualified Name 20060926
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20060926

Method GET_ALL_PROPERTIES_DISPLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PR_BIND_PROPERTIES Value transfer Type reference (TYPE) SRT_WSP_BINDING_PROPERTY_LIST Liste von Binding Properties für Anzeigezwecke 20070220
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20070220

Method GET_BINDING_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning BINDINGS Value transfer Type reference (TYPE) SRT_WSP_BINDING_DATA_TAB Binding data table 20060925
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20060925

Method GET_CONFIG_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CONFIG_VALUES Value transfer Type reference (TYPE) SRT_WSP_CONFIG_VALUE_TAB WSP config values 20060926
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20060926

Method GET_CONFIG_VALUES_BY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CONFIG_VALUES Value transfer Type reference (TYPE) SRT_WSP_CONFIG_VALUE_TAB WSP config values 20060926
2 Importing NAME Value transfer Type reference (TYPE) QNAME Qualified Name 20060926
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20060926

Method GET_HTTP_DESTINATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_BINDING_KEY Call by reference Type reference (TYPE) GUID_32 GUID im 'CHAR' Format in Großschreibung 20060926
2 Returning PR_HTTP_DEST Value transfer Type reference (TYPE) RFCDEST HTTP Destination 20060926
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20060926

Method GET_INTERFACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning INTERFACE Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_SUBJECT_INTERFACE WSP subject interface 20060925
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20060925

Method INITIALIZE_FROM_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT Call by reference Object reference (TYPE REF TO) IF_SRT_WSP_SUBJECT_CONTEXT WSP subject context 20060925
2 Importing SOAP_APPL_NAME Call by reference Type reference (TYPE) SRT_WSP_SOAP_APPL_NAME WSP name of the SOAP Application 20060925
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20060925

Method SAVE Signature

Method SAVE on Interface IF_SRT_WSP_CONFIG_RT_GEN_CLNT has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20060925

Method SET_CONFIG_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONFIG_VALUES Value transfer Type reference (TYPE) SRT_WSP_CONFIG_VALUE_TAB WSP config values 20060926
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20060926

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 Read only = 'X'; Read write = ' ' 20060925
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20060925

Method SET_LP_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BINDING_KEY Call by reference Type reference (TYPE) GUID_32 GUID im 'CHAR' Format in Großschreibung 20060925
2 Importing LP_NAME Call by reference Type reference (TYPE) SRT_LP_NAME Logischer Port Name 20060925
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20060925

Method TERMINATE Signature

Method TERMINATE on Interface IF_SRT_WSP_CONFIG_RT_GEN_CLNT has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20060925
History
Last changed by/on SAP  20090618 
SAP Release Created in 710