SAP ABAP Class CL_SRT_WSP_CTRL_CFG_TASK (SOAManager Central Configuration: Task)
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_CTRL_CFG_TASK SOAManager Central Configuration: Task 20110113
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SRT_WSP_CTRL_CFG_TASK_CTRL SOAManager Central Configuration: Task Central System 20110113
2 Inheritance (c INHERITING FROM c_ref)  CL_SRT_WSP_CTRL_CFG_TASK_CTRL2 SOAManager Central Configuration: Task Central System 20120702
3 Inheritance (c INHERITING FROM c_ref)  CL_SRT_WSP_CTRL_CFG_TASK_MNGD SOAManager Central Configuration: Task Managed System 20110113
4 Inheritance (c INHERITING FROM c_ref)  CL_SRT_WSP_CTRL_CFG_TASK_MNGD2 SOAManager Central Configuration: Task Managed System 20120702
Properties
Class CL_SRT_WSP_CTRL_CFG_TASK  
Short Description SOAManager Central Configuration: Task    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SOAP_CONFIG   SOAP Configuration Framework 
Created 20110113   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SRT_WSP_CTRL_CFG_TASK has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_SRT_WSP_CTRL_CFG_TASK SOAManager Central Configuration: Task 20110113
Friends
Class CL_SRT_WSP_CTRL_CFG_TASK has no friend class.
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_CTRL_CFG_TASK' 20110113
2 M_EDIT_MODE_ALLOWED Instance attribute Private Type reference (TYPE) BOOLEAN 20110113
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_CERT_ENTITY_NAME Static method Public Method Get Own Domain System Key 20110113
2 CHECK_CONFIG_PROCESSOR_LOCKED Instance method Protected Method Check Whether Configuration Processor Lock is set 20130415
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20110113
4 DELETE_MESSAGES Instance method Private Method Locks the task 20110113
5 GET_OWN_DOMAIN_SYSTEM_KEY Static method Public Method Receives asynchronous response of managed system 20110321
6 GET_OWN_SSO_CERT Instance method Protected Method Delete the error messages from the database 20110113
7 INIT_FROM_DB Instance method Private Method Unlocks the task 20110113
8 LOCK Instance method Private Method Buiilds the entity name from pse appl and pse context 20110113
9 PING_LOGICAL_PORT Instance method Protected Method Perform ping of a given consumer proxy and LP 20130809
10 PROCESS_TASK_FROM_CONNECTIVITY Static method Public Method Opens a task from connectivity 20110113
11 RECV_ASYNC_RESPONSE Static method Protected Method Initialize a task by retrieving its data from the database 20110321
12 SAVE_MESSAGES Instance method Private Method Returns the local sso certificate 20110113
13 SPLIT_CERT_ENTITY_NAME Instance method Protected Method Save the error messages 20110113
14 UNLOCK Instance method Private Method Splits the entity name into pse appl and pse context 20110113
Events
Class CL_SRT_WSP_CTRL_CFG_TASK has no event.
Types
Class CL_SRT_WSP_CTRL_CFG_TASK has no local type.
Method Signatures

Method BUILD_CERT_ENTITY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PSE_APPL Call by reference Type reference (TYPE) SSFAPPL 20110113
2 Importing I_PSE_CONTEXT Call by reference Type reference (TYPE) PSECONTEXT 20110113
3 Returning R_ENTITY_NAME Value transfer Type reference (TYPE) SRT_WSP_CNTRL_ENTITY_NAME 20110113

Method BUILD_CERT_ENTITY_NAME on class CL_SRT_WSP_CTRL_CFG_TASK has no exception.

Method CHECK_CONFIG_PROCESSOR_LOCKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IS_LOCKED Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20130415
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20130415

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COST Call by reference Type reference (TYPE) SRT_WSP_TASK_COST Cost 20130430
2 Importing EDIT_MODE_ALLOWED Call by reference Type reference (TYPE) BOOLEAN 20110113
3 Importing ENTITY_DATA Call by reference Type reference (TYPE) SRT_WSP_CON_DATA_RAWSTRING 20110113
4 Importing ENTITY_NAME Call by reference Type reference (TYPE) SRT_WSP_CNTRL_ENTITY_NAME 20110113
5 Importing ENTITY_OPERATION Call by reference Type reference (TYPE) SRT_WSP_CNTRL_ENTITY_OPERATION 20110113
6 Importing ENTITY_TYPE Call by reference Type reference (TYPE) SRT_WSP_CNTRL_ENTITY_TYPE 20110113
7 Importing ENTITY_VERSION Call by reference Type reference (TYPE) SRT_WSP_CNTRL_ENTITY_VERSION 20110113
8 Importing PROCESSING_MODE Call by reference Type reference (TYPE) SRT_WSP_CON_PROCESSING_MODE 20110113
9 Importing SENDER_DOMAIN_SYSTEM_KEY Call by reference Type reference (TYPE) SRT_WSP_DOMAIN_SYSTEM_KEY 20110321
10 Importing SENDER_TENANT_KEY Call by reference Type reference (TYPE) SRT_WSP_CON_TENANT_KEY SOAManager Connectivity: Key/ID of a tenant/sap client 20110324
11 Importing TARGET_DOMAIN_SYSTEM_KEY Call by reference Type reference (TYPE) SRT_WSP_DOMAIN_SYSTEM_KEY 20110321
12 Importing TARGET_TENANT_KEY Call by reference Type reference (TYPE) SRT_WSP_CON_TENANT_KEY SOAManager Connectivity: Key/ID of a tenant/sap client 20110324
13 Importing TASK_ID Call by reference Type reference (TYPE) SRT_WSP_CNTRL_CONFIG_TASK_ID 20110113
14 Importing TASK_TYPE Call by reference Type reference (TYPE) SRT_WSP_CNTRL_CONFIG_TASK_TYPE 20110113
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20110113

Method DELETE_MESSAGES Signature

Method DELETE_MESSAGES on class CL_SRT_WSP_CTRL_CFG_TASK has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20110113

Method GET_OWN_DOMAIN_SYSTEM_KEY Signature

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

Method GET_OWN_SSO_CERT Signature

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

Method INIT_FROM_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EDIT_MODE_ALLOWED Call by reference Type reference (TYPE) BOOLEAN 'X' 20110113
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20110113

Method LOCK Signature

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

Method PING_LOGICAL_PORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONSUMER_PROXY Call by reference Type reference (TYPE) SRT_WSP_DT_OBJ_NAME WSP Name of Interface Object 20130809
2 Importing LOGICAL_PORT Call by reference Type reference (TYPE) SRT_LP_NAME Logical Port Name 20130809
3 Exporting MESSAGE Call by reference Type reference (TYPE) SRT_STRING String Output 20130809
4 Exporting STATUS Call by reference Type reference (TYPE) SRT_WSP_PING_CHK_STATUS SRT WSP: Ping Check Status 20130809
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20130809

Method PROCESS_TASK_FROM_CONNECTIVITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing APPLICATION_INFO Call by reference Type reference (TYPE) SSTR_CON_APPL_INFORMATION 20110113
2 Importing APPLICATION_REQUEST Call by reference Type reference (TYPE) SRT_WSP_CON_DATA_RAWSTRING 20110113
3 Exporting APPLICATION_RESPONSE Call by reference Type reference (TYPE) SRT_WSP_CON_DATA_RAWSTRING 20110113
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20110113

Method RECV_ASYNC_RESPONSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TASK_INSTANCE Call by reference Object reference (TYPE REF TO) IF_SRT_WSP_CC_TASK SRT: Common Central Config Task Interface 20110321
2 Importing TASK_STRUCT Call by reference Type reference (TYPE) SRT_WSP_CTRL_CFG_TASK_INFO 20110321
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20110321

Method SAVE_MESSAGES Signature

Method SAVE_MESSAGES on class CL_SRT_WSP_CTRL_CFG_TASK has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20110113

Method SPLIT_CERT_ENTITY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PSE_APPL Call by reference Type reference (TYPE) SSFAPPL 20110113
2 Exporting PSE_CONTEXT Call by reference Type reference (TYPE) PSECONTEXT 20110113

Method SPLIT_CERT_ENTITY_NAME on class CL_SRT_WSP_CTRL_CFG_TASK has no exception.

Method UNLOCK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IS_LOCKED Value transfer Type reference (TYPE) BOOLEAN 20110113
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20110113
History
Last changed by/on SAP  20140121 
SAP Release Created in 740