Sets a business object's attribute to a specified value of a particular
data type.
- Business object
- The current business object (a BusObj object).
- Attribute
- A String that specifies the name of the attribute you want to set.
- Value
- The value for the attribute. Must be of the appropriate type
(boolean, double, float, int, long, Object, String, or BusObj) for the
attribute.
This function block is based on the BusObj.set() method. For
more information, see set().
