SAP /XLSO/CL_BUNDLE_BOOK_CANCEL OO Class - Booking Bundles Methods
/XLSO/CL_BUNDLE_BOOK_CANCEL 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 /XLSO/CL_BUNDLE_BOOK_CANCEL including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Method list of /XLSO/CL_BUNDLE_BOOK_CANCEL 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 |
| CHECK_AVAL_EXTERNAL | Check if the course is available for External Participants | Private |
| CALL METHOD /xlso/cl_bundle_book_cancel=>CHECK_AVAL_EXTERNAL...more details | ||
| CHECK_BOOKING | Check if booking already exists for the learner | Private |
| CALL METHOD /xlso/cl_bundle_book_cancel=>CHECK_BOOKING...more details | ||
| CLEAR_SALES_DATA | Clear Sales Data attribute | Private |
| CALL METHOD /xlso/cl_bundle_book_cancel=>CLEAR_SALES_DATA...more details | ||
| FILL_PAD_TABLE_DATA | Add data to PAD tables | Private |
| CALL METHOD /xlso/cl_bundle_book_cancel=>FILL_PAD_TABLE_DATA...more details | ||
| GET_LAST_AVAILABILITY_DATE | Get last availability date, if maintained. | Private |
| CALL METHOD /xlso/cl_bundle_book_cancel=>GET_LAST_AVAILABILITY_DATE...more details | ||
| GET_SALES_DATA | Get the Sales Data for updating HRPAD table | Private |
| CALL METHOD /xlso/cl_bundle_book_cancel=>GET_SALES_DATA...more details | ||
|
| ||
| SALES_ORDER_RETURN | Adjust Sales Order in case of cancellation | Private |
| CALL METHOD /xlso/cl_bundle_book_cancel=>SALES_ORDER_RETURN...more details | ||
| SEND_NOTIF_FOR_DEACT_BNDL | Send notification to learners when the bundle is deactivated | Private |
| CALL METHOD /xlso/cl_bundle_book_cancel=>SEND_NOTIF_FOR_DEACT_BNDL...more details | ||
| SET_SALES_DATA | Set the Sales Data for updating HRPAD table | Private |
| CALL METHOD /xlso/cl_bundle_book_cancel=>SET_SALES_DATA...more details | ||
| TRIGGER_UPLIFT_WAITLIST | Uplift waitlist to normal booking incase of cancellation | Private |
| CALL METHOD /xlso/cl_bundle_book_cancel=>TRIGGER_UPLIFT_WAITLIST...more details | ||
| UPDATE_B_C_STATUS | Update the Booking/Cancellation status in the PAD tables | Private |
| CALL METHOD /xlso/cl_bundle_book_cancel=>UPDATE_B_C_STATUS...more details | ||
| UPD_WRITM_FOR_SALES_ORDER | Update workitem id for the sales order in HRPAD25/HRP614 | Private |
| CALL METHOD /xlso/cl_bundle_book_cancel=>UPD_WRITM_FOR_SALES_ORDER...more details | ||
| UPLIFT_BOOKING | Uplift Scenario - Cancel learner from W/L and do normal book | Private |
| CALL METHOD /xlso/cl_bundle_book_cancel=>UPLIFT_BOOKING...more details | ||
| UPLIFT_CANCELLATION | Uplift Scenarip - Cancel learner from W/L if user rejects | Private |
| CALL METHOD /xlso/cl_bundle_book_cancel=>UPLIFT_CANCELLATION...more details | ||
/XLSO/CL_BUNDLE_BOOK_CANCEL 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 |
| GS_SALES_DATA | Instance Attribute | Strcucture for XLSO additional fields in HRPAD614 | LIKE | Private | |
| GS_SALES_DATA25 | Instance Attribute | Structure for XLSO additional fields in HRPAD25 | LIKE | Private |
Links to Related Class(s)
/XLSO/CL...Full list of available SAP object classes
Search for further information about these or an SAP related objects