SAP CL_GUIBB_BOL_BASE_JOIN OO Class - Generic BOL Feeder Join View









CL_GUIBB_BOL_BASE_JOIN 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_GUIBB_BOL_BASE_JOIN 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_GUIBB_BOL_BASE_JOIN is CL_GUIBB_BOL_BASE

Method list of CL_GUIBB_BOL_BASE_JOIN 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_JOIN_METHOD_ACTIONSAdds the actions arising from a from a join object methodProtected
CALL METHOD cl_guibb_bol_base_join=>ADD_JOIN_METHOD_ACTIONS...more details

CREATE_JOIN_CHILDRENRecursively creates the child entities for a joinProtected
CALL METHOD cl_guibb_bol_base_join=>CREATE_JOIN_CHILDREN...more details

EXTEND_BY_JOINED_OBJECTSExtend RTTI and metadata by join object attributesProtected
CALL METHOD cl_guibb_bol_base_join=>EXTEND_BY_JOINED_OBJECTS...more details

GET_FIELD_PROPS_FOR_USAGERetrieves the field properties for the field usageProtected
CALL METHOD cl_guibb_bol_base_join=>GET_FIELD_PROPS_FOR_USAGE...more details

GET_JOINED_ENTITYReturns the enitity related by a joinProtected
CALL METHOD cl_guibb_bol_base_join=>GET_JOINED_ENTITY...more details

GET_JOIN_BOL_ATTRRetrieves the BOL attribute for a (mapped) object attributeProtected
CALL METHOD cl_guibb_bol_base_join=>GET_JOIN_BOL_ATTR...more details

GET_JOIN_CHILDREN_DATARetrieve attrubtes for join child entitiesProtected
CALL METHOD cl_guibb_bol_base_join=>GET_JOIN_CHILDREN_DATA...more details

GET_JOIN_ENTITY_DATARetrieve data for joined entityProtected
CALL METHOD cl_guibb_bol_base_join=>GET_JOIN_ENTITY_DATA...more details

GET_JOIN_INITIAL_DATAReturns initial data for join relationsProtected
CALL METHOD cl_guibb_bol_base_join=>GET_JOIN_INITIAL_DATA...more details

GET_JOIN_MAPPERReturns the mapper instance for a join IDProtected
CALL METHOD cl_guibb_bol_base_join=>GET_JOIN_MAPPER...more details

GET_JOIN_MESSAGESRetrieve the messages affiliated to join enitiesProtected
CALL METHOD cl_guibb_bol_base_join=>GET_JOIN_MESSAGES...more details

GET_JOIN_METHOD_ACTIONSGet the actions from join object methodsProtected
CALL METHOD cl_guibb_bol_base_join=>GET_JOIN_METHOD_ACTIONS...more details

GET_JOIN_OUPORT_DATAReturns a collection for a join outportProtected
CALL METHOD cl_guibb_bol_base_join=>GET_JOIN_OUPORT_DATA...more details

GET_JOIN_PATHReturns the relation path for a joinProtected
CALL METHOD cl_guibb_bol_base_join=>GET_JOIN_PATH...more details

GET_JOIN_RELATION_FILTERReturns relation filter (buffered) for joinProtected
CALL METHOD cl_guibb_bol_base_join=>GET_JOIN_RELATION_FILTER...more details

IS_JOIN_ENABLEDIs this class enabled for joining BOL objectsProtected
CALL METHOD cl_guibb_bol_base_join=>IS_JOIN_ENABLED...more details

SET_UP_JOIN_PORTSDefines the ports arising from joinsProtected
CALL METHOD cl_guibb_bol_base_join=>SET_UP_JOIN_PORTS...more details

TRANSFER_JOINSTransfers the join definition into internal metadataProtected
CALL METHOD cl_guibb_bol_base_join=>TRANSFER_JOINS...more details



CL_GUIBB_BOL_BASE_JOIN 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
CV_PARAM_BOL_OBJ_MAP_TABConstant'BOL_OBJECT_MAP_TABLE'LIKE
STRING
Public
CV_PARAM_JOINConstant'JOINED_OBJECTS'LIKE
STRING
Public
CV_SP_GROUP_NULLConstant'0000'LIKE
JOIN_ID
Protected
MT_JOINInstance AttributeLIKE
T_JOIN
Protected
MT_JOIN_ACTIONInstance AttributeLIKE
T_JOIN_ACTION
Protected
MT_JOIN_ATTRInstance AttributeLIKE
T_JOIN_ATTR
Protected
MT_JOIN_EDITInstance AttributeLIKE
T_JOIN_EDIT
Protected
MT_JOIN_RELATION_FILTERInstance AttributeLIKE
T_JOIN_RELATION_FILTER
Private
MT_JOIN_USAGEInstance AttributeLIKE
T_JOIN_USAGE
Protected
MV_JOIN_COUNTInstance Attribute'0000'LIKE
Protected




CL_GUIBB_BOL_BASE_JOIN types

JOIN_ID -
S_JOIN -
S_JOIN_ACTION -
S_JOIN_ATTR -
S_JOIN_EDIT -
S_JOIN_RELATION_FILTER -
S_JOIN_USAGE -
T_JOIN -
T_JOIN_ACTION -
T_JOIN_ATTR -
T_JOIN_EDIT -
T_JOIN_RELATION_FILTER -
T_JOIN_USAGE -

Links to Related Class(s)

CL_GUIBB...
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!