admin 管理员组文章数量: 887019
(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 DesaiID0466094250DB00275199610758174067End?blog=/pub/wlg/9945)
本文来自云栖社区合作伙伴“汪子熙”,了解相关信息可以关注微信公众号"汪子熙"。
本文标签: 工作流 原理 CRM SAP Opportunity
版权声明:本文标题:SAP CRM里Lead通过工作流自动创建Opportunity的原理讲解... 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.freenas.com.cn/jishu/1729122922h1320708.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论