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 Name | Description | Visability |
| ADD_MANDATORY_PROPERTIES | Add mandatory properties (key, eTag) | Private |
| CALL METHOD /iwbep/cl_od_exp_sel_builder=>ADD_MANDATORY_PROPERTIES...more details | ||
| ADD_PATH_TO_SELECT_NODE | Create sub-selects to a select node based on a property path | Private |
| CALL METHOD /iwbep/cl_od_exp_sel_builder=>ADD_PATH_TO_SELECT_NODE...more details | ||
| BUILD_FROM_COMPONENT_NAMES | Build expand select info from a Lib component name table | Public |
| CALL METHOD /iwbep/cl_od_exp_sel_builder=>BUILD_FROM_COMPONENT_NAMES...more details | ||
| BUILD_FROM_LIB_TREE | Build expand and select information based on OData Lib tree | Public |
| CALL METHOD /iwbep/cl_od_exp_sel_builder=>BUILD_FROM_LIB_TREE...more details | ||
| BUILD_FROM_LIB_TREE_INT | Build 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_NAMES | Build expand info from a Lib component name table | Public |
| CALL METHOD /iwbep/cl_od_exp_sel_builder=>BUILD_FROM_NAV_COMPONENT_NAMES...more details | ||
|
| ||
| BUILD_SELECT_FROM_COMPONENTS | Build 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_NAMES | Build simple select tree from a list of property edm names | Public |
| CALL METHOD /iwbep/cl_od_exp_sel_builder=>BUILD_SELECT_FROM_EDM_NAMES...more details | ||
| BUILD_SELECT_FROM_PATH | Build simple select tree from property path | Public |
| CALL METHOD /iwbep/cl_od_exp_sel_builder=>BUILD_SELECT_FROM_PATH...more details | ||
| BUILD_SELECT_PATH | Build an ABAP path from the lib select representation | Private |
| CALL METHOD /iwbep/cl_od_exp_sel_builder=>BUILD_SELECT_PATH...more details | ||
| BUILD_SELECT_PATH_TABLE | Build a path table of select from the OData Lib tree | Public |
| CALL METHOD /iwbep/cl_od_exp_sel_builder=>BUILD_SELECT_PATH_TABLE...more details | ||
| PROCESS_EXPAND_NODE | Process expand node | Private |
| CALL METHOD /iwbep/cl_od_exp_sel_builder=>PROCESS_EXPAND_NODE...more details | ||
| PROCESS_SELECT_NODE_FROM_AC | Process select node from action | Private |
| CALL METHOD /iwbep/cl_od_exp_sel_builder=>PROCESS_SELECT_NODE_FROM_AC...more details | ||
| PROCESS_SELECT_NODE_FROM_CTAB | Process 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_PATH | Process 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.
| Name | Level | Description | Initial Value | Type | Visability |
| GV_DYNAMIC_PROP_COUNTER | Static Attribute | Number of dynamic properties | LIKE 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