SAP IF_ISH_BUSINESS_OBJECT_OWNER OO Class - IS-H: Owner of Business Object









IF_ISH_BUSINESS_OBJECT_OWNER 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 IF_ISH_BUSINESS_OBJECT_OWNER 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 IF_ISH_BUSINESS_OBJECT_OWNER 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
CB_AFTER_COMMITCallback: Process After COMMIT WORKPublic
CALL METHOD if_ish_business_object_owner=>CB_AFTER_COMMIT...more details

CB_AFTER_ROLLBACKCallback: Process After ROLLBACK WORKPublic
CALL METHOD if_ish_business_object_owner=>CB_AFTER_ROLLBACK...more details

CB_CLEAR_ALL_SNAPSHOTSCallback: Delete All SnapshotsPublic
CALL METHOD if_ish_business_object_owner=>CB_CLEAR_ALL_SNAPSHOTS...more details

CB_CLEAR_SNAPSHOTCallback: Delete a SnapshotPublic
CALL METHOD if_ish_business_object_owner=>CB_CLEAR_SNAPSHOT...more details

CB_CONSTRUCTIONCallback: Instantiation of a Business ObjectPublic
CALL METHOD if_ish_business_object_owner=>CB_CONSTRUCTION...more details

CB_DEREGISTER_OWNERCallback: Deregister Owner for Business ObjectPublic
CALL METHOD if_ish_business_object_owner=>CB_DEREGISTER_OWNER...more details

CB_DESTROYPrivate
CALL METHOD if_ish_business_object_owner=>CB_DESTROY...more details

CB_MARK_FOR_DELETIONCallback: Flag Business Object for DeletionPublic
CALL METHOD if_ish_business_object_owner=>CB_MARK_FOR_DELETION...more details

CB_READONLYCallback: Is Business Object Only Readable?Public
CALL METHOD if_ish_business_object_owner=>CB_READONLY...more details

CB_REGISTER_OWNERCallback: Register Owner for Business ObjectPublic
CALL METHOD if_ish_business_object_owner=>CB_REGISTER_OWNER...more details

CB_RELOADCallback: Reload Business ObjectPublic
CALL METHOD if_ish_business_object_owner=>CB_RELOAD...more details

CB_RESETCallback: Reset Business ObjectPublic
CALL METHOD if_ish_business_object_owner=>CB_RESET...more details

CB_SAVECallback: Save Business ObjectPublic
CALL METHOD if_ish_business_object_owner=>CB_SAVE...more details

CB_SNAPSHOTCallback: Store Content of Business Object TemporarilyPublic
CALL METHOD if_ish_business_object_owner=>CB_SNAPSHOT...more details

CB_TOUCHCallback: Touch Business ObjectPublic
CALL METHOD if_ish_business_object_owner=>CB_TOUCH...more details

CB_UNDOCallback: Reactivate Content Stored TemporarilyPublic
CALL METHOD if_ish_business_object_owner=>CB_UNDO...more details

CB_UNTOUCHCallback: Cancel Touch for Business ObjectPublic
CALL METHOD if_ish_business_object_owner=>CB_UNTOUCH...more details




Links to Related Class(s)

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