Retrieves the business object handler to which the business object definition refers.
Syntax
BOHandlerCPP *getMyBOHandler() const;
Return values
A pointer to the business object handler.
Notes
More than one business object definition can use the same business object handler.
This method returns the handler that you derived from the BOHandlerCPP class and set with a call to the getBOHandlerforBO() method of the GenGlobals class.
See also
See also the description of the BOHandlerCPP class.