Retrieves the data type of the attribute using either the ordinal position of a given attribute of a business object or the name of the attribute.
public int getAttributeType(String name);
public int getAttributeType(int position);
The type of the attribute, represented as an integer. See Table 132 for the possible attribute-type constants.
To retrieve the type of an attribute of the business object, specify either the attribute name or its position in the list of attributes.