Determines if an attribute is a part of the foreign key of the business object, given the attribute's name or its position in the business object's attribute list.
Syntax
public boolean isForeignKeyAttr(String attrName); public boolean isForeignKeyAttr(int position);
Parameters
Return values
Returns true if the attribute is a foreign key, or part of the foreign key, for the business object; otherwise, returns false.
Exceptions
See also