Business object names
SAPODA guarantees that all attribute names in the business object definition
are unique. It derives the names from SAP's data dictionary
by appending the field's name and description. When naming
an attribute from an SAP table, SAPODA prepends a string to the
attribute name when the changed attribute name:
- Begins with a digit--prepends A_
- Begins with the underscore character (_)--prepends A
Attention: The attribute names can be modified at any time after
the business object has been generated. Changing the business object's
name or attribute names does not affect the processing of the business
object. However, changing the application-specific information does affect
the processing of the business object, because the application-specific
information identifies the SAP table and column to which the attribute
corresponds.
For more information on the application-specific information,
see Business object application-specific information.
