Set Value

Sets a business object's attribute to a specified value of a particular data type.

Inputs

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.

Notes

This function block is based on the BusObj.set() method. For more information, see set().

Copyright IBM Corp. 2003, 2004