Created by Jerry Wang, last modified on Dec 08, 2014

每个BOL entity instance都有一个field SENDABLE 用于标识当前transaction里该BOL entity 是否应该发送给Genil layer:

在每个UI 到backend 的roundtrip里,DISPATCH_INPUT执行的末尾都会trigger一个BOL modify操作, 只有当前transaction ,modified bol entities不为空,才会将这些modified bol entities发送到Genil layer:

判断是否Modified的逻辑就是针对SENDABLE做判断:

例如UI上修改Product的Item Category Group:

set_property方法里会将sendable置为true:

Usage of field SENDABLE in BOL entity相关推荐

  1. SAP CRM BOL entity deletion - root node and sub node

    Created by Jerry Wang, last modified on Oct 13, 2014 当使用下列report删除一个BOL entity root entity时,无需在repor ...

  2. Can not set double field cn.ac.iie.entity.UliInfo.latitude to null value

    问题: java.lang.IllegalArgumentException: Can not set double field cn.ac.iie.entity.UliInfo.latitude t ...

  3. When will the reference ATTRIBUTE_REF of an BOL entity be cleared

    Created by Jerry Wang, last modified on Dec 09, 2014 当ui上点Edit button时,LOCK操作会对当前BOL的cache做invalidat ...

  4. How to update BOL entity property value via ABAP code

    Suppose I have one product with ID I042416 which could be found in CRM WebClient UI: I would like to ...

  5. SAP CRM BOL collection find_by_property

    Created by Jerry Wang, last modified on Oct 20, 2014 如果想找出bol collection 里满足某个attribute 等于指定value的条件 ...

  6. Java 通过反射原理取得entity的值

    如果是entity里面再套层entity的话,就参照下面写个循环就可以了.另外我只是写了个例子,如果值多的话最好用 Class.forName这个方法,嗯,代码如下: /** To change th ...

  7. 如何自行分析定位SAP BSP错误

    The "BSP tag" I mentioned in the blog title means for example the tag chtmlb:configCellera ...

  8. CRM客户主数据UI上有哪些字段可以触发partner determination

    Sent: Monday, June 8, 2015 2:44 PM Subject: Jerry's research on "Find out all fields which can ...

  9. 1536299 2013 - PPR item change - Genil mode

    问题描述 PPR里可以维护不同的item [外链图片转存失败(img-kgQ9SSXA-1563588671269)(https://user-images.githubusercontent.com ...

最新文章

  1. ros service
  2. 【数据结构与算法】之深入解析“石子游戏VII”的求解思路与算法示例
  3. IntelliJ IDEA 刷题利器 LeetCode 插件
  4. scss2css vscode设置_VSCode下让CSS文件完美支持SCSS或SASS语法方法
  5. python程序设计sgnx_Python中符号函数的数值积分
  6. 用AlphaGo背后的人工智能做金融投资
  7. 淘宝按图搜索商品(拍立淘)、图片上传API接口、图片识别商品接口img2text标题栏、链接及图片相关参数字段API数据获取调用示例
  8. 条码打印机换碳带的方法
  9. 分享下看高清电影的网址
  10. 超级实用——用word与谷歌翻译将英文PDF文档翻译成中文,免费无限制
  11. select2设置默认值
  12. 第4天:C语言与画面显示的练习
  13. 单片机自动调光C语言,基于51单片机的DS18B20水温PID控制调节系统设计C语言程序...
  14. 动态规划(钢条切割问题 Java/Python/Golang)
  15. Springboot字典回显
  16. 《楚汉传奇》对韩信的一点看法
  17. 场效应管与晶体管比较
  18. Axure制作手机UI原型之界面滑动滚动效果
  19. android 拨打电话音量,手机音量键都按到最大了,通话声音还是很小?试试打开这个功能...
  20. Vue--》Vue3打造可扩展的项目管理系统后台的完整指南(七)

热门文章

  1. Flying框架思路与感想
  2. linux 磁盘资源管理以及IO
  3. OA(part2)--Outlier Evaluation Techniques
  4. 文献记录(part3)--Clusterpath An Algorithm for Clustering using Convex Fusion Penalties
  5. WebAPI(part8)--节点操作
  6. 期货与期权(part3)--期货合约和期权合约
  7. 小白的算法初识课堂(part4)--快速排序
  8. 《统计学》学习笔记之数据的图表展示
  9. 调试 SAP Spartacus 服务器端渲染 SEO HTML Tag 生成逻辑的注意事项
  10. 使用 TypeScript 自定义装饰器给类的方法增添监听器 Listener