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.
Syntax
public boolean isRequiredAttr(String attrName); public boolean isRequiredAttr(int position);
Parameters
Return values
Returns true if the attribute is required for the business object; otherwise, returns false.
Exceptions