Copies all attribute values from the input business object.
The Copy function block copies the entire business object, including all child business objects and child business object arrays. This function block does not set a reference to the copied object. Instead, it clones all attributes (that is, it creates separate copies of the attributes).
This function block is based on the BusObj.copy() method. For more information, see copy().