Initialize FIELDSET

You can initialize FIELDSET during declaration. The possible assignments are described here.

FIELDSET NewFieldSet := ExistingFieldSet 		(* Another FIELDSET *) 
FIELDSET NewFieldSet := text_map 																						(* MAP TEXT *) 
FIELDSET NewFieldSet := X0 																												(* An entry (within a 
FORALL/WITH loop) *) 
FIELDSET NewFieldSet := EXP.Customer 																		(* A specific record *) 
																								WHERE PAR(1) = "1002"