ABAP-多个应用服务器的并发处理
"指定应用服务器 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' ...
https://answers.sap.com/questions/13361242/parallel-processing-with-starting-new-task-on-mult.html
https://blog.csdn.net/weixin_29146599/article/details/119233735