SAP ABAP Class IF_SRT_WSP_EXPRESSION_NODE (WSP Expression Node)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SRT_WSP_EXPRESSION_NODE | WSP Expression Node | 20040804 |
Properties
| Class | IF_SRT_WSP_EXPRESSION_NODE | |
| Short Description | WSP Expression Node | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20040804 | SAP |
| Last change | 20090618 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class IF_SRT_WSP_EXPRESSION_NODE has no interface implemented.
Friends
Class IF_SRT_WSP_EXPRESSION_NODE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | SRT_WSP_OPERATOR | TSRTP_C_WSP_OP_ALL | Operator "ALL" | 20040804 | ||
| 2 | Constant | Public | Type reference (TYPE) | SRT_WSP_OPERATOR | TSRTP_C_WSP_OP_EXACTLYONE | Operator "EXACTLYONE" | 20040804 | ||
| 3 | Constant | Public | Type reference (TYPE) | SRT_WSP_OPERATOR | TSRTP_C_WSP_OP_POLICY | Operator "POLICY" | 20040804 | ||
| 4 | Instance attribute | Public | Type reference (TYPE) | BOOLEAN | Expressions = 'X'; No Expressions = ' ' | 20040809 | |||
| 5 | Instance attribute | Public | Type reference (TYPE) | BOOLEAN | Statements = 'X'; No Statements = ' ' | 20040929 | |||
| 6 | Instance attribute | Public | Type reference (TYPE) | BOOLEAN | Root = 'X'; Child = ' ' | 20040805 | |||
| 7 | Instance attribute | Public | Type reference (TYPE) | SRT_WSP_OPERATOR | Operator | 20040804 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Adds Statement | 20040929 | |
| 2 | Instance method | Public | Method | Creates New Child Expression | 20040804 | |
| 3 | Static method | Public | Method | Creates New Root Expression | 20040804 | |
| 4 | Instance method | Public | Method | Removes Given Expression | 20040804 | |
| 5 | Instance method | Public | Method | Removes Given Statement | 20040929 | |
| 6 | Instance method | Public | Method | Evaluates Against Template | 20040804 | |
| 7 | Instance method | Public | Method | Gets All Expressions | 20040804 | |
| 8 | Instance method | Public | Method | Returns Normalized Copy of Expression | 20040804 | |
| 9 | Instance method | Public | Method | Returns All Statements | 20040929 | |
| 10 | Instance method | Public | Method | Sets All Statements | 20040929 |
Events
Class IF_SRT_WSP_EXPRESSION_NODE has no event.
Types
Class IF_SRT_WSP_EXPRESSION_NODE has no local type.
Method Signatures
Method ADD_STATEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | STATEMENT | Call by reference | Object reference (TYPE REF TO) | IF_SRT_WSP_STATEMENT | WSP statement | 20040929 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20041122 |
Method CREATE_CHILD_EXPRESSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXPRESSION | Value transfer | Object reference (TYPE REF TO) | IF_SRT_WSP_EXPRESSION_NODE | WSP expression node | 20040804 | |||
| 2 | OPERATOR | Call by reference | Type reference (TYPE) | SRT_WSP_OPERATOR | WSP Operator | 20040804 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20041122 |
Method CREATE_ROOT_EXPRESSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXPRESSION | Value transfer | Object reference (TYPE REF TO) | IF_SRT_WSP_EXPRESSION_NODE | WSP expression node | 20040804 | |||
| 2 | OPERATOR | Value transfer | Type reference (TYPE) | SRT_WSP_OPERATOR | WSP Operator | 20040804 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20041122 |
Method DELETE_EXPRESSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXPRESSION | Call by reference | Object reference (TYPE REF TO) | IF_SRT_WSP_EXPRESSION_NODE | WSP expression node | 20040804 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20041122 |
Method DELETE_STATEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | STATEMENT | Call by reference | Object reference (TYPE REF TO) | IF_SRT_WSP_STATEMENT | WSP statement | 20040929 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20041122 |
Method EVALUATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RC | Call by reference | Type reference (TYPE) | BOOLEAN | return code OK = 'X' NOT OK = '' | 20040804 | |||
| 2 | TEMPLATE | Call by reference | Object reference (TYPE REF TO) | IF_SRT_WSP_EXPRESSION_NODE | template expression | 20040804 | |||
| 3 | VALID_EXPRESSIONS | Call by reference | Object reference (TYPE REF TO) | IF_SRT_WSP_EXPRESSION_NODE | wrong expressions | 20040812 | |||
| 4 | WRONG_EXPRESSIONS | Call by reference | Object reference (TYPE REF TO) | IF_SRT_WSP_EXPRESSION_NODE | wrong expressions | 20040804 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20041122 |
Method GET_EXPRESSIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXPRESSIONS | Value transfer | Type reference (TYPE) | SRT_IF_SRT_WSP_EXPRESSIONS | table of WSP expressions | 20040804 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20041122 |
Method GET_NORMALIZED_EXPRESSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXPRESSION | Value transfer | Object reference (TYPE REF TO) | IF_SRT_WSP_EXPRESSION_NODE | WSP expression node | 20040804 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20041122 |
Method GET_STATEMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | STATEMENTS | Value transfer | Type reference (TYPE) | SRT_IF_SRT_WSP_STATEMENTS | table of WSP statements | 20040929 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20041122 |
Method SET_STATEMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | STATEMENTS | Call by reference | Type reference (TYPE) | SRT_IF_SRT_WSP_STATEMENTS | table of WSP statements | 20040929 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20041122 |
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in |