SAP ABAP Class IF_SRT_WSP_CONFIG_DOMAIN_PM (WSP Configuration Domain (Profile Management))
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SRT_WSP_CONFIG_DOMAIN_PM WSP Configuration Domain (Profile Management) 20110118
Properties
Class IF_SRT_WSP_CONFIG_DOMAIN_PM  
Short Description WSP Configuration Domain (Profile Management)    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20110118   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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
Class IF_SRT_WSP_CONFIG_DOMAIN_PM has no interface implemented.
Friends
Class IF_SRT_WSP_CONFIG_DOMAIN_PM has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CHANGED Instance attribute Public Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20110118
2 CHANGED_AT Instance attribute Public Type reference (TYPE) UZEIT Time 20110118
3 CHANGED_BY Instance attribute Public Type reference (TYPE) UNAME User Name 20110118
4 CHANGED_CP Instance attribute Public Type reference (TYPE) PROGRAMM ABAP Program Name 20110118
5 CHANGED_ON Instance attribute Public Type reference (TYPE) UDATUM Date of Last Change 20110118
6 CHANGED_TC Instance attribute Public Type reference (TYPE) TCODE Transaction Code 20110118
7 CREATED_AT Instance attribute Public Type reference (TYPE) UZEIT Time 20110118
8 CREATED_BY Instance attribute Public Type reference (TYPE) UNAME User Name 20110118
9 CREATED_CP Instance attribute Public Type reference (TYPE) PROGRAMM ABAP Program Name 20110118
10 CREATED_ON Instance attribute Public Type reference (TYPE) UDATUM Date of Last Change 20110118
11 CREATED_TC Instance attribute Public Type reference (TYPE) TCODE Transaction Code 20110118
12 DESCRIPTION Instance attribute Public Type reference (TYPE) SRT_WSP_CONFIG_DESCRIPTION WSP Configuration Description 20110118
13 DOMAIN_PRIORITY Instance attribute Public Type reference (TYPE) SRT_WSP_DOMAIN_CONFIG_PRIORITY WSP Domain Priority 20110118
14 NAME Instance attribute Public Type reference (TYPE) SRT_WSP_DOMAIN_CONFIG_NAME WSP Name of Domain Configuration 20110118
15 NEW Instance attribute Public Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20110118
16 READ_ONLY Instance attribute Public Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20110118
17 STATE Instance attribute Public Type reference (TYPE) SRT_WSP_CONFIG_STATE WSP Configuration State 20110118
18 TERMINATED Instance attribute Public Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20110118
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE Instance method Public Method Activates the domain 20110118
2 ADD_DOMAIN_SYSTEM Instance method Public Method Adds a system to the domain 20110118
3 CHECK Instance method Public Method Checks the domain 20110118
4 DEACTIVATE Instance method Public Method Deactivates the domain 20110118
5 DELETE Instance method Public Method Deletes the domain 20110118
6 GET_ALL_DOMAIN_SYSTEMS Instance method Public Method Gets all systems of the domain 20110118
7 GET_DOMAIN_PRIORITY Instance method Public Method Gets priority 20110118
8 GET_DOMAIN_SYSTEM_BY_KEY Instance method Public Method Gets a system of the domain by its system key 20110118
9 GET_PROFILE_PROPERTIES Instance method Public Method 20110301
10 REMOVE_ALL_DOMAIN_SYSTEMS Instance method Public Method Removes all systems from the domain 20110118
11 REMOVE_DOMAIN_SYSTEM_BY_KEY Instance method Public Method Removes a system from the domain by its system key 20110118
12 SAVE Instance method Public Method Persists the domain on the database 20110118
13 SET_DESCRIPTION Instance method Public Method Sets descrition 20110118
14 SET_DOMAIN_PRIORITY Instance method Public Method Sets priority 20110118
15 SET_DOMAIN_SYSTEMS Instance method Public Method Sets all domain systems 20110118
16 SET_EDIT_MODE Instance method Public Method Sets edit mode 20110118
17 SET_PROFILE_PROPERTIES Instance method Public Method 20110301
18 TERMINATE Instance method Public Method Terminates the domain 20110118
Events
Class IF_SRT_WSP_CONFIG_DOMAIN_PM has no event.
Types
Class IF_SRT_WSP_CONFIG_DOMAIN_PM has no local type.
Method Signatures

Method ACTIVATE Signature

Method ACTIVATE on class IF_SRT_WSP_CONFIG_DOMAIN_PM has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20110118

Method ADD_DOMAIN_SYSTEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SYSTEM_KEY Call by reference Type reference (TYPE) SRT_WSP_DOMAIN_SYSTEM_KEY 20110118
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20110118

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning MESSAGES Value transfer Type reference (TYPE) SOAP_ERROR_INFO_LIST 20110301

Method CHECK on class IF_SRT_WSP_CONFIG_DOMAIN_PM has no exception.

Method DEACTIVATE Signature

Method DEACTIVATE on class IF_SRT_WSP_CONFIG_DOMAIN_PM has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20110118

Method DELETE Signature

Method DELETE on class IF_SRT_WSP_CONFIG_DOMAIN_PM has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20110118

Method GET_ALL_DOMAIN_SYSTEMS Signature

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

Method GET_DOMAIN_PRIORITY Signature

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

Method GET_DOMAIN_SYSTEM_BY_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DOMAIN_SYSTEM Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_DOMAIN_SYSTEM 20110118
2 Importing SYSTEM_KEY Call by reference Type reference (TYPE) SRT_WSP_DOMAIN_SYSTEM_KEY 20110118
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20110118

Method GET_PROFILE_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 20110301
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20110301

Method REMOVE_ALL_DOMAIN_SYSTEMS Signature

Method REMOVE_ALL_DOMAIN_SYSTEMS on class IF_SRT_WSP_CONFIG_DOMAIN_PM has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20110118

Method REMOVE_DOMAIN_SYSTEM_BY_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SYSTEM_KEY Call by reference Type reference (TYPE) SRT_WSP_DOMAIN_SYSTEM_KEY 20110118
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20110118

Method SAVE Signature

Method SAVE on class IF_SRT_WSP_CONFIG_DOMAIN_PM has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20110118

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

Method SET_DOMAIN_PRIORITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DOMAIN_PRIORITY Call by reference Type reference (TYPE) SRT_WSP_DOMAIN_CONFIG_PRIORITY 20110118
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20110118

Method SET_DOMAIN_SYSTEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SYSTEMS Value transfer Type reference (TYPE) SRT_WSP_DOMAIN_SYSTEMS 20110118
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20110118

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

Method SET_PROFILE_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 20110301
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20110301

Method TERMINATE Signature

Method TERMINATE on class IF_SRT_WSP_CONFIG_DOMAIN_PM has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20110118
History
Last changed by/on SAP  20110908 
SAP Release Created in