SAP CL_HCPR_JOIN_NODE OO Class - View Node for JOIN Operation
CL_HCPR_JOIN_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 CL_HCPR_JOIN_NODE including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Inheritance
This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CL_HCPR_JOIN_NODE is CL_HCPR_VIEW_NODEMethod list of CL_HCPR_JOIN_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 |
| ADD_GLOBAL_TEMPORAL_FIELDS | Adds default global temporal join fileds | Public |
| CALL METHOD cl_hcpr_join_node=>ADD_GLOBAL_TEMPORAL_FIELDS...more details | ||
| ADD_JOIN | Adds a new join condition | Public |
| CALL METHOD cl_hcpr_join_node=>ADD_JOIN...more details | ||
| ADD_TEMPORAL_FIELDS | Adds the temporal join fields for an InfoProvider | Public |
| CALL METHOD cl_hcpr_join_node=>ADD_TEMPORAL_FIELDS...more details | ||
| ADD_TEMPORAL_FIELDS_IOBJ | Adds the common temporal join fields for an InfoObject prov. | Private |
| CALL METHOD cl_hcpr_join_node=>ADD_TEMPORAL_FIELDS_IOBJ...more details | ||
| ADD_TEMPORAL_JOIN_OBJECTS | Adds all temporal join parameters for a new input | Public |
| CALL METHOD cl_hcpr_join_node=>ADD_TEMPORAL_JOIN_OBJECTS...more details | ||
| GET_BASE_INFO_OBJECT_NAME | Extracts the Base InfoObject Name from a IOBJ Provider | Private |
| CALL METHOD cl_hcpr_join_node=>GET_BASE_INFO_OBJECT_NAME...more details | ||
|
| ||
| GET_DIM_FOR_IOBJ_TEMP_FIELDS | Calculate Dimension for common temporal fields of an IOBJ | Private |
| CALL METHOD cl_hcpr_join_node=>GET_DIM_FOR_IOBJ_TEMP_FIELDS...more details | ||
| GET_JOIN | Returns an initialized join condition | Public |
| CALL METHOD cl_hcpr_join_node=>GET_JOIN...more details | ||
| GET_JOINS | Returns the list of join conditions | Public |
| CALL METHOD cl_hcpr_join_node=>GET_JOINS...more details | ||
| HAS_INFO_OBJECT_TIME_DEP_ATTR | Checks whether the infoObject has time dep. attributes | Private |
| CALL METHOD cl_hcpr_join_node=>HAS_INFO_OBJECT_TIME_DEP_ATTR...more details | ||
| IS_PARTPROV_TJOIN_ENABLED | Checks whether the PartProvider type is supported for TJOIN | Private |
| CALL METHOD cl_hcpr_join_node=>IS_PARTPROV_TJOIN_ENABLED...more details | ||
| REMOVE_ALL_TJOIN_OBJECTS | Removes all temporal join objects of a PartProvider | Private |
| CALL METHOD cl_hcpr_join_node=>REMOVE_ALL_TJOIN_OBJECTS...more details | ||
| REMOVE_JOIN | Removes an existing join condition | Public |
| CALL METHOD cl_hcpr_join_node=>REMOVE_JOIN...more details | ||
Links to Related Class(s)
CL_HCPR_...Full list of available SAP object classes
Search for further information about these or an SAP related objects