string IgetAttributeName(long position);
A string that contains the name of the attribute at the specified position in the business object definition.
int position = 1; String attribute name; attributeName = aBusObj.IgetAttributeName(position);