is is possible to put user object function in a array
and the loop through the array and call each function.
similar to this
ls_functions[1] = 'uf_prog_enroll_pending'
ls_functions[2] = 'uf_prog_wait'
ls_functions[3] = 'uf_prog_reserv'
for i = 1 to upperbound(ls_functions[1])
call ls_functions
next
and the loop through the array and call each function.
similar to this
ls_functions[1] = 'uf_prog_enroll_pending'
ls_functions[2] = 'uf_prog_wait'
ls_functions[3] = 'uf_prog_reserv'
for i = 1 to upperbound(ls_functions[1])
call ls_functions
next