Determines if an attribute is a required attribute for the business object, given the attribute's name or its position in the business object's attribute list. If the attribute is required, it must have a value.
public boolean isRequiredAttr(String attrName);
public boolean isRequiredAttr(int position);
Returns true if the attribute is required for the business object; otherwise, returns false.