SAP ABAP Class CL_SRT_WSP_CONFIG_PROFILE_RT (WSP Configuration Web Service Profile)
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 - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SRT_WSP_CONFIG_PROFILE_RT WSP Configuration Profile 20051006
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SRT_WSP_CONFIG_ROOT WSP Configuration Root Class 20051006
Properties
Class CL_SRT_WSP_CONFIG_PROFILE_RT  
Short Description WSP Configuration Web Service Profile    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class SRT_WSP    
Program status     
Category 0   
Package SOAP_CONFIG   SOAP Configuration Framework 
Created 20051006   SAP 
Last change 20090618   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 TSRTG 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
# Interface Abstract Final Description Created on
1 IF_SRT_WSP_CONFIG_PROFILE_RT WSP Configuration Profile 20051006
2 IF_SRT_WSP_CONFIG_ROOT WSP Configuration Root Class 20051006
Friends
# Friend Modeled only Created on Description
1 CL_SRT_WSP_ASSIGN_XI 20060627 Assignments in XI Environment
2 CL_SRT_WSP_FACTORY 20051006 WSP Factory Class
3 CL_SRT_WSP_FEATURE_FACTORY 20051006 WSP Feature Factory
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_CONFIG_PROFILE_RT' Class Name 20051006
2 MC_FEATURE_FACTORY Static Attribute Private Object reference (TYPE REF TO) IF_SRT_WSP_FEATURE_FACTORY WSP Feature Factory 20060410
3 M_ASSIGNS Instance attribute Private Type reference (TYPE) SRT_WSP_ASSIGN_OBJECT_LIST List of Assignment Objects 20060620
4 M_ASSIGN_INFO_LIST Instance attribute Private Type reference (TYPE) SRT_WSP_ALL_ASSIGN_INFO_LIST Assignment information 20080802
5 M_ASSIGN_KEYS Instance attribute Private Type reference (TYPE) SRT_WSP_ASSIGN_KEY_LIST List of Assignments 20060619
6 M_CONFIG_VALUES Instance attribute Private Type reference (TYPE) SRT_WSP_CONFIG_VALUE_TAB WSP Configuration Values 20051006
7 M_ENCODED_PROPERTIES Instance attribute Private Type reference (TYPE) SRT_IF_SRT_WSP_PROPERTIES Encrypted Properties 20060117
8 M_IS_IMMUTABLE Instance attribute Private Type reference (TYPE) BOOLEAN Profile not modifiable since assigned to configuration 20051122
9 M_PROFILE_NAME_INT Instance attribute Private Type reference (TYPE) SRT_WSP_PROFILE_CONFIG_NAME WSP internal name of the profile configuration 20051006
10 M_PROPERTIES Instance attribute Private Type reference (TYPE) SRT_WSP_TEMPL_PROPERTIES WSP Template Properties 20051006
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE_ASSIGNMENTS Instance method Private Method Activates Assignments 20060619
2 ACT_ASSIGNS Instance method Private Method Activate configurations assigned to current profile 20080804
3 ACT_ASSIGNS_DB Instance method Private Method Activate assignments on database 20080804
4 ADD_ENCODED_PROPERTIES Instance method Private Method Encrypted Properties for Specified Subject 20060117
5 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20051006
6 COPY_CONSTRUCTOR Static method Public Method Copy Constructor 20070112
7 CORRECT_PROFILE_VALUES Instance method Private Method Corrects Invalid Profile Values 20070712
8 CREATE_ASSIGNS_CONFIGS Instance method Private Method Create configs based on assignment information 20080804
9 CREATE_DEFAULT_PROFILE Instance method Private Method Creates Default Profile Automatically 20061016
10 DEACTIVATE_ASSIGNMENTS Instance method Private Method Deactivates Assignments 20060619
11 DEACT_ASSIGNS Instance method Private Method Remove configurations assigned to current profile 20080804
12 DEACT_ASSIGNS_DB Instance method Private Method Deactivate assignments for current profile 20080804
13 DELETE_ASSIGNMENTS Instance method Private Method Deletes Assignments 20060619
14 DELETE_SECURE_STORE Static method Private Method Delete all profile entries in secure store 20081112
15 DEL_ASSIGNS Instance method Private Method Delete assignments 20080804
16 DEL_ASSIGNS_DB Instance method Private Method Delete assignments on database 20080804
17 GET_ENCODED_PROPERTIES Instance method Private Method Get Valid Properties for All SOAP Applications 20060117
18 HAS_CHANGED Instance method Private Method Configuration changed 20051006
19 INITIALIZE_FROM_DB Instance method Private Method Initializes the profile from the database 20051006
20 IS_ENCODED Instance method Private Method Checks Property for Encryption Mode 20060117
21 LOCK Instance method Private Method Locks the configuration 20051006
22 OPEN Static method Protected Method Returns a profile instance 20051006
23 OPEN_ASSIGNMENTS Instance method Private Method Opens Assignments (Again) 20060619
24 REMOVE Static method Public Method Delete a specific configuration on the database 20060210
25 REMOVE_ASSIGNS_CONFIGS Instance method Private Method Remove configurations in assignment 20080804
26 SAVE_ASSIGNMENTS Instance method Private Method Saves Assignments 20060619
27 SET_ALL_ASSIGN_DATA Instance method Private Method Sets assignment information related to current profile 20080802
28 TERMINATE_ASSIGNMENTS Instance method Private Method Deactivates Assignments 20060619
29 UNLOCK Instance method Private Method Unlocks the configuration 20051006
Events
Class CL_SRT_WSP_CONFIG_PROFILE_RT has no event.
Types
Class CL_SRT_WSP_CONFIG_PROFILE_RT has no local type.
Method Signatures

