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_NODE

Method 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 NameDescriptionVisability
ADD_GLOBAL_TEMPORAL_FIELDSAdds default global temporal join filedsPublic
CALL METHOD cl_hcpr_join_node=>ADD_GLOBAL_TEMPORAL_FIELDS...more details

ADD_JOINAdds a new join conditionPublic
CALL METHOD cl_hcpr_join_node=>ADD_JOIN...more details

ADD_TEMPORAL_FIELDSAdds the temporal join fields for an InfoProviderPublic
CALL METHOD cl_hcpr_join_node=>ADD_TEMPORAL_FIELDS...more details

ADD_TEMPORAL_FIELDS_IOBJAdds 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_OBJECTSAdds all temporal join parameters for a new inputPublic
CALL METHOD cl_hcpr_join_node=>ADD_TEMPORAL_JOIN_OBJECTS...more details

GET_BASE_INFO_OBJECT_NAMEExtracts the Base InfoObject Name from a IOBJ ProviderPrivate
CALL METHOD cl_hcpr_join_node=>GET_BASE_INFO_OBJECT_NAME...more details

GET_DIM_FOR_IOBJ_TEMP_FIELDSCalculate Dimension for common temporal fields of an IOBJPrivate
CALL METHOD cl_hcpr_join_node=>GET_DIM_FOR_IOBJ_TEMP_FIELDS...more details

GET_JOINReturns an initialized join conditionPublic
CALL METHOD cl_hcpr_join_node=>GET_JOIN...more details

GET_JOINSReturns the list of join conditionsPublic
CALL METHOD cl_hcpr_join_node=>GET_JOINS...more details

HAS_INFO_OBJECT_TIME_DEP_ATTRChecks whether the infoObject has time dep. attributesPrivate
CALL METHOD cl_hcpr_join_node=>HAS_INFO_OBJECT_TIME_DEP_ATTR...more details

IS_PARTPROV_TJOIN_ENABLEDChecks whether the PartProvider type is supported for TJOINPrivate
CALL METHOD cl_hcpr_join_node=>IS_PARTPROV_TJOIN_ENABLED...more details

REMOVE_ALL_TJOIN_OBJECTSRemoves all temporal join objects of a PartProviderPrivate
CALL METHOD cl_hcpr_join_node=>REMOVE_ALL_TJOIN_OBJECTS...more details

REMOVE_JOINRemoves an existing join conditionPublic
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



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!