"指定应用服务器
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

posted on 2021-11-16 15:31  ricoo  阅读(255)  评论(0编辑  收藏  举报