Move Attribute in Child

Moves the value of one attribute to another attribute.

Inputs

Source parent
The business object (a BusObj object) that contains the child business object attribute to move.

Source child BO attribute
A String that identifies the name of the child business object that contains the attribute whose value you want to move.

From attribute
A String that identifies the name of the attribute to be moved.

Destination parent
The business object (a BusObj object) to which the original attribute value is to be moved.

Destination child BO attribute
A String that identifies the name of the child business object that contains the attribute whose value you want to replace.

To attribute
A String that identifies the name of the attribute whose value you want to replace with the value of the From attribute.

Copyright IBM Corp. 2003, 2004