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 NameDescriptionVisability
GET_AGGREG_EXPR_INFOGet aggregation expression infoPublic
CALL METHOD /iwbep/if_v4_apply_node=>GET_AGGREG_EXPR_INFO...more details

GET_CHILDRENGet the children, see also GCS_CHILD_KINDSPublic
CALL METHOD /iwbep/if_v4_apply_node=>GET_CHILDREN...more details

GET_COMMON_EXPR_INFOGet common expression infoPublic
CALL METHOD /iwbep/if_v4_apply_node=>GET_COMMON_EXPR_INFO...more details

GET_CUSTOM_EXPR_INFOGet custom expression infoPublic
CALL METHOD /iwbep/if_v4_apply_node=>GET_CUSTOM_EXPR_INFO...more details

GET_FILTER_OSQL_WHERE_CLAUSEGet Open SQL Where ClausePublic
CALL METHOD /iwbep/if_v4_apply_node=>GET_FILTER_OSQL_WHERE_CLAUSE...more details

GET_FILTER_PROPS_WITH_RANGESGet properties / prop. paths in the filter expressionPublic
CALL METHOD /iwbep/if_v4_apply_node=>GET_FILTER_PROPS_WITH_RANGES...more details

GET_FILTER_RANGES_FOR_PROPFill RANGE table (select option) for a property / prop. pathPublic
CALL METHOD /iwbep/if_v4_apply_node=>GET_FILTER_RANGES_FOR_PROP...more details

GET_FILTER_TREEGet filter treePublic
CALL METHOD /iwbep/if_v4_apply_node=>GET_FILTER_TREE...more details

GET_GROUPBY_INFOGet groupby infoPublic
CALL METHOD /iwbep/if_v4_apply_node=>GET_GROUPBY_INFO...more details

GET_KINDGet the kind (type) of this node, see GCS_NODE_KINDSPublic
CALL METHOD /iwbep/if_v4_apply_node=>GET_KIND...more details

GET_NEXT_NODEReturns the next node in chain.Public
CALL METHOD /iwbep/if_v4_apply_node=>GET_NEXT_NODE...more details

GET_TRANSFORMATION_INFOGet the transformation infoPublic
CALL METHOD /iwbep/if_v4_apply_node=>GET_TRANSFORMATION_INFO...more details

IS_AGGREGATEIs current node an aggregate-node?Public
CALL METHOD /iwbep/if_v4_apply_node=>IS_AGGREGATE...more details

IS_ANCESTORSIs current node an ancestors-node?Public
CALL METHOD /iwbep/if_v4_apply_node=>IS_ANCESTORS...more details

IS_DESCENDANTSIs current node a descendants-node?Public
CALL METHOD /iwbep/if_v4_apply_node=>IS_DESCENDANTS...more details

IS_FILTERIs current node a filter-node?Public
CALL METHOD /iwbep/if_v4_apply_node=>IS_FILTER...more details

IS_GROUPBYIs current node a groupby-node?Public
CALL METHOD /iwbep/if_v4_apply_node=>IS_GROUPBY...more details

IS_IDENTITYIs current node a identity-node?Public
CALL METHOD /iwbep/if_v4_apply_node=>IS_IDENTITY...more details

IS_ORDERBYIs current node a orderby-node?Public
CALL METHOD /iwbep/if_v4_apply_node=>IS_ORDERBY...more details

IS_SEARCHIs current node a search-node?Public
CALL METHOD /iwbep/if_v4_apply_node=>IS_SEARCH...more details

IS_TOPLEVELSIs 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.

NameLevelDescriptionInitial ValueTypeVisability
GCS_CHILD_KINDSConstantSemantics for an apply tree child nodeLIKE
Public
GCS_NODE_KINDSConstantTypes for an apply tree nodeLIKE
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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!