SAP /IWBEP/CL_OD_EXP_SEL_BUILDER OO Class - OData V4 Expand/Select Tree Builder









/IWBEP/CL_OD_EXP_SEL_BUILDER 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/CL_OD_EXP_SEL_BUILDER 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/CL_OD_EXP_SEL_BUILDER 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
ADD_MANDATORY_PROPERTIESAdd mandatory properties (key, eTag)Private
CALL METHOD /iwbep/cl_od_exp_sel_builder=>ADD_MANDATORY_PROPERTIES...more details

ADD_PATH_TO_SELECT_NODECreate sub-selects to a select node based on a property pathPrivate
CALL METHOD /iwbep/cl_od_exp_sel_builder=>ADD_PATH_TO_SELECT_NODE...more details

BUILD_FROM_COMPONENT_NAMESBuild expand select info from a Lib component name tablePublic
CALL METHOD /iwbep/cl_od_exp_sel_builder=>BUILD_FROM_COMPONENT_NAMES...more details

BUILD_FROM_LIB_TREEBuild expand and select information based on OData Lib treePublic
CALL METHOD /iwbep/cl_od_exp_sel_builder=>BUILD_FROM_LIB_TREE...more details

BUILD_FROM_LIB_TREE_INTBuild from OData Lib tree (called recursively)Private
CALL METHOD /iwbep/cl_od_exp_sel_builder=>BUILD_FROM_LIB_TREE_INT...more details

BUILD_FROM_NAV_COMPONENT_NAMESBuild expand info from a Lib component name tablePublic
CALL METHOD /iwbep/cl_od_exp_sel_builder=>BUILD_FROM_NAV_COMPONENT_NAMES...more details

BUILD_SELECT_FROM_COMPONENTSBuild select tree from OData Lib component table (PATCH)Public
CALL METHOD /iwbep/cl_od_exp_sel_builder=>BUILD_SELECT_FROM_COMPONENTS...more details

BUILD_SELECT_FROM_EDM_NAMESBuild simple select tree from a list of property edm namesPublic
CALL METHOD /iwbep/cl_od_exp_sel_builder=>BUILD_SELECT_FROM_EDM_NAMES...more details

BUILD_SELECT_FROM_PATHBuild simple select tree from property pathPublic
CALL METHOD /iwbep/cl_od_exp_sel_builder=>BUILD_SELECT_FROM_PATH...more details

BUILD_SELECT_PATHBuild an ABAP path from the lib select representationPrivate
CALL METHOD /iwbep/cl_od_exp_sel_builder=>BUILD_SELECT_PATH...more details

BUILD_SELECT_PATH_TABLEBuild a path table of select from the OData Lib treePublic
CALL METHOD /iwbep/cl_od_exp_sel_builder=>BUILD_SELECT_PATH_TABLE...more details

PROCESS_EXPAND_NODEProcess expand nodePrivate
CALL METHOD /iwbep/cl_od_exp_sel_builder=>PROCESS_EXPAND_NODE...more details

PROCESS_SELECT_NODE_FROM_ACProcess select node from actionPrivate
CALL METHOD /iwbep/cl_od_exp_sel_builder=>PROCESS_SELECT_NODE_FROM_AC...more details

PROCESS_SELECT_NODE_FROM_CTABProcess select node from components (called recursively)Private
CALL METHOD /iwbep/cl_od_exp_sel_builder=>PROCESS_SELECT_NODE_FROM_CTAB...more details

PROCESS_SELECT_NODE_FROM_PATHProcess select node from path (called recursively)Private
CALL METHOD /iwbep/cl_od_exp_sel_builder=>PROCESS_SELECT_NODE_FROM_PATH...more details



/IWBEP/CL_OD_EXP_SEL_BUILDER 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
GV_DYNAMIC_PROP_COUNTERStatic AttributeNumber of dynamic propertiesLIKE
I
Private


Links to Related Class(s)

/IWBEP/C...
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!