SAP CL_BSP_WD_COLLECTION_WRAPPER OO Class - WD Collection Wrapper









CL_BSP_WD_COLLECTION_WRAPPER 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_BSP_WD_COLLECTION_WRAPPER including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_BOL_BO_COL

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_BOL_BO_COL_MULTI_SEL

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_GENIL_BOOLEAN

Method list of CL_BSP_WD_COLLECTION_WRAPPER 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
ACTIVATE_AUTOCLEANUPPrivate
CALL METHOD cl_bsp_wd_collection_wrapper=>ACTIVATE_AUTOCLEANUP...more details

ADDPrivate
CALL METHOD cl_bsp_wd_collection_wrapper=>ADD...more details

ADD_COLLECTIONPrivate
CALL METHOD cl_bsp_wd_collection_wrapper=>ADD_COLLECTION...more details

ATTACHConnect with COLLECTION_REF of Another WrapperPublic
CALL METHOD cl_bsp_wd_collection_wrapper=>ATTACH...more details

CLEARPrivate
CALL METHOD cl_bsp_wd_collection_wrapper=>CLEAR...more details

CLEAR_COLLECTIONSets Model CollectionPublic
CALL METHOD cl_bsp_wd_collection_wrapper=>CLEAR_COLLECTION...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD cl_bsp_wd_collection_wrapper=>CONSTRUCTOR...more details

DEREGISTER_COLLECTIONPrivate
CALL METHOD cl_bsp_wd_collection_wrapper=>DEREGISTER_COLLECTION...more details

DESTROYDecoupling of COLLECTION_REFPublic
CALL METHOD cl_bsp_wd_collection_wrapper=>DESTROY...more details

FINDPrivate
CALL METHOD cl_bsp_wd_collection_wrapper=>FIND...more details

GET_COPYPrivate
CALL METHOD cl_bsp_wd_collection_wrapper=>GET_COPY...more details

GET_CURRENTPrivate
CALL METHOD cl_bsp_wd_collection_wrapper=>GET_CURRENT...more details

GET_CURRENT_INDEXPrivate
CALL METHOD cl_bsp_wd_collection_wrapper=>GET_CURRENT_INDEX...more details

GET_FIRSTPrivate
CALL METHOD cl_bsp_wd_collection_wrapper=>GET_FIRST...more details

GET_ITERATORPrivate
CALL METHOD cl_bsp_wd_collection_wrapper=>GET_ITERATOR...more details

GET_LASTPrivate
CALL METHOD cl_bsp_wd_collection_wrapper=>GET_LAST...more details

GET_MARKEDPrivate
CALL METHOD cl_bsp_wd_collection_wrapper=>GET_MARKED...more details

GET_MARKED_INDICESPrivate
CALL METHOD cl_bsp_wd_collection_wrapper=>GET_MARKED_INDICES...more details

GET_NEXTPrivate
CALL METHOD cl_bsp_wd_collection_wrapper=>GET_NEXT...more details

GET_PREVIOUSPrivate
CALL METHOD cl_bsp_wd_collection_wrapper=>GET_PREVIOUS...more details

INSERTPrivate
CALL METHOD cl_bsp_wd_collection_wrapper=>INSERT...more details

IS_COLLECTION_BOUNDChecks Whether the Collection is BoundPublic
CALL METHOD cl_bsp_wd_collection_wrapper=>IS_COLLECTION_BOUND...more details

MARKPrivate
CALL METHOD cl_bsp_wd_collection_wrapper=>MARK...more details

MARK_ALLPrivate
CALL METHOD cl_bsp_wd_collection_wrapper=>MARK_ALL...more details

ON_BO_ADDEDPrivate
CALL METHOD cl_bsp_wd_collection_wrapper=>ON_BO_ADDED...more details

ON_BO_DELETEDPrivate
CALL METHOD cl_bsp_wd_collection_wrapper=>ON_BO_DELETED...more details

ON_FOCUS_CHANGEDPrivate
CALL METHOD cl_bsp_wd_collection_wrapper=>ON_FOCUS_CHANGED...more details

PUBLISH_CURRENTPrivate
CALL METHOD cl_bsp_wd_collection_wrapper=>PUBLISH_CURRENT...more details

REGISTER_COLLECTIONPrivate
CALL METHOD cl_bsp_wd_collection_wrapper=>REGISTER_COLLECTION...more details

REMOVEPrivate
CALL METHOD cl_bsp_wd_collection_wrapper=>REMOVE...more details

SET_COLLECTIONSets Model CollectionPublic
CALL METHOD cl_bsp_wd_collection_wrapper=>SET_COLLECTION...more details

SET_MULTI_SELECTPrivate
CALL METHOD cl_bsp_wd_collection_wrapper=>SET_MULTI_SELECT...more details

SET_RESET_SURVIVAL_MODEPrivate
CALL METHOD cl_bsp_wd_collection_wrapper=>SET_RESET_SURVIVAL_MODE...more details

SIZEPrivate
CALL METHOD cl_bsp_wd_collection_wrapper=>SIZE...more details

SORTPrivate
CALL METHOD cl_bsp_wd_collection_wrapper=>SORT...more details

SORT_INITIAL_LASTSorts Initial Entities to the End of the CollectionPublic
CALL METHOD cl_bsp_wd_collection_wrapper=>SORT_INITIAL_LAST...more details

UNMARKPrivate
CALL METHOD cl_bsp_wd_collection_wrapper=>UNMARK...more details

UNMARK_ALLPrivate
CALL METHOD cl_bsp_wd_collection_wrapper=>UNMARK_ALL...more details



CL_BSP_WD_COLLECTION_WRAPPER 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
AUTOCLEANUPInstance AttributeLIKE
Private
COLLECTION_REFInstance AttributeReference to a Business Object Collection InterfaceLIKE
IF_BSP_WD_COLLECTION_REF
Protected
FALSEInstance AttributeLIKE
Private
IS_ATTACHEDInstance AttributeLIKE
Private
LOCK_NOTIFIERInstance AttributeLIKE
Private
MULTI_SELECTInstance AttributeLIKE
Private
SORT_ASCENDINGInstance AttributeLIKE
Private
SORT_DESCENDINGInstance AttributeLIKE
Private
SORT_STATEInstance AttributeLIKE
Private
TRUEInstance AttributeLIKE
Private


Events of Class CL_BSP_WD_COLLECTION_WRAPPER

Events are created within your class using special event handler methods. These must be registered at runtime for the event and can then be triggered using the ABAP syntax: RAISE EVENT EXPOTING... BO_ADDED -
BO_DELETED -
COLLECTION_EXCHANGED - Internal Collection Set Again
NEW_FOCUS - Focus Set on Business Object

Links to Related Class(s)

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