(1) 在SAP CRM里创建一个Lead后,会观察到有一个Opportunity自动生成,这是通过什么后台逻辑实现的呢?

检查前台日志或者后台事务码SLG1,发现有很多属于用户WF-BATCH的日志. Who is WF-BATCH? WF-BACTH is a Workflow administrator user to identify and handle all the workflow related jobs (BACKGROUND), it has “SAP_ALL” authorization.

(2) 到SAP CRM后台检查工作流对应的customizing:SPRO -> Customer Relationship Management -> Basic Functions -> SAP Business Workflow -> Perform Task-Specific Customizing

(3) From the start events setting, we know the workflow should start if the Lead is ‘Hot’ and with error-free.

(4) Go to TCode SWDD and check workflow WS10001011 settings, in step 000223, it checks whether opportunity can be automatically generated

(5) Check the condition: LEAD.priority = 1 or LEAD.Lead Group = 0001

Check the lead 3787 in DB, its priority is ‘1’ and ‘Hot’

So, Lead 3787 in this example will automatically generate an opportunity.

(6) In Step 321, it will set the status to SAAC(Accepted by sales)

(7) In Step 378, it creates OPPT

(8) Check the work item status via TCODE SWI1

一些有用的链接

  • Create SAP Business Workflow for Opportunity from Lead

  • Activating workflow Environment by Barin Desai

要获取更多Jerry的原创文章,请关注公众号"汪子熙":

SAP CRM里Lead通过工作流自动创建Opportunity的原理讲解相关推荐

  1. SAP UB类型的STO能自动创建交货单?

    SAP UB类型的STO能自动创建交货单? SAP系统里,对于Stock Transfer Order这种单据,是支持其outbound delivery自动创建的. 当然这种功能比较少用.项目实践中 ...

  2. SAP CRM One Order 根据联系人姓名搜索的实现原理

    本文介绍SAP CRM One Order 根据联系人姓名搜索的实现原理 要获取更多Jerry的原创文章,请关注公众号"汪子熙":

  3. SAP CRM里产品主数据的文本模型设计

    SAP CRM的产品主数据设计了这几种不同类型的文本模型: Part1 and Part2 actually share the same assignment block COMM_PR_SHTEX ...

  4. SAP CRM里business partner在订单处理中的determination流程

    1.当创建opportunity时, 选定transaction type就会触发一次determination(实际上,在选定Prospect的时候也会触发,不过只触发Partner Determi ...

  5. SAP CRM WebClient UI交互式报表的Gross Value工作原理

    SAP CRM WebClient UI交互式报表(Interactive Report)的Gross Value工作原理 the selection fields passed to backend ...

  6. SAP CRM Service Order(服务订单)的状态字段设计原理介绍

    WebUI上的One order header和status是1:N的关系:在WebUI上的search结果里,会把一个order当前所有的status全部连接成一个string,并显示出来. 从Co ...

  7. 创建新的SAP CRM product search scenario - 如何在SAP CRM里实现自定义的产品搜索场景

    根据UI上的partner ID和Object description这两个search parameter专门创建search scenario: 使用如下report消费该search scena ...

  8. SAP CRM里的settype和relationship有什么区别

    从business来说: (1) Settype是对内的描述,比如一个人,长头发,两只眼睛,一个鼻子. (2) Relationship是对外的描述,比如我和你们是同事关系,朋友关系. 从Techni ...

  9. 什么是SAP CRM里的Sales Bundle?

    这两篇博客里有讲: https://blogs.sap.com/2010/03/03/sales-area-bundling-in-sap-crm-part-1/ https://blogs.sap. ...

最新文章

  1. 示例在同一台机器上使用RMAN克隆数据库
  2. 使用setup函数替代beforeEach函数进行Angular单元测试
  3. POJ2594 Treasure Exploration
  4. jmeter如何定位网络延时_JMeter用户定义变量和properties变量高级使用
  5. python pytest allure_python测试框架pytest和测试报告allure的联合使用-----测试套件
  6. 数据结构c语言版总结,数据结构:C语言常见算法总结
  7. 【设计模式 03】装饰模式——俄罗斯套娃?
  8. 国产数据库 OceanBase 二次刷榜 TPC-C,7 亿 tpmC!
  9. CPU高速缓存SRAM命中问题的总结与实验
  10. 把字符串复制到剪贴板
  11. python中实用的collections模块
  12. 网站自动跳转代码大合集
  13. PG数据库操作相关问题以及解决
  14. 用计算机按余弦,知道余弦的值怎么用计算器求度数
  15. YouTorrent - 全新的“实时”BT种子搜索站
  16. (2015)最新破解企业QQ拦截个人QQ功能
  17. 虚拟现实技术启蒙_艾孜尔江撰
  18. 注册登录会员抽奖系统
  19. qt MD5 和AES 加密
  20. 长期盯屏幕 容易导致眼部疾病致失明

热门文章

  1. 哈哈,我的Blog开通了。。。
  2. ServeJson undefined (type *MainController has no field or method ServeJson
  3. J2EE中的各种工程的介绍
  4. 回归素材(part9)--PYTHON机器学习手册-从数据预处理到深度学习
  5. SAP 电商云 Spartacus UI 从 shipping address 到 shipping method 的 HTTP 请求设计
  6. NgRx Selector 的 Memoization 特性学习笔记
  7. SAP Spartacus cxFocus的config属性的赋值原理
  8. 调试Angular指令实现时一个有用的内部属性:__ngContext__
  9. Angulary应用依赖里的platform-browser
  10. SAP云平台的trial账号不具备成员管理的功能