Merge FIELDSET into another FIELDSET

Use the +:= operator to merge the contents of FIELDSET into another FIELDSET.

ASSIGN DestinationFieldSet +:= SourceFieldSet

If a Field exists in both the source and destination FIELDSETs, it is overwritten with the value from the source FIELDSET.