Retrieves the parent business object of the current business object. If this business object instance is a root object, in which case it has no parent object, then the method returns null.
Syntax
public BusinessObjectInterface getParentBusinessObject();
Parameters
None.
Return values
The business object that contains the parent business object, or null if the current business object is a root and has no parent.