void setDefaultAttrValues()
A business object definition can include default values for attributes. The method sets the values of this business object's attributes to the values specified as defaults in the definition.
The following example sets the values of the PaperClip business object to their default values:
PaperClip.setDefaultAttrValues();