SAP ABAP Interface IF_SRT_WSP_EXPRESSION_NODE (WSP Expression Node)
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_EXPRESSION_NODE | WSP Expression Node | 20040804 |
Properties
Interface | IF_SRT_WSP_EXPRESSION_NODE | |
Short Description | WSP Expression Node |
General Data
Package | SOAP_CONFIG | SOAP Configuration Framework |
Created | 20040804 | SAP |
Last changed | 20090618 | 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_EXPRESSION_NODE has no interface.
Friends
Interface IF_SRT_WSP_EXPRESSION_NODE has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | CO_OPERATOR_ALL | Constant | Public | Type reference (TYPE) | SRT_WSP_OPERATOR | TSRTP_C_WSP_OP_ALL | Operator "ALL" | 20040804 | |
2 | CO_OPERATOR_EXACTLYONE | Constant | Public | Type reference (TYPE) | SRT_WSP_OPERATOR | TSRTP_C_WSP_OP_EXACTLYONE | Operator "EXACTLYONE" | 20040804 | |
3 | CO_OPERATOR_POLICY | Constant | Public | Type reference (TYPE) | SRT_WSP_OPERATOR | TSRTP_C_WSP_OP_POLICY | Operator "POLICY" | 20040804 | |
4 | HAS_EXPRESSIONS | Instance attribute | Public | Type reference (TYPE) | BOOLEAN | Expressions = 'X'; No Expressions = ' ' | 20040809 | ||
5 | HAS_STATEMENTS | Instance attribute | Public | Type reference (TYPE) | BOOLEAN | Statements = 'X'; No Statements = ' ' | 20040929 | ||
6 | IS_ROOT | Instance attribute | Public | Type reference (TYPE) | BOOLEAN | Root = 'X'; Child = ' ' | 20040805 | ||
7 | OPERATOR | 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
Interface IF_SRT_WSP_EXPRESSION_NODE has no event.
Types
Interface 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 | 700 |