Initialization block is only run once, at the start of program, contains the initial values for fields in your selection screen.
INITIALIZATION. SELECT * FROM zemployees. wa_employee = zemployees-employee. ENDSELECT.