SAP ABAP Interface /IWBEP/IF_MGW_EXPR_NODE (Expression node)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-BSE-SDE (Application Component) Gateway SAP Data Enablement
⤷
/IWBEP/MGW_GSR_FILTER_EXPR (Package) OData Channel - Service Interface - Filter Tree Expression

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | /IWBEP/IF_MGW_EXPR_BINARY | Binary expression | 20130326 |
2 | Interface composition (i COMPRISING i_ref) | /IWBEP/IF_MGW_EXPR_FUNCTION | Function expression | 20130326 |
3 | Interface composition (i COMPRISING i_ref) | /IWBEP/IF_MGW_EXPR_LITERAL | Literal expression | 20130326 |
4 | Interface composition (i COMPRISING i_ref) | /IWBEP/IF_MGW_EXPR_MEMBER | Member expression | 20130326 |
5 | Interface composition (i COMPRISING i_ref) | /IWBEP/IF_MGW_EXPR_PROPERTY | Property expression | 20130326 |
6 | Interface composition (i COMPRISING i_ref) | /IWBEP/IF_MGW_EXPR_UNARY | Unary expression | 20130326 |
7 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWBEP/CL_MGW_EXPR_NODE | Expression node | 20130326 |
Properties
Interface | /IWBEP/IF_MGW_EXPR_NODE | |
Short Description | Expression node |
General Data
Package | /IWBEP/MGW_GSR_FILTER_EXPR | OData Channel - Service Interface - Filter Tree Expression |
Created | 20130326 | SAP |
Last changed | 20141120 | |
Unicode checks active |
Forward declarations
Interface /IWBEP/IF_MGW_EXPR_NODE has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | /IWBEP/IF_MGW_EXPR_VISITABLE | Expression Visitable interface | 20130902 |
Friends
Interface /IWBEP/IF_MGW_EXPR_NODE has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ERROR_INFORMATION | Instance attribute | Public | Object reference (TYPE REF TO) | ERROR_INFORMATION_S | Contains error information in case of parsing errors | 20130326 | ||
2 | KIND | Instance attribute | Public | Type reference (TYPE) | NODE_KIND | Node Kind | 20130326 | ||
3 | KIND_BINARY | Constant | Public | Type reference (TYPE) | NODE_KIND | 'B' | Binary expression | 20130326 | |
4 | KIND_FUNCTION | Constant | Public | Type reference (TYPE) | NODE_KIND | 'F' | Function expression | 20130326 | |
5 | KIND_LITERAL | Constant | Public | Type reference (TYPE) | NODE_KIND | 'C' | Literal expression | 20130326 | |
6 | KIND_MEMBER | Constant | Public | Type reference (TYPE) | NODE_KIND | 'M' | Member access expression | 20130326 | |
7 | KIND_PROPERTY | Constant | Public | Type reference (TYPE) | NODE_KIND | 'P' | Property expression | 20130326 | |
8 | KIND_UNARY | Constant | Public | Type reference (TYPE) | NODE_KIND | 'U' | Unary expression | 20130326 |
Methods
Interface /IWBEP/IF_MGW_EXPR_NODE has no method.
Events
Interface /IWBEP/IF_MGW_EXPR_NODE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | ERROR_INFORMATION_S | Public | See coding | 20130326 | BEGIN OF error_information_s,
position TYPE i,
exception TYPE REF TO cx_root,
text TYPE string,
END OF error_information_s
|
||
2 | NODE_KIND | Public | See coding | 20130326 | node_kind TYPE c LENGTH 1
|
History
Last changed by/on | SAP | 20141120 |
SAP Release Created in | 200 |