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_COLInterface 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_SELInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_GENIL_BOOLEANMethod 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 Name | Description | Visability |
| ACTIVATE_AUTOCLEANUP | Private | |
| CALL METHOD cl_bsp_wd_collection_wrapper=>ACTIVATE_AUTOCLEANUP...more details | ||
| ADD | Private | |
| CALL METHOD cl_bsp_wd_collection_wrapper=>ADD...more details | ||
| ADD_COLLECTION | Private | |
| CALL METHOD cl_bsp_wd_collection_wrapper=>ADD_COLLECTION...more details | ||
| ATTACH | Connect with COLLECTION_REF of Another Wrapper | Public |
| CALL METHOD cl_bsp_wd_collection_wrapper=>ATTACH...more details | ||
| CLEAR | Private | |
| CALL METHOD cl_bsp_wd_collection_wrapper=>CLEAR...more details | ||
| CLEAR_COLLECTION | Sets Model Collection | Public |
| CALL METHOD cl_bsp_wd_collection_wrapper=>CLEAR_COLLECTION...more details | ||
|
| ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD cl_bsp_wd_collection_wrapper=>CONSTRUCTOR...more details | ||
| DEREGISTER_COLLECTION | Private | |
| CALL METHOD cl_bsp_wd_collection_wrapper=>DEREGISTER_COLLECTION...more details | ||
| DESTROY | Decoupling of COLLECTION_REF | Public |
| CALL METHOD cl_bsp_wd_collection_wrapper=>DESTROY...more details | ||
| FIND | Private | |
| CALL METHOD cl_bsp_wd_collection_wrapper=>FIND...more details | ||
| GET_COPY | Private | |
| CALL METHOD cl_bsp_wd_collection_wrapper=>GET_COPY...more details | ||
| GET_CURRENT | Private | |
| CALL METHOD cl_bsp_wd_collection_wrapper=>GET_CURRENT...more details | ||
| GET_CURRENT_INDEX | Private | |
| CALL METHOD cl_bsp_wd_collection_wrapper=>GET_CURRENT_INDEX...more details | ||
| GET_FIRST | Private | |
| CALL METHOD cl_bsp_wd_collection_wrapper=>GET_FIRST...more details | ||
| GET_ITERATOR | Private | |
| CALL METHOD cl_bsp_wd_collection_wrapper=>GET_ITERATOR...more details | ||
| GET_LAST | Private | |
| CALL METHOD cl_bsp_wd_collection_wrapper=>GET_LAST...more details | ||
| GET_MARKED | Private | |
| CALL METHOD cl_bsp_wd_collection_wrapper=>GET_MARKED...more details | ||
| GET_MARKED_INDICES | Private | |
| CALL METHOD cl_bsp_wd_collection_wrapper=>GET_MARKED_INDICES...more details | ||
| GET_NEXT | Private | |
| CALL METHOD cl_bsp_wd_collection_wrapper=>GET_NEXT...more details | ||
| GET_PREVIOUS | Private | |
| CALL METHOD cl_bsp_wd_collection_wrapper=>GET_PREVIOUS...more details | ||
| INSERT | Private | |
| CALL METHOD cl_bsp_wd_collection_wrapper=>INSERT...more details | ||
| IS_COLLECTION_BOUND | Checks Whether the Collection is Bound | Public |
| CALL METHOD cl_bsp_wd_collection_wrapper=>IS_COLLECTION_BOUND...more details | ||
| MARK | Private | |
| CALL METHOD cl_bsp_wd_collection_wrapper=>MARK...more details | ||
| MARK_ALL | Private | |
| CALL METHOD cl_bsp_wd_collection_wrapper=>MARK_ALL...more details | ||
| ON_BO_ADDED | Private | |
| CALL METHOD cl_bsp_wd_collection_wrapper=>ON_BO_ADDED...more details | ||
| ON_BO_DELETED | Private | |
| CALL METHOD cl_bsp_wd_collection_wrapper=>ON_BO_DELETED...more details | ||
| ON_FOCUS_CHANGED | Private | |
| CALL METHOD cl_bsp_wd_collection_wrapper=>ON_FOCUS_CHANGED...more details | ||
| PUBLISH_CURRENT | Private | |
| CALL METHOD cl_bsp_wd_collection_wrapper=>PUBLISH_CURRENT...more details | ||
| REGISTER_COLLECTION | Private | |
| CALL METHOD cl_bsp_wd_collection_wrapper=>REGISTER_COLLECTION...more details | ||
| REMOVE | Private | |
| CALL METHOD cl_bsp_wd_collection_wrapper=>REMOVE...more details | ||
| SET_COLLECTION | Sets Model Collection | Public |
| CALL METHOD cl_bsp_wd_collection_wrapper=>SET_COLLECTION...more details | ||
| SET_MULTI_SELECT | Private | |
| CALL METHOD cl_bsp_wd_collection_wrapper=>SET_MULTI_SELECT...more details | ||
| SET_RESET_SURVIVAL_MODE | Private | |
| CALL METHOD cl_bsp_wd_collection_wrapper=>SET_RESET_SURVIVAL_MODE...more details | ||
| SIZE | Private | |
| CALL METHOD cl_bsp_wd_collection_wrapper=>SIZE...more details | ||
| SORT | Private | |
| CALL METHOD cl_bsp_wd_collection_wrapper=>SORT...more details | ||
| SORT_INITIAL_LAST | Sorts Initial Entities to the End of the Collection | Public |
| CALL METHOD cl_bsp_wd_collection_wrapper=>SORT_INITIAL_LAST...more details | ||
| UNMARK | Private | |
| CALL METHOD cl_bsp_wd_collection_wrapper=>UNMARK...more details | ||
| UNMARK_ALL | Private | |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| AUTOCLEANUP | Instance Attribute | LIKE | Private | ||
| COLLECTION_REF | Instance Attribute | Reference to a Business Object Collection Interface | LIKE IF_BSP_WD_COLLECTION_REF | Protected | |
| FALSE | Instance Attribute | LIKE | Private | ||
| IS_ATTACHED | Instance Attribute | LIKE | Private | ||
| LOCK_NOTIFIER | Instance Attribute | LIKE | Private | ||
| MULTI_SELECT | Instance Attribute | LIKE | Private | ||
| SORT_ASCENDING | Instance Attribute | LIKE | Private | ||
| SORT_DESCENDING | Instance Attribute | LIKE | Private | ||
| SORT_STATE | Instance Attribute | LIKE | Private | ||
| TRUE | Instance Attribute | LIKE | 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