Retrieves the name of an attribute that you specify by its position in the business object's attribute list.
Syntax
public String getAttrName(int position);
Parameters
Return values
A String that contains the name of the specified attribute.
Exceptions