Method ACTIVATE_ASSIGNMENTS Signature

Method ACTIVATE_ASSIGNMENTS on class CL_SRT_WSP_CONFIG_PROFILE_RT has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20060619

Method ACT_ASSIGNS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_FORCE_REFRESH Call by reference Type reference (TYPE) BOOLEAN X=re-initialize assignment information; space=otherwise 20080804
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20080804

Method ACT_ASSIGNS_DB Signature

Method ACT_ASSIGNS_DB on class CL_SRT_WSP_CONFIG_PROFILE_RT has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20080804

Method ADD_ENCODED_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_SUBJECT_TYPE Call by reference Type reference (TYPE) SRT_WSP_SUBJECT_TYPE WSP subject type 20060117
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20060117

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Value transfer Type reference (TYPE) SRT_WSP_PROFILE_CONFIG_NAME WSP name of the profile config 20051006
2 Importing SOAP_APPLICATION Value transfer Type reference (TYPE) SRT_WSP_SOAP_APPL_NAME WSP name of the SOAP Application 20051006
3 Importing TYPE Value transfer Type reference (TYPE) SRT_WSP_PROFILE_TYPE WSP profile type 20051006
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20051006

Method COPY_CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_NEW_PROFILE_NAME Call by reference Type reference (TYPE) SRT_WSP_PROFILE_CONFIG_NAME WSP name of the profile config 20070112
2 Importing PI_PROFILE Call by reference Object reference (TYPE REF TO) IF_SRT_WSP_CONFIG_PROFILE_RT WSP Configuration Profile 20070112
3 Returning PR_RT_PROFILE Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_CONFIG_PROFILE_RT WSP Configuration Profile 20070112
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20070112

Method CORRECT_PROFILE_VALUES Signature

Method CORRECT_PROFILE_VALUES on class CL_SRT_WSP_CONFIG_PROFILE_RT has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20070712

Method CREATE_ASSIGNS_CONFIGS Signature

Method CREATE_ASSIGNS_CONFIGS on class CL_SRT_WSP_CONFIG_PROFILE_RT has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20080804

Method CREATE_DEFAULT_PROFILE Signature

Method CREATE_DEFAULT_PROFILE on class CL_SRT_WSP_CONFIG_PROFILE_RT has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20061016

Method DEACTIVATE_ASSIGNMENTS Signature

Method DEACTIVATE_ASSIGNMENTS on class CL_SRT_WSP_CONFIG_PROFILE_RT has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20060619

