SAP ABAP Interface IF_SRT_WSP_CONFIG_PROFILE_PM (WSP Configuration Profile (Profile Management))
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_PROFILE_PM WSP Configuration Web Service Profile 20070419
Properties
Interface IF_SRT_WSP_CONFIG_PROFILE_PM  
Short Description WSP Configuration Profile (Profile Management)    
General Data
Package SOAP_CONFIG   SOAP Configuration Framework 
Created 20070419   SAP 
Last changed 20110908   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_CONFIG_PROFILE_PM has no interface.
Friends
Interface IF_SRT_WSP_CONFIG_PROFILE_PM 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' 20070419
2 CHANGED_AT Instance attribute Public Type reference (TYPE) UZEIT Last Changed At 20070419
3 CHANGED_BY Instance attribute Public Type reference (TYPE) UNAME Last Changed By 20070419
4 CHANGED_CP Instance attribute Public Type reference (TYPE) PROGRAMM Calling Program/Last Change 20070419
5 CHANGED_ON Instance attribute Public Type reference (TYPE) UDATUM Date of last change 20070419
6 CHANGED_TC Instance attribute Public Type reference (TYPE) TCODE Transaction Code Last Changed 20070419
7 CREATED_AT Instance attribute Public Type reference (TYPE) UZEIT Created At 20070419
8 CREATED_BY Instance attribute Public Type reference (TYPE) UNAME Created By 20070419
9 CREATED_CP Instance attribute Public Type reference (TYPE) PROGRAMM Calling Program/Create 20070419
10 CREATED_ON Instance attribute Public Type reference (TYPE) UDATUM Date of creation 20070419
11 CREATED_TC Instance attribute Public Type reference (TYPE) TCODE Transaction Code of Creation 20070419
12 DESCRIPTION Instance attribute Public Type reference (TYPE) SRT_WSP_CONFIG_DESCRIPTION Description 20070419
13 NAME Instance attribute Public Type reference (TYPE) SRT_WSP_PROFILE_CONFIG_NAME Profile Name 20070419
14 NEW Instance attribute Public Type reference (TYPE) BOOLEAN New = 'X'; Exists = ' ' 20070419
15 PROFILE_KEY Instance attribute Public Type reference (TYPE) GUID_32 Profile Key 20070419
16 READ_ONLY Instance attribute Public Type reference (TYPE) BOOLEAN Read Only = 'X'; Read-Write = ' ' 20070419
17 STATE Instance attribute Public Type reference (TYPE) SRT_WSP_CONFIG_STATE active = 'A'; inactive = 'I'; unknown = 'u' 20070419
18 TERMINATED Instance attribute Public Type reference (TYPE) BOOLEAN Profile is terminated 20070419
19 TYPE Instance attribute Public Type reference (TYPE) SRT_WSP_PROFILE_TYPE WSP Profile Type 20070419
20 VERSION Instance attribute Public Type reference (TYPE) SRT_WSP_PROFILE_CONFIG_VERSION Profile Version 20070419
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE Instance method Public Method Activates the profile 20070419
2 ADD_CONFIG_VALUE Instance method Public Method Adds Single Configuration Value 20070419
3 ADD_PROPERTY Instance method Public Method Adds Property 20070419
4 CHECK Instance method Public Method Checks the profile 20070521
5 DEACTIVATE Instance method Public Method Deactivates the profile 20070419
6 DELETE Instance method Public Method Deletes the profile 20070419
7 DELETE_ALL_CONFIG_VALUES Instance method Public Method Deletes All Configuration Values 20070419
8 DELETE_ALL_PROPERTIES Instance method Public Method Delete all properties 20070419
9 DELETE_CONFIG_VALUE_BY_NAME Instance method Public Method Deletes All Configuration Values for Given Name 20070419
10 DELETE_PROPERTIES_BY_NAME Instance method Public Method Delete all properties for a given name 20070419
11 EXPORT_TO_CCON_STRUCTURE Static method Public Method Export a profile to ABAP structure for Central Configuration 20110113
12 EXPORT_TO_XML Instance method Public Method Exports a profile to an xml 20071016
13 EXPORT_TO_XML_STRUCTURE Instance method Public Method Export a profile to ABAP structure 20080317
14 GET_ALL_PROPERTIES Instance method Public Method Returns all properties 20070419
15 GET_CONFIG_VALUES Instance method Public Method Returns All Configuration Values 20070419
16 GET_CONFIG_VALUES_BY_NAME Instance method Public Method Returns All Configuration Values for Given Name 20070419
17 GET_PROPERTIES_BY_NAME Instance method Public Method Returns all properties for a given name 20070419
18 INIT_FROM_TEMPLATE Instance method Public Method Initializes the profile from template 20070419
19 SAVE Instance method Public Method Persists the profile on the database 20070419
20 SET_CONFIG_VALUES Instance method Public Method Sets All Configuration Values 20070419
21 SET_DESCRIPTION Instance method Public Method Sets Description 20070419
22 SET_EDIT_MODE Instance method Public Method Sets Edit Mode 20070419
23 SET_PROPERTIES Instance method Public Method Sets all properties 20070419
24 TERMINATE Instance method Public Method Terminates this profile 20070419
Events
Interface IF_SRT_WSP_CONFIG_PROFILE_PM has no event.
Types
Interface IF_SRT_WSP_CONFIG_PROFILE_PM 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 Ignoriere Assignments 20070419
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20070419

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

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

Method CHECK Signature

Method CHECK on Interface IF_SRT_WSP_CONFIG_PROFILE_PM has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20070521

Method DEACTIVATE Signature

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

Method DELETE Signature

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

Method DELETE_ALL_CONFIG_VALUES Signature

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

Method DELETE_ALL_PROPERTIES Signature

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

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

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

Method EXPORT_TO_CCON_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CCON_PROFILE Call by reference Type reference (TYPE) SSTR_SRT_WSP_CCON_PROFILE 20110321
2 Importing PROFILE_RANGE Call by reference Type reference (TYPE) STTY_SRT_WSP_PROFILE_RANGE 20110321
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20110113

Method EXPORT_TO_XML Signature

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

Method EXPORT_TO_XML_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting XML_STRUCTURE Call by reference Type reference (TYPE) SRT_WSP_EXT_PRF_SRTPROFILE 20080317
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20080317

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

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

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

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 20070419
2 Returning PROPERTIES Value transfer Type reference (TYPE) SRT_WSP_TEMPL_PROPERTIES table of WSP properties 20070419
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20070419

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

Method SAVE Signature

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

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

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

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

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

Method TERMINATE Signature

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