SAP ABAP Interface IF_SRT_WSP_ASSIGN_CONFIG_SERV (RT Assignment to Configuration)
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_ASSIGN_CONFIG Assignment of Configuration to Bindings 20050411
Properties
Interface IF_SRT_WSP_ASSIGN_CONFIG_SERV  
Short Description RT Assignment to Configuration    
General Data
Package SOAP_CONFIG   SOAP Configuration Framework 
Created 20050411   SAP 
Last changed 20130531   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 IF_SRT_WSP_ASSIGN_CONFIG_SERV has no interface.
Friends
Interface IF_SRT_WSP_ASSIGN_CONFIG_SERV has no friend.
Attributes
Interface IF_SRT_WSP_ASSIGN_CONFIG_SERV has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CHECK Instance method Public Method Check provider is valid 20050630
2 CREATE_ALIAS Instance method Public Method Create alias in provider assignment 20050816
3 DELETE Instance method Public Method Delete provider object 20050630
4 DELETE_ALIAS Instance method Public Method Delete alias in provider assignment 20050816
5 EXISTS Static method Public Method Check provider existence 20050630
6 GET_ALIAS_ID_LIST Instance method Public Method Get list of alias IDs 20050817
7 GET_ALIAS_LIST Instance method Public Method Get list of aliases 20050817
8 GET_ALIAS_URL Instance method Public Method Get provider alias URL 20051018
9 GET_BINDING_KEY Instance method Public Method Read binding key 20050630
10 GET_ISOLATION_TEXT Instance method Public Method Get isolation text 20110111
11 GET_PATH_EXTENSION Instance method Public Method Get path extension 20060302
12 GET_SERVER Instance method Public Method Get provider assignment information 20050817
13 GET_SERVICE_DEF_NAME Instance method Public Method Get name of service definition 20110111
14 GET_TIMESTAMP Instance method Public Method Get assignment entry's create timestamp 20110111
15 GET_URL Instance method Public Method Get provider URL 20051018
16 GET_VIRTUAL_HOST Instance method Public Method Get virtual host assigned to provider URL 20121102
17 IS_ALIAS Instance method Public Method Is provider assignment object an alias object 20050817
18 IS_ISOLATED Instance method Public Method Check isolation status of provider config 20101222
19 IS_NEW Instance method Public Method Check if assignment object is new 20050630
20 IS_SC_RELATED Instance method Public Method Is assignment object short cut related 20081210
21 READ Static method Public Method Read provider 20050630
22 SAVE Instance method Public Method Save provider object 20050630
23 SET_ISOLATED Instance method Public Method Sets the isolated setting 20101222
Events
Interface IF_SRT_WSP_ASSIGN_CONFIG_SERV has no event.
Types
Interface IF_SRT_WSP_ASSIGN_CONFIG_SERV has no local type.
Method Signatures

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PR_IS_VALID Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050630
# Exception Resumable Description Created on
1 CX_SRT_WSP_ASSIGN_CONFIG Zuordnung RT 20050630
2 CX_SRT_WSP_CONFIG WSP Exception 20060930

Method CREATE_ALIAS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_ALIAS Call by reference Type reference (TYPE) STRING URL des Alias 20050816
2 Importing PI_ALIASED_HOST_NUMBER Call by reference Type reference (TYPE) ICFHOSTNUM 0 Nummer eines virtuellen Hosts 20050816
3 Importing PI_ALIASED_URL Call by reference Type reference (TYPE) STRING URL des Service auf den Alias zeigt 20050816
4 Importing PI_ALIAS_HOST_NUMBER Call by reference Type reference (TYPE) ICFHOSTNUM 0 Nummer eines virtuellen Hosts 20050816
# Exception Resumable Description Created on
1 CX_SRT_WSP_ASSIGN_CONFIG Zuordnung RT 20050816

Method DELETE Signature

Method DELETE on Interface IF_SRT_WSP_ASSIGN_CONFIG_SERV has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_ASSIGN_CONFIG Zuordnung RT 20050630

Method DELETE_ALIAS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_ALIAS Call by reference Type reference (TYPE) STRING 20050816
2 Importing PI_HOST_NUMBER Call by reference Type reference (TYPE) ICFHOSTNUM 0 Nummer eines virtuellen Hosts 20050816
# Exception Resumable Description Created on
1 CX_SRT_WSP_ASSIGN_CONFIG Zuordnung RT 20050816

Method EXISTS 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 20050630
2 Importing PI_HOST_NUMBER Call by reference Type reference (TYPE) ICFHOSTNUM 0 Nummer eines virtuellen Hosts 20050630
3 Importing PI_URL Call by reference Type reference (TYPE) STRING 20050630
4 Returning PR_EXISTS Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050630
# Exception Resumable Description Created on
1 CX_SRT_WSP_ASSIGN_CONFIG Zuordnung RT 20050630

Method GET_ALIAS_ID_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PR_ALIAS_LIST Value transfer Type reference (TYPE) SRT_WSP_ICF_VH_ALIAS_LIST Liste von ICF Aliasen 20050817
# Exception Resumable Description Created on
1 CX_SRT_WSP_ASSIGN_CONFIG Zuordnung RT 20050817

