SAP CRM裡Lead通過工作流自動建立Opportunity的原理講解
(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
一些有用的連結
要獲取更多Jerry的原創文章,請關注公眾號"汪子熙":
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24475491/viewspace-2286046/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- SAP CRM Fiori 應用裡無法根據當前文件建立 Followup Opportunity 的原因分析Unity
- SAP CRM calculated欄位的實現原理講解
- SAP Cloud for Customer裡新的Lead UI對Mashup整合的支援原理CloudUI
- 使用 ABAP 程式碼刪除指定 SAP CRM 系統裡 Opportunity 訂單的文字Unity
- 透過CRM系統實現工作流程自動化
- 給用過SAP CRM中介軟體的老哥老姐們講講SAP CPI
- SAP CRM note的自動拷貝
- SAP MM公司間STO裡的交貨單自動建立?
- 如何在SAP Cloud for Customer中建立基於Opportunity的Registered ProductCloudUnity
- 如何在SAP CRM裡建立和消費Web serviceWeb
- SAP SEGW 裡的 Entity Type 作用講解
- 使用SAP PI和XIF Adapter將SAP CRM Opportunity同步到C4C系統APTUnity
- 使用SAP Analytics Cloud統計SAP C4C系統建立Lead裡包含的產品資訊分佈情況Cloud
- SAP Commerce Cloud 裡的 Site API 呼叫方式講解CloudAPI
- 通過一個具體的例子,講解 SAP Cloud Platform Integration(CPI) 的使用方法CloudPlatform
- 通過一個實際例子理解Kubernetes裡pod的自動scale - 水平自動伸縮
- SAP RETAIL 通過分配表建立UB STO單據AI
- SAP C4C Opportunity和SAP ERP Sales流程的整合Unity
- 使用Selenium自動化測試SAP CRM WebClient UIWebclientUI
- SAP CRM如何建立支援Web Service的WORD模板Web
- SAP CRM如何建立支援Web Service的PDF模板Web
- SAP RETAIL 通過自動補貨功能觸發採購申請AI
- 通過驅動建立與MySQL的連線MySql
- 通過一個具體的例子,講解 SAP BDC 技術的使用步驟試讀版
- SAP CRM附件模型的Authorization scope原理介紹模型
- 通過原始碼瞭解Java的自動裝箱拆箱原始碼Java
- SAP CRM WebUI, CRM Fiori和C4C裡的Direct NavigationWebUINavigation
- 為什麼SAP GUI裡的傳統事務碼能通過Fiori Launchpad啟動GUI
- SAP CRM settype的建立,背後發生了什麼
- SAP CRM note建立按鈕被禁用的原因分析
- SAP Query建立過程
- 圖解Flutter建立Isolate的過程及通訊圖解Flutter
- SAP UB型別的STO能自動建立交貨單?型別
- SAP GUI裡Screen Painter的工作原理GUIAI
- SAP CRM OData模型裡的addressable為true的含義模型
- 最詳細的 SAP ABAP Web Service 建立和消費步驟講解Web
- SAP WM 通過2-Step Picking建立的TO之間的關聯關係
- 如何將SAP CRM equipment通過中介軟體上傳到ERP系統UI