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 NameDescriptionVisability
CHECK_AVAL_EXTERNALCheck if the course is available for External ParticipantsPrivate
CALL METHOD /xlso/cl_bundle_book_cancel=>CHECK_AVAL_EXTERNAL...more details

CHECK_BOOKINGCheck if booking already exists for the learnerPrivate
CALL METHOD /xlso/cl_bundle_book_cancel=>CHECK_BOOKING...more details

CLEAR_SALES_DATAClear Sales Data attributePrivate
CALL METHOD /xlso/cl_bundle_book_cancel=>CLEAR_SALES_DATA...more details

FILL_PAD_TABLE_DATAAdd data to PAD tablesPrivate
CALL METHOD /xlso/cl_bundle_book_cancel=>FILL_PAD_TABLE_DATA...more details

GET_LAST_AVAILABILITY_DATEGet last availability date, if maintained.Private
CALL METHOD /xlso/cl_bundle_book_cancel=>GET_LAST_AVAILABILITY_DATE...more details

GET_SALES_DATAGet the Sales Data for updating HRPAD tablePrivate
CALL METHOD /xlso/cl_bundle_book_cancel=>GET_SALES_DATA...more details

SALES_ORDER_RETURNAdjust Sales Order in case of cancellationPrivate
CALL METHOD /xlso/cl_bundle_book_cancel=>SALES_ORDER_RETURN...more details

SEND_NOTIF_FOR_DEACT_BNDLSend notification to learners when the bundle is deactivatedPrivate
CALL METHOD /xlso/cl_bundle_book_cancel=>SEND_NOTIF_FOR_DEACT_BNDL...more details

SET_SALES_DATASet the Sales Data for updating HRPAD tablePrivate
CALL METHOD /xlso/cl_bundle_book_cancel=>SET_SALES_DATA...more details

TRIGGER_UPLIFT_WAITLISTUplift waitlist to normal booking incase of cancellationPrivate
CALL METHOD /xlso/cl_bundle_book_cancel=>TRIGGER_UPLIFT_WAITLIST...more details

UPDATE_B_C_STATUSUpdate the Booking/Cancellation status in the PAD tablesPrivate
CALL METHOD /xlso/cl_bundle_book_cancel=>UPDATE_B_C_STATUS...more details

UPD_WRITM_FOR_SALES_ORDERUpdate workitem id for the sales order in HRPAD25/HRP614Private
CALL METHOD /xlso/cl_bundle_book_cancel=>UPD_WRITM_FOR_SALES_ORDER...more details

UPLIFT_BOOKINGUplift Scenario - Cancel learner from W/L and do normal bookPrivate
CALL METHOD /xlso/cl_bundle_book_cancel=>UPLIFT_BOOKING...more details

UPLIFT_CANCELLATIONUplift Scenarip - Cancel learner from W/L if user rejectsPrivate
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.

NameLevelDescriptionInitial ValueTypeVisability
GS_SALES_DATAInstance AttributeStrcucture for XLSO additional fields in HRPAD614LIKE
Private
GS_SALES_DATA25Instance AttributeStructure for XLSO additional fields in HRPAD25LIKE
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



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!