SAP ABAP Class CL_SRT_WSP_CONDITION (SRT: Condition)
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_CONDITION | |
| Short Description | SRT: Condition | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SOAP_CONFIG | SOAP Configuration Framework |
| Created | 20120615 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SRT_WSP_CONDITION has no forward declaration.
Interfaces
Class CL_SRT_WSP_CONDITION has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_SRT_WSP_CONSUMER_FACTORY_A | 20120615 | Consumer Factory Authentication Determination | |
| 2 | CL_SRT_WSP_CONSUMER_FACTORY_R | 20120615 | SRT: Consumer Factory | |
| 3 | CL_SRT_WSP_CONSUMER_FACTORY_S | 20120615 | Consumer Factory Sender Determination | |
| 4 | CL_SRT_WSP_EXPRESSION | 20120615 | SRT: Expression | |
| 5 | CL_SRT_WSP_SELECT_OPTION | 20120615 | SRT: Select Option |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | BOOLEAN | 20120615 | ||||
| 2 | Instance attribute | Public | Type reference (TYPE) | SRT_CREATE_INFO | 20120615 | ||||
| 3 | Instance attribute | Public | Type reference (TYPE) | SRT_WSP_COND_ID | 20120615 | ||||
| 4 | Instance attribute | Public | Type reference (TYPE) | SRT_WSP_COND_KEY | 20120615 | ||||
| 5 | Instance attribute | Public | Type reference (TYPE) | STTY_SRT_WSP_CONDITIONS | 20120615 | ||||
| 6 | Instance attribute | Public | Type reference (TYPE) | SRT_WSP_CONDITION_TYPE | 20120615 | ||||
| 7 | Instance attribute | Public | Type reference (TYPE) | SRT_CREATE_INFO | 20120615 | ||||
| 8 | Instance attribute | Public | Type reference (TYPE) | SRT_WSP_EXPRESSION_LIST | 20120615 | ||||
| 9 | Instance attribute | Private | Type reference (TYPE) | SRT_LRD_INTERNAL_KEY | 20120615 | ||||
| 10 | Instance attribute | Public | Object reference (TYPE REF TO) | OBJECT | 20120615 | ||||
| 11 | Instance attribute | Public | Type reference (TYPE) | STRING | 20120615 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Checks the condition | 20120615 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20120615 | |
| 3 | Static method | Protected | Method | Create a new condition | 20120615 | |
| 4 | Instance method | Public | Method | Create new expression and add to this condition | 20120615 | |
| 5 | Instance method | Public | Method | Delete Condition | 20120615 | |
| 6 | Instance method | Private | Method | Inits from database | 20120615 | |
| 7 | Static method | Protected | Method | Open an existing condition | 20120615 | |
| 8 | Instance method | Public | Method | Remove expression from this condition | 20120615 | |
| 9 | Instance method | Protected | Method | Saves condition | 20120615 | |
| 10 | Instance method | Protected | Method | Set Changed | 20120615 |
Events
Class CL_SRT_WSP_CONDITION has no event.
Types
Class CL_SRT_WSP_CONDITION has no local type.
Method Signatures
Method CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_IS_CONSISTENT | Value transfer | Type reference (TYPE) | BOOLEAN | 20120615 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120615 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONDITION_ID | Call by reference | Type reference (TYPE) | SRT_WSP_COND_ID | 20120615 | ||||
| 2 | CONDITION_KEY | Call by reference | Type reference (TYPE) | SRT_WSP_COND_KEY | 20120615 | ||||
| 3 | CONDITION_TYPE | Call by reference | Type reference (TYPE) | SRT_WSP_CONDITION_TYPE | 20120615 | ||||
| 4 | CREATE | Call by reference | Type reference (TYPE) | BOOLEAN | 20120615 | ||||
| 5 | PARENT_OBJECT | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20120615 | ||||
| 6 | PARENT_OBJECT_KEY | Call by reference | Type reference (TYPE) | ANY | 20120615 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120615 |
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONDITION_ID | Call by reference | Type reference (TYPE) | SRT_WSP_COND_ID | 20120615 | ||||
| 2 | CONDITION_TYPE | Call by reference | Type reference (TYPE) | SRT_WSP_CONDITION_TYPE | 20120615 | ||||
| 3 | PARENT_OBJECT | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20120615 | ||||
| 4 | PARENT_OBJECT_KEY | Call by reference | Type reference (TYPE) | ANY | 20120615 | ||||
| 5 | R_CONDITION | Value transfer | Object reference (TYPE REF TO) | CL_SRT_WSP_CONDITION | 20120615 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120615 |
Method CREATE_EXPRESSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_EXPRESSION_ID | Call by reference | Type reference (TYPE) | SRT_WSP_EXPR_ID | 20120615 | ||||
| 2 | R_EXPRESSION | Value transfer | Object reference (TYPE REF TO) | CL_SRT_WSP_EXPRESSION | 20120615 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120615 |
Method DELETE Signature
Method DELETE on class CL_SRT_WSP_CONDITION has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120615 |
Method INIT_FROM_DB Signature
Method INIT_FROM_DB on class CL_SRT_WSP_CONDITION has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120615 |
Method OPEN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONDITION_KEY | Call by reference | Type reference (TYPE) | SRT_WSP_COND_KEY | 20120615 | ||||
| 2 | CONDITION_TYPE | Call by reference | Type reference (TYPE) | SRT_WSP_CONDITION_TYPE | 20120615 | ||||
| 3 | PARENT_OBJECT | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20120615 | ||||
| 4 | PARENT_OBJECT_KEY | Call by reference | Type reference (TYPE) | ANY | 20120615 | ||||
| 5 | R_CONDITION | Value transfer | Object reference (TYPE REF TO) | CL_SRT_WSP_CONDITION | 20120615 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120615 |
Method REMOVE_EXPRESSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_EXPRESSION | Call by reference | Object reference (TYPE REF TO) | CL_SRT_WSP_EXPRESSION | 20120615 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120615 |
Method SAVE Signature
Method SAVE on class CL_SRT_WSP_CONDITION has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120615 |
Method SET_CHANGED Signature
Method SET_CHANGED on class CL_SRT_WSP_CONDITION has no parameter.
Method SET_CHANGED on class CL_SRT_WSP_CONDITION has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |