SAP ABAP Class CL_SRT_WSP_CC_TASK_FACTORY (SRT: Central Config Task Factory)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ESI-WS-ABA-CFG (Application Component) WebServices ABAP Configuration
⤷
SOAP_CONFIG (Package) SOAP Configuration Framework
⤷
⤷
Properties
| Class | CL_SRT_WSP_CC_TASK_FACTORY | |
| Short Description | SRT: Central Config Task Factory | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SOAP_CONFIG | SOAP Configuration Framework |
| Created | 20120702 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SRT_WSP_CC_TASK_FACTORY has no forward declaration.
Interfaces
Class CL_SRT_WSP_CC_TASK_FACTORY has no interface implemented.
Friends
Class CL_SRT_WSP_CC_TASK_FACTORY has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | STRING | 'CL_SRT_WSP_CC_TASK_FACTORY' | 20120702 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Create new central config task | 20120702 | |
| 2 | Static method | Public | Method | Open existing central config task by ID | 20120702 | |
| 3 | Static method | Public | Method | Open existing central config task by ID (read-only) | 20120702 | |
| 4 | Static method | Public | Method | Opens a task from xml | 20120702 |
Events
Class CL_SRT_WSP_CC_TASK_FACTORY has no event.
Types
Class CL_SRT_WSP_CC_TASK_FACTORY has no local type.
Method Signatures
Method OPEN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COST | Call by reference | Type reference (TYPE) | SRT_WSP_TASK_COST | Cost | 20130430 | |||
| 2 | ENTITY_DATA | Call by reference | Type reference (TYPE) | SRT_WSP_CON_DATA_RAWSTRING | SOAManager Connectivity : Application data as RAW String | 20120702 | |||
| 3 | ENTITY_NAME | Call by reference | Type reference (TYPE) | SRT_WSP_CNTRL_ENTITY_NAME | Name of the entity which is distributed | 20120702 | |||
| 4 | ENTITY_OPERATION | Call by reference | Type reference (TYPE) | SRT_WSP_CNTRL_ENTITY_OPERATION | Operation to be performed over the distributed entity | 20120702 | |||
| 5 | ENTITY_TYPE | Call by reference | Type reference (TYPE) | SRT_WSP_CNTRL_ENTITY_TYPE | Type of the entity which is distributed | 20120702 | |||
| 6 | ENTITY_VERSION | Call by reference | Type reference (TYPE) | SRT_WSP_CNTRL_ENTITY_VERSION | Version of the entity which is distributed | 20120702 | |||
| 7 | PROCESSING_MODE | Call by reference | Type reference (TYPE) | SRT_WSP_CON_PROCESSING_MODE | SOAManager Connectivity : Processing Mode | 20120702 | |||
| 8 | SENDER_DOMAIN_SYSTEM_KEY | Call by reference | Type reference (TYPE) | SRT_WSP_DOMAIN_SYSTEM_KEY | SRT Central Configuration: Domain System Key | 20120702 | |||
| 9 | TARGET_DOMAIN_SYSTEM_KEY | Call by reference | Type reference (TYPE) | SRT_WSP_DOMAIN_SYSTEM_KEY | SRT Central Configuration: Domain System Key | 20120702 | |||
| 10 | TASK | Value transfer | Object reference (TYPE REF TO) | IF_SRT_WSP_CC_TASK | SRT: Common Central Config Task Interface | 20120702 | |||
| 11 | TASK_TYPE | Call by reference | Type reference (TYPE) | SRT_WSP_CNTRL_CONFIG_TASK_TYPE | SOAManager Central Configuration: Task Type | 20120702 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20120702 |
Method OPEN_BY_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TASK_ID | Call by reference | Type reference (TYPE) | SRT_WSP_CNTRL_CONFIG_TASK_ID | SOAManager Central Configuration: Task ID (GUID32) | 20120702 | |||
| 2 | I_TASK_TYPE | Call by reference | Type reference (TYPE) | SRT_WSP_CNTRL_CONFIG_TASK_TYPE | SOAManager Central Configuration: Task Type | 20120702 | |||
| 3 | R_TASK | Value transfer | Object reference (TYPE REF TO) | IF_SRT_WSP_CC_TASK | SRT: Common Central Config Task Interface | 20120702 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20120702 |
Method OPEN_BY_ID_READ_ONLY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TASK_ID | Call by reference | Type reference (TYPE) | SRT_WSP_CNTRL_CONFIG_TASK_ID | SOAManager Central Configuration: Task ID (GUID32) | 20120702 | |||
| 2 | I_TASK_TYPE | Call by reference | Type reference (TYPE) | SRT_WSP_CNTRL_CONFIG_TASK_TYPE | SOAManager Central Configuration: Task Type | 20120702 | |||
| 3 | R_TASK | Value transfer | Object reference (TYPE REF TO) | IF_SRT_WSP_CC_TASK | SRT: Common Central Config Task Interface | 20120702 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20120702 |
Method OPEN_FROM_XML Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_TASK_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_SRT_WSP_CC_TASK | SRT: Common Central Config Task Interface | 20120702 | |||
| 2 | E_TASK_STRUCT | Value transfer | Type reference (TYPE) | SRT_WSP_CTRL_CFG_TASK_INFO | 20120702 | ||||
| 3 | I_TASK_TYPE | Call by reference | Type reference (TYPE) | SRT_WSP_CNTRL_CONFIG_TASK_TYPE | 20120702 | ||||
| 4 | I_XSTRING | Call by reference | Type reference (TYPE) | XSTRING | 20120702 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120702 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |