SAP ABAP Interface IF_SRT_WSP_CONFIG_PROFILE_RTXI (WSP Configuration Profile)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-XI-IBC (Application Component) Integration Builder - Configuration
     SAI_SOAP_SERVICES (Package) SRT Services for PI
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SRT_WSP_CONFIG_PROFILE_RTXI WSP Configuration Web Service Profile 20100303
Properties
Interface IF_SRT_WSP_CONFIG_PROFILE_RTXI  
Short Description WSP Configuration Profile    
General Data
Package SAI_SOAP_SERVICES   SRT Services for PI 
Created 20100303   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 Abstract Final Description Created on
1 IF_SRT_WSP_CONFIG_ROOT WSP Configuration Root Class 20100303
Friends
Interface IF_SRT_WSP_CONFIG_PROFILE_RTXI 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' 20100303
2 CHANGED_AT Instance attribute Public Type reference (TYPE) UZEIT Last Changed At 20100303
3 CHANGED_BY Instance attribute Public Type reference (TYPE) UNAME Last Changed By 20100303
4 CHANGED_CP Instance attribute Public Type reference (TYPE) PROGRAMM Calling Program/Last Change 20100303
5 CHANGED_ON Instance attribute Public Type reference (TYPE) DATUM Date of last change 20100303
6 CHANGED_TC Instance attribute Public Type reference (TYPE) TCODE Transaction Code Last Changed 20100303
7 CREATED_AT Instance attribute Public Type reference (TYPE) UZEIT Created At 20100303
8 CREATED_BY Instance attribute Public Type reference (TYPE) UNAME Created By 20100303
9 CREATED_CP Instance attribute Public Type reference (TYPE) PROGRAMM Calling Program/Create 20100303
10 CREATED_ON Instance attribute Public Type reference (TYPE) DATUM Date of creation 20100303
11 CREATED_TC Instance attribute Public Type reference (TYPE) TCODE Transaction Code of Creation 20100303
12 DESCRIPTION Instance attribute Public Type reference (TYPE) SRT_WSP_CONFIG_DESCRIPTION Description 20100303
13 NAME Instance attribute Public Type reference (TYPE) SRT_WSP_PROFILE_CONFIG_NAME Configuration Name 20100303
14 NEW Instance attribute Public Type reference (TYPE) BOOLEAN New = 'X'; Exists = ' ' 20100303
15 PROFILE_KEY Instance attribute Public Type reference (TYPE) GUID_32 Profile Key 20100303
16 READ_ONLY Instance attribute Public Type reference (TYPE) BOOLEAN Read Only = 'X'; Read-Write = ' ' 20100303
17 SOAP_APPLICATION Instance attribute Public Type reference (TYPE) SRT_WSP_SOAP_APPL_NAME WSP Name of SOAP Application 20100303
18 STATE Instance attribute Public Type reference (TYPE) SRT_WSP_CONFIG_STATE active = 'A'; inactive = 'I'; unknown = 'u' 20100303
19 TERMINATED Instance attribute Public Type reference (TYPE) BOOLEAN Configuration is terminated 20100303
20 TYPE Instance attribute Public Type reference (TYPE) SRT_WSP_PROFILE_TYPE WSP Profile Type 20100303
21 VERSION Instance attribute Public Type reference (TYPE) SRT_WSP_PROFILE_CONFIG_VERSION Profile Version 20100303
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE Instance method Public Method Activates Configuration 20100303
2 ADD_CONFIG_VALUE Instance method Public Method Adds Single Configuration Value 20100303
3 ADD_PROPERTY Instance method Public Method Adds Property 20100303
4 CHANGE_ON_IMMUTABLE Instance method Public Method Change even if assignments exist 20100303
5 DEACTIVATE Instance method Public Method Deactivates Configuration 20100303
6 DELETE Instance method Public Method Deletes Configuration 20100303
7 DELETE_ALL_CONFIG_VALUES Instance method Public Method Deletes All Configuration Values 20100303
8 DELETE_ALL_PROPERTIES Instance method Public Method Delete all properties 20100303
9 DELETE_CONFIG_VALUE_BY_NAME Instance method Public Method Deletes All Configuration Values for Given Name 20100303
10 DELETE_PROPERTIES_BY_NAME Instance method Public Method Delete all properties for a given name 20100303
11 EQUALS Instance method Public Method Checks whether specified PL is identical to current profile 20100303
12 GET_ALL_PROPERTIES Instance method Public Method Returns all properties 20100303
13 GET_ALL_PROPERTIES_DISPLAY Instance method Public Method Get all properties with invisible security values 20100303
14 GET_CONFIG_VALUES Instance method Public Method Returns All Configuration Values 20100303
15 GET_CONFIG_VALUES_BY_NAME Instance method Public Method Returns All Configuration Values for Given Name 20100303
16 GET_PROPERTIES_BY_NAME Instance method Public Method Returns all properties for a given name 20100303
17 GET_UNIQUE_NAME Instance method Public Method Returns a unique profile name (with version) or GUID 20100303
18 INIT_FROM_TEMPLATE Instance method Public Method Initializes the profile from template 20100303
19 IS_IMMUTABLE Instance method Public Method Checks Non-Modifiability 20100303
20 RESET_ASSIGN_USAGE Instance method Public Method Resets status whether profile used in assignment 20100303
21 SAVE Instance method Public Method Persists Configuration on Database 20100303
22 SET_CONFIG_VALUES Instance method Public Method Sets All Configuration Values 20100303
23 SET_DESCRIPTION Instance method Public Method Sets Description 20100303
24 SET_EDIT_MODE Instance method Public Method Sets Edit Mode 20100303
25 SET_PROPERTIES Instance method Public Method Sets all properties 20100303
26 TERMINATE Instance method Public Method Terminates this configuration 20100303
Events
Interface IF_SRT_WSP_CONFIG_PROFILE_RTXI has no event.
Types
Interface IF_SRT_WSP_CONFIG_PROFILE_RTXI 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 IGNORE_ASSIGN Call by reference Type reference (TYPE) BOOLEAN Ignores Assignments 20100303
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100303

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 Configuration Value 20100303
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100303

