(1) 在SAP CRM里建立一个Lead后,会观察到有一个Opportunity自动生成,这是经过什么后台逻辑实现的呢?web
检查前台日志或者后台事务码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.ide
(2) 到SAP CRM后台检查工做流对应的customizing:SPRO -> Customer Relationship Management -> Basic Functions -> SAP Business Workflow -> Perform Task-Specific Customizingthis
(3) From the start events setting, we know the workflow should start if the Lead is ‘Hot’ and with error-free.spa
(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 = 0001orm
Check the lead 3787 in DB, its priority is ‘1’ and ‘Hot’htm
So, Lead 3787 in this example will automatically generate an opportunity.blog
(6) In Step 321, it will set the status to SAAC(Accepted by sales)事务
(7) In Step 378, it creates OPPTip
(8) Check the work item status via TCODE SWI1
要获取更多Jerry的原创文章,请关注公众号"汪子熙":