SAP /IWBEP/IF_V4_APPLY_NODE OO Class - Apply Tree Node
/IWBEP/IF_V4_APPLY_NODE is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class /IWBEP/IF_V4_APPLY_NODE including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Method list of /IWBEP/IF_V4_APPLY_NODE SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| GET_AGGREG_EXPR_INFO | Get aggregation expression info | Public |
| CALL METHOD /iwbep/if_v4_apply_node=>GET_AGGREG_EXPR_INFO...more details | ||
| GET_CHILDREN | Get the children, see also GCS_CHILD_KINDS | Public |
| CALL METHOD /iwbep/if_v4_apply_node=>GET_CHILDREN...more details | ||
| GET_COMMON_EXPR_INFO | Get common expression info | Public |
| CALL METHOD /iwbep/if_v4_apply_node=>GET_COMMON_EXPR_INFO...more details | ||
| GET_CUSTOM_EXPR_INFO | Get custom expression info | Public |
| CALL METHOD /iwbep/if_v4_apply_node=>GET_CUSTOM_EXPR_INFO...more details | ||
| GET_FILTER_OSQL_WHERE_CLAUSE | Get Open SQL Where Clause | Public |
| CALL METHOD /iwbep/if_v4_apply_node=>GET_FILTER_OSQL_WHERE_CLAUSE...more details | ||
| GET_FILTER_PROPS_WITH_RANGES | Get properties / prop. paths in the filter expression | Public |
| CALL METHOD /iwbep/if_v4_apply_node=>GET_FILTER_PROPS_WITH_RANGES...more details | ||
|
| ||
| GET_FILTER_RANGES_FOR_PROP | Fill RANGE table (select option) for a property / prop. path | Public |
| CALL METHOD /iwbep/if_v4_apply_node=>GET_FILTER_RANGES_FOR_PROP...more details | ||
| GET_FILTER_TREE | Get filter tree | Public |
| CALL METHOD /iwbep/if_v4_apply_node=>GET_FILTER_TREE...more details | ||
| GET_GROUPBY_INFO | Get groupby info | Public |
| CALL METHOD /iwbep/if_v4_apply_node=>GET_GROUPBY_INFO...more details | ||
| GET_KIND | Get the kind (type) of this node, see GCS_NODE_KINDS | Public |
| CALL METHOD /iwbep/if_v4_apply_node=>GET_KIND...more details | ||
| GET_NEXT_NODE | Returns the next node in chain. | Public |
| CALL METHOD /iwbep/if_v4_apply_node=>GET_NEXT_NODE...more details | ||
| GET_TRANSFORMATION_INFO | Get the transformation info | Public |
| CALL METHOD /iwbep/if_v4_apply_node=>GET_TRANSFORMATION_INFO...more details | ||
| IS_AGGREGATE | Is current node an aggregate-node? | Public |
| CALL METHOD /iwbep/if_v4_apply_node=>IS_AGGREGATE...more details | ||
| IS_ANCESTORS | Is current node an ancestors-node? | Public |
| CALL METHOD /iwbep/if_v4_apply_node=>IS_ANCESTORS...more details | ||
| IS_DESCENDANTS | Is current node a descendants-node? | Public |
| CALL METHOD /iwbep/if_v4_apply_node=>IS_DESCENDANTS...more details | ||
| IS_FILTER | Is current node a filter-node? | Public |
| CALL METHOD /iwbep/if_v4_apply_node=>IS_FILTER...more details | ||
| IS_GROUPBY | Is current node a groupby-node? | Public |
| CALL METHOD /iwbep/if_v4_apply_node=>IS_GROUPBY...more details | ||
| IS_IDENTITY | Is current node a identity-node? | Public |
| CALL METHOD /iwbep/if_v4_apply_node=>IS_IDENTITY...more details | ||
| IS_ORDERBY | Is current node a orderby-node? | Public |
| CALL METHOD /iwbep/if_v4_apply_node=>IS_ORDERBY...more details | ||
| IS_SEARCH | Is current node a search-node? | Public |
| CALL METHOD /iwbep/if_v4_apply_node=>IS_SEARCH...more details | ||
| IS_TOPLEVELS | Is current node a toplevels-node? | Public |
| CALL METHOD /iwbep/if_v4_apply_node=>IS_TOPLEVELS...more details | ||
/IWBEP/IF_V4_APPLY_NODE attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| GCS_CHILD_KINDS | Constant | Semantics for an apply tree child node | LIKE | Public | |
| GCS_NODE_KINDS | Constant | Types for an apply tree node | LIKE | Public |
/IWBEP/IF_V4_APPLY_NODE types
TYT_TRAFO_ORDERBY -TY_APPLY_CHILD_KIND -
TY_APPLY_NODE_KIND -
TY_CHILD_KIND - Semantic of an apply tree node child - see GCS_CHILD_KINDS
TY_NODE_KIND - Apply node kind - see GCS_NODE_KIND
TY_S_APPLY_AGGRE_INFO -
TY_S_APPLY_COMMON_INFO -
TY_S_APPLY_GROUPBY_INFO -
TY_S_APPLY_NODE - Apply node and its (only sometimes specific) semantic
TY_S_APPLY_TRAFO_INFO -
TY_S_CUSTOM_AGGREGATE -
TY_T_APPLY_NODE - List of apply nodes
Links to Related Class(s)
/IWBEP/I...Full list of available SAP object classes
Search for further information about these or an SAP related objects