Method GET_ALIAS_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PR_ALIAS_LIST Value transfer Type reference (TYPE) SRT_WSP_ASSIGN_SERV_OBJ_LIST Liste von ICF Aliasen 20050817
# Exception Resumable Description Created on
1 CX_SRT_WSP_ASSIGN_CONFIG Zuordnung RT 20050817

Method GET_ALIAS_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PR_ALIAS_URL Value transfer Type reference (TYPE) STRING 20051018

Method GET_ALIAS_URL on Interface IF_SRT_WSP_ASSIGN_CONFIG_SERV has no exception.

Method GET_BINDING_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PR_BINDING_KEY Value transfer Type reference (TYPE) GUID_32 GUID im 'CHAR' Format in Großschreibung 20050630

Method GET_BINDING_KEY on Interface IF_SRT_WSP_ASSIGN_CONFIG_SERV has no exception.

Method GET_ISOLATION_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PR_TEXT Value transfer Type reference (TYPE) SRT_WSP_SHORT_TEXT 20110111

Method GET_ISOLATION_TEXT on Interface IF_SRT_WSP_ASSIGN_CONFIG_SERV has no exception.

Method GET_PATH_EXTENSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PR_PATH_EXTENSION Value transfer Type reference (TYPE) STRING Pfaderweiterung 20060302

Method GET_PATH_EXTENSION on Interface IF_SRT_WSP_ASSIGN_CONFIG_SERV has no exception.

Method GET_SERVER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PR_SERVER_ASSIGN Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_ASSIGN_CONFIG_SERV Zuordnung RT zu Konfiguration 20050817
# Exception Resumable Description Created on
1 CX_SRT_WSP_ASSIGN_CONFIG Zuordnung RT 20050817

Method GET_SERVICE_DEF_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PR_SDEF_NAME Value transfer Type reference (TYPE) SRT_WSP_DT_OBJ_NAME 20110111
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20110111

Method GET_TIMESTAMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PE_DATE Call by reference Type reference (TYPE) SYDATE 20110111
2 Exporting PE_TIME Call by reference Type reference (TYPE) SYTIME 20110111

Method GET_TIMESTAMP on Interface IF_SRT_WSP_ASSIGN_CONFIG_SERV has no exception.

Method GET_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PR_URL Value transfer Type reference (TYPE) STRING 20051018

Method GET_URL on Interface IF_SRT_WSP_ASSIGN_CONFIG_SERV has no exception.

Method GET_VIRTUAL_HOST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PR_VIRTUAL_HOST Value transfer Type reference (TYPE) ICFHOSTNUM Number of a Virtual Host 20121102

Method GET_VIRTUAL_HOST on Interface IF_SRT_WSP_ASSIGN_CONFIG_SERV has no exception.

Method IS_ALIAS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PR_IS_ALIAS Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, space=false) 20050817

Method IS_ALIAS on Interface IF_SRT_WSP_ASSIGN_CONFIG_SERV has no exception.

Method IS_ISOLATED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PR_IS_ISOLATED Value transfer Type reference (TYPE) BOOLEAN X=is isolated; space=is not isolated 20101222

Method IS_ISOLATED on Interface IF_SRT_WSP_ASSIGN_CONFIG_SERV has no exception.

Method IS_NEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PR_IS_NEW Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050630
# Exception Resumable Description Created on
1 CX_SRT_WSP_ASSIGN_CONFIG Zuordnung RT 20050630

Method IS_SC_RELATED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PR_IS_SC_RELATED Value transfer Type reference (TYPE) BOOLEAN X=current assignment is SC related; space=otherwise 20081210

Method IS_SC_RELATED on Interface IF_SRT_WSP_ASSIGN_CONFIG_SERV has no exception.

Method READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_HOST_NUMBER Call by reference Type reference (TYPE) ICFHOSTNUM ICF Virtual Host Number 20121108
2 Importing PI_ICF_PATH Call by reference Type reference (TYPE) SRT_WSP_ICF_PATH SRT ICF path 20060915
3 Importing PI_SERVER_OBJECT Call by reference Object reference (TYPE REF TO) IF_HTTP_SERVER HTTP Framework (iHTTP) HTTP Server 20050630
4 Returning PR_ASSIGN Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_ASSIGN_CONFIG_SERV Zuordnung Konfiguration zu Bindings 20050630

Method READ on Interface IF_SRT_WSP_ASSIGN_CONFIG_SERV has no exception.

Method SAVE Signature

Method SAVE on Interface IF_SRT_WSP_ASSIGN_CONFIG_SERV has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_ASSIGN_CONFIG Zuordnung RT 20050630

Method SET_ISOLATED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_ISOLATED Call by reference Type reference (TYPE) BOOLEAN X=set isolated setting; sapce=not isolated 20101222

Method SET_ISOLATED on Interface IF_SRT_WSP_ASSIGN_CONFIG_SERV has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710