Sets default values for attributes which currently have the special Blank or Ignore attribute values.
Syntax
public void setDefaultAttrValues();
Parameters
None.
Return values
None.
Notes
The default values are valid values, not ignore values. For attributes whose type is container, the method creates an empty container. The method sets default values for instances of sub-objects within the business object.
See also
See also the description of the setAttrValue() method.