Method ADD_PROPERTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROPERTY Call by reference Type reference (TYPE) SRT_WSP_TEMPL_PROPERTY WSP Property 20100303
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100303

Method CHANGE_ON_IMMUTABLE Signature

Method CHANGE_ON_IMMUTABLE on Interface IF_SRT_WSP_CONFIG_PROFILE_RTXI has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100303

Method DEACTIVATE Signature

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

Method DELETE Signature

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

Method DELETE_ALL_CONFIG_VALUES Signature

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

Method DELETE_ALL_PROPERTIES Signature

Method DELETE_ALL_PROPERTIES on Interface IF_SRT_WSP_CONFIG_PROFILE_RTXI has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100303

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 20100303
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100303

Method DELETE_PROPERTIES_BY_NAME Signature

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

Method EQUALS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_PROPERTIES Call by reference Type reference (TYPE) SRT_WSP_TEMPL_PROPERTIES WSP Template Properties 20100303
2 Returning PR_IS_EQUALS Value transfer Type reference (TYPE) BOOLEAN X=PL identical to profile; space=not identical 20100303
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100303

Method GET_ALL_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PROPERTIES Value transfer Type reference (TYPE) SRT_WSP_TEMPL_PROPERTIES Table of WSP Properties 20100303
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100303

Method GET_ALL_PROPERTIES_DISPLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PROPERTIES Value transfer Type reference (TYPE) SRT_WSP_TEMPL_PROPERTIES WSP Template Properties 20100303
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG Web Administration ICF Exceptions 20100303

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 Configuration Values 20100303
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100303

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 Configuration Values 20100303
2 Importing NAME Value transfer Type reference (TYPE) QNAME Qualified Name 20100303
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100303

Method GET_PROPERTIES_BY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) QNAME Qualified Name 20100303
2 Returning PROPERTIES Value transfer Type reference (TYPE) SRT_WSP_TEMPL_PROPERTIES Table of WSP Properties 20100303
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100303

Method GET_UNIQUE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PROFILE_NAME Value transfer Type reference (TYPE) SRT_WSP_RT_CONFIG_NAME 20100303
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100303

Method INIT_FROM_TEMPLATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TEMPLATE Call by reference Object reference (TYPE REF TO) IF_SRT_WSP_CONFIG_TEMPLATE WSP Configuration Web Service Template 20100303
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100303

Method IS_IMMUTABLE Signature

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

Method IS_IMMUTABLE on Interface IF_SRT_WSP_CONFIG_PROFILE_RTXI has no exception.

Method RESET_ASSIGN_USAGE Signature

Method RESET_ASSIGN_USAGE on Interface IF_SRT_WSP_CONFIG_PROFILE_RTXI has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100303

Method SAVE Signature

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

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 Configuration Values 20100303
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100303

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 20100303
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100303

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 = ' ' 20100303
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100303

Method SET_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROPERTIES Call by reference Type reference (TYPE) SRT_WSP_TEMPL_PROPERTIES Table of WSP Properties 20100303
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100303

Method TERMINATE Signature

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