SAP CL_GUIBB_BOL_COLLECTION OO Class - Generic BOL Feeder List









CL_GUIBB_BOL_COLLECTION 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_COLLECTION 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_COLLECTION is CL_GUIBB_BOL_BASE_JOIN

Method list of CL_GUIBB_BOL_COLLECTION 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_STANDARD_ROW_ACTIONSAdds standard row actions: Edit, DeleteProtected
CALL METHOD cl_guibb_bol_collection=>ADD_STANDARD_ROW_ACTIONS...more details

ADJUST_SELECTIONAdjust the selection indices from previous selectionProtected
CALL METHOD cl_guibb_bol_collection=>ADJUST_SELECTION...more details

CHECK_SELECTIONAdjust the seletion and checks for selection changesProtected
CALL METHOD cl_guibb_bol_collection=>CHECK_SELECTION...more details

CREATE_ROW_ACTION_REFSExtends RTTI by row action reference fieldsProtected
CALL METHOD cl_guibb_bol_collection=>CREATE_ROW_ACTION_REFS...more details

DELETE_ENTITY_BY_INDEXDeletes an entity for a given indexProtected
CALL METHOD cl_guibb_bol_collection=>DELETE_ENTITY_BY_INDEX...more details

EXTEND_STRUCT_RTTI_BY_REFSCreates RTTI extended by reference fieldsProtected
CALL METHOD cl_guibb_bol_collection=>EXTEND_STRUCT_RTTI_BY_REFS...more details

GET_INDEX_PARAM_NAMEProvides the index event parameter nameProtected
CALL METHOD cl_guibb_bol_collection=>GET_INDEX_PARAM_NAME...more details

GET_REF_FIELD_NAMECreates the f ield name of a reference fieldProtected
CALL METHOD cl_guibb_bol_collection=>GET_REF_FIELD_NAME...more details

HANDLE_EDIT_ENTRANCEHandles the entrance into FPM (local) edit mode: Init CreateProtected
CALL METHOD cl_guibb_bol_collection=>HANDLE_EDIT_ENTRANCE...more details

IS_LOCKED_EDIT_PAGE_BLOCKEDReturns true if edit pages should not be reachable if lockedProtected
CALL METHOD cl_guibb_bol_collection=>IS_LOCKED_EDIT_PAGE_BLOCKED...more details

IS_METHOD_ROW_ACTIONReturns true if a method is a row actionProtected
CALL METHOD cl_guibb_bol_collection=>IS_METHOD_ROW_ACTION...more details

IS_ROW_ACTION_ENABLEDReturns true if a row action is enabledProtected
CALL METHOD cl_guibb_bol_collection=>IS_ROW_ACTION_ENABLED...more details

IS_ROW_ACTION_VISIBLEReturns true if a row action is visibleProtected
CALL METHOD cl_guibb_bol_collection=>IS_ROW_ACTION_VISIBLE...more details

IS_VISIBILITY_REF_BOOLReturns true if the visiblity reference can is BooleanProtected
CALL METHOD cl_guibb_bol_collection=>IS_VISIBILITY_REF_BOOL...more details

SET_REF_FIELDSSets the reference field values from BOL UI propertyProtected
CALL METHOD cl_guibb_bol_collection=>SET_REF_FIELDS...more details

SET_ROW_ACTION_REFSSets the reference field values from BOL UI propertyProtected
CALL METHOD cl_guibb_bol_collection=>SET_ROW_ACTION_REFS...more details

SET_SELECTIONTransfers given selection indexes to BOL collectionProtected
CALL METHOD cl_guibb_bol_collection=>SET_SELECTION...more details



CL_GUIBB_BOL_COLLECTION 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_EVENT_ID_ROW_DELETEConstantID of the FPM Event'FPM_BOL_ROW_DELETE'LIKE
FPM_EVENT_ID
Protected
CV_PARAM_INIT_LSConstant'INIT_LEAD_SEL'LIKE
STRING
Protected
MS_PAGE_RANGEInstance AttributeLIKE
Protected
MT_CONFIG_FIELDInstance AttributeLIKE
CRMT_ATTR_NAME_TAB
Protected
MT_ENTITY_SELInstance AttributeLIKE
Protected
MT_FIELD_REFInstance AttributeLIKE
T_FIELD_REF
Protected
MT_JOIN_CONFIGInstance AttributeLIKE
T_JOIN_CONFIG
Protected
MT_JOIN_CONFIG_BOLInstance AttributeLIKE
MT_JOIN_CONFIG
Protected
MT_ROW_ACTIONInstance AttributeRow actionsLIKE
FPMGB_T_ROW_ACTION
Protected
MT_ROW_ACTION_REFInstance AttributeLIKE
T_ROW_ACTION_REF
Protected
MV_DO_NOT_CHECK_SELECTIONInstance AttributeABAP_FALSELIKE
ABAP_BOOL
Protected
MV_INIT_LSInstance AttributeInitialize Lead SelectionABAP_FALSELIKE
FPM_INIT_LEAD_SEL
Protected
MV_REFNUMInstance AttributeLIKE
Private




CL_GUIBB_BOL_COLLECTION types

S_FIELD_REF -
S_JOIN_CONFIG -
S_ROW_ACTION_REF -
T_FIELD_REF -
T_JOIN_CONFIG -
T_ROW_ACTION_REF -

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!