To be able to call a function module in an update work process, you must flag it in the Function Builder. When you create the function module, set the Process Type attribute to one of the following values:

  • Update with immediate start

Set this option for high priority ("V1") functions that run in a shared (SAP LUW). These functions can be restarted by the update task in case of errors.

  • Update w. imm. start, no restart

Set this option for high priority ("V1") functions that run in a shared (SAP LUW). These functions may not be restarted by the update task.

  • Update with delayed start

Set this option for low priority ("V2") functions that run in their own update transactions. These functions can be restarted by the update task in case of errors.

这三个选项,最大的区别就是优先级和是否可以重启。

对于这样的函数调用的时候,需要指定IN UPDATE TASK 参数。在同一个LUW内,启动一个update-task process 是SAP LUW的一种绑定技术,用于保持数据的一致性。

最新文章

  1. Tomcat源码分析之—具体启动流程分析
  2. PHP学习之常量
  3. linux下对date和timestamp的互转
  4. Win32编程:窗口类样式+窗口外观样式+窗口显示样式
  5. MySQL · 引擎特性 · InnoDB 事务子系统介绍
  6. sencha项目升级
  7. 【SICP练习】151 练习4.7
  8. NYoj_104最大和
  9. 查询订阅某topic的所有consumer group(Java API)
  10. mysql8.0.13免安装版配置
  11. cordova自定义插件的创建过程
  12. vue2.0项目实战(1)基础入门
  13. ZOJ 4062 - Plants vs. Zombies - [二分+贪心][2018 ACM-ICPC Asia Qingdao Regional Problem E]
  14. MVC 5使用TempData Object跨视图传递数据
  15. spark on yarn 无法提交任务问题
  16. jsoup对 HTML 文档的解析和操作
  17. 在ASP.NET MVC 框架中调用 html文件及解析get请求中的参数值
  18. 高性能JavaScript(快速响应的用户界面)
  19. LeetCode 633. Sum of Square Numbers平方数之和 (C++)
  20. spring 3 mvc 的 @ResponseBody返回数据中文乱码

热门文章

  1. Graphql Tutorials(Episode 01)
  2. matplotlib的学习13-subplot分格显示
  3. kali 开启Mysql设置远程连接管理
  4. luabind 使用
  5. Python 搜索文件,文件过滤,pathlib模块
  6. Redis 6.0 多线程性能测试结果及分析
  7. matplotlib学习日记(三)------简单统计图
  8. RocketMQ(七):高性能探秘之线程池
  9. CountDownLatch深度剖析
  10. 云服务器部署LAMP