Method DEACT_ASSIGNS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_FORCE_REFRESH Call by reference Type reference (TYPE) BOOLEAN X=re-initialize assignment information; space=otherwise 20080804
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20080804

Method DEACT_ASSIGNS_DB Signature

Method DEACT_ASSIGNS_DB on class CL_SRT_WSP_CONFIG_PROFILE_RT has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20080804

Method DELETE_ASSIGNMENTS Signature

Method DELETE_ASSIGNMENTS on class CL_SRT_WSP_CONFIG_PROFILE_RT has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20060619

Method DELETE_SECURE_STORE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_PROF_DATA Call by reference Type reference (TYPE) SRT_PRF_DATA_LIST Profile data 20081112
2 Importing PI_PROF_KEY Call by reference Type reference (TYPE) GUID_32 Internal profile key 20081112
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20081112

Method DEL_ASSIGNS Signature

Method DEL_ASSIGNS on class CL_SRT_WSP_CONFIG_PROFILE_RT has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20080804

Method DEL_ASSIGNS_DB Signature

Method DEL_ASSIGNS_DB on class CL_SRT_WSP_CONFIG_PROFILE_RT has no parameter.
Method DEL_ASSIGNS_DB on class CL_SRT_WSP_CONFIG_PROFILE_RT has no exception.

Method GET_ENCODED_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PR_PROPERTY_LIST Value transfer Type reference (TYPE) SRT_IF_SRT_WSP_PROPERTIES table of WSP properties 20060117
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20060117

Method HAS_CHANGED Signature

Method HAS_CHANGED on class CL_SRT_WSP_CONFIG_PROFILE_RT has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20051006

Method INITIALIZE_FROM_DB Signature

Method INITIALIZE_FROM_DB on class CL_SRT_WSP_CONFIG_PROFILE_RT has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20051006

Method IS_ENCODED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_PROPERTY_NAME Call by reference Type reference (TYPE) QNAME Qualified Name 20060117
2 Returning PR_IS_ENCODED Value transfer Type reference (TYPE) BOOLEAN X=spezifizierte Property wird verschlüsselt; space=sonst 20060117
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20060117

Method LOCK Signature

Method LOCK on class CL_SRT_WSP_CONFIG_PROFILE_RT has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20051006

Method OPEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CONFIG_PROFILE Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_CONFIG_PROFILE_RT WSP Configuration Profile 20051006
2 Importing NAME Value transfer Type reference (TYPE) SRT_WSP_PROFILE_CONFIG_NAME WSP name of the profile config 20051006
3 Importing TYPE Value transfer Type reference (TYPE) SRT_WSP_PROFILE_TYPE WSP profile type 20051006
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20051006

Method OPEN_ASSIGNMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_REOPEN Call by reference Type reference (TYPE) BOOLEAN ABAP_FALSE X=neu öffnen; space=öffnen, falls noch nicht offen 20060619
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20060619

Method REMOVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_PROFILE_NAME Call by reference Type reference (TYPE) SRT_WSP_PROFILE_CONFIG_NAME WSP name of the profile config 20060210
2 Importing PI_PROFILE_TYPE Call by reference Type reference (TYPE) SRT_WSP_PROFILE_TYPE WSP profile type 20060210
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20060210

Method REMOVE_ASSIGNS_CONFIGS Signature

Method REMOVE_ASSIGNS_CONFIGS on class CL_SRT_WSP_CONFIG_PROFILE_RT has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20080804

Method SAVE_ASSIGNMENTS Signature

Method SAVE_ASSIGNMENTS on class CL_SRT_WSP_CONFIG_PROFILE_RT has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20060619

Method SET_ALL_ASSIGN_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_FORCE_REFRESH Call by reference Type reference (TYPE) BOOLEAN X=re-initialize assignment information; space=otherwise 20080802
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20080802

Method TERMINATE_ASSIGNMENTS Signature

Method TERMINATE_ASSIGNMENTS on class CL_SRT_WSP_CONFIG_PROFILE_RT has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20060619

Method UNLOCK Signature

Method UNLOCK on class CL_SRT_WSP_CONFIG_PROFILE_RT has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20051006
History
Last changed by/on SAP  20090618 
SAP Release Created in 710