Determines whether a business object's attribute is defined as a required attribute.
Returns true if the attribute is required; otherwise, returns false.
If an attribute is defined as required, it must have a value and the value must not be a null.
This function block is based on the BusObj.isRequired() method. For more information, see isRequired().