"指定应用服务器 DATA(current_app_server) = cl_abap_syst=>get_instance_name( ). CALL FUNCTION '...' STARTING NEW TASK ... DESTINATION current_app_server ... "当前ABAP运行的应用服务器 CALL FUNCTION '...' STARTING NEW TASK ... DESTINATION 'NONE' ...
"指定应用服务器 DATA(current_app_server) = cl_abap_syst=>get_instance_name( ). CALL FUNCTION '...' STARTING NEW TASK ... DESTINATION current_app_server ... "当前ABAP运行的应用服务器 CALL FUNCTION '...' STARTING NEW TASK ... DESTINATION 'NONE' ...