如何在SAP CRM Fiori My Task應用裡建立task
The task creation UI url in My Account application:
https://jerry.wdf.sap.corp:7080/sap/bc/ui5_ui5/ui2/ushell/shells/abap/FioriLaunchpad.html?sap-client=001&sap-language=EN#Account-
MyAccounts&/detail/AccountCollection(‘JERRYACOUN’)/tasks
到目前為止,my task應用還沒有完成載入:
當從popup對話方塊裡選擇一個task型別後:
UI變成了如下頁面:
點選儲存按鈕:
第315行,呼叫OData的batch操作,通過HTTP post請求把task建立請求投遞給ABAP後臺.
要獲取更多Jerry的原創文章,請關注公眾號"汪子熙":
相關推薦
如何在SAP CRM Fiori My Task應用裡建立task
The task creation UI url in My Account application: https://jerry.wdf.sap.corp:7080/sap/bc/ui5_ui5/ui2/ushell/shells/abap/FioriLaunchpad.html?
SAP CRM Fiori My task應用裡roundtrip取捨的討論
問題是點了My task tile之後,進到task list view之後的第一個batch 操作是否可以去掉: 這個batch request取了三部分資料: 形如下列格式的user status: 把CRMC_TASK_OD裡所有task transaction ty
SAP CRM Fiori my task應用是如何在My Account應用里加載的
when choose one task type from MyAccount: Semantic object: Task Action: manageTasks Finally call CrossApplicationNavigation server to navig
SAP CRM Fiori My Task後臺實現的效能優化前後資料比較
Monday, February 1, 2016 4:52 PM Before optimization data retrieval for all five sub nodes ( (1) complex note (2) application log (3) user s
SAP CRM Fiori應用裡取top20的service url的determine邏輯
Created by Wang, Jerry, last modified on Aug 14, 2015 點選launchpad 的my task tile後,需要知道sServiceUrl是在何時被初始化: 來自configuration.js:
如何在SAP CRM裡建立和消費Web service
Created by Wang, Jerry, last modified on Dec 19, 2014 The following steps demonstrates how to expose a function module as a web service in CRM. create
SAP CRM裡Lead通過工作流自動建立Opportunity的原理講解
(1) 在SAP CRM裡建立一個Lead後,會觀察到有一個Opportunity自動生成,這是通過什麼後臺邏輯實現的呢? 檢查前臺日誌或者後臺事務碼SLG1,發現有很多屬於使用者WF-BATCH的日誌. Who is WF-BATCH? WF-BACTH is a Workf
SAP Fiori應用裡Cross Application跳轉的一些常見錯誤
登入SAP CRM Fiori應用"My task", 隨便選擇一個task,點選進入明細頁面: 點選Task responsible employee的hyperlink,期望的behavior是跳轉到SAP CRM My Account這個Fiori應用。 不幸的是,遇到
SAP CRM my task 6個roundtrip的原理講解
6組序列的roundtrips: 取得my task application的navigation target: (Request-Line) GET /flp/navigation/semanticObject/Task/action/manageTasks/site
SAP CRM WebClient UI和CRM Fiori Account裡顯示Opportunity邏輯
我們知道SAP CRM WebClient UI的Account頁面下有一個assignment block名叫opportunities,在SAP CRM Fiori UI裡也有一個opportunities的下拉選單。 I have checked in G
S/4HANA和CRM Fiori應用的搜索分頁實現
odata .com 加載 aging alt -o gen rip adl 在我的博客Paging Implementation in S/4HANA for Customer Management 我介紹了S/4HANA for Customer Management裏
SAP CRM WebClient UI和Fiori UI混搭並存
WebClient UI SAP Fiori UI5 Mashup SAP CRM裏有個功能可以創建HANA live report,消費HANA Studio裏創建的模型。 最後創建好的report長這個樣子: 具體創建步驟可以參考我的博客Step by Step to create
如何用WebIDE打開並運行CRM Fiori應用
upload 二維 應用 fiori .json and resource shel 點擊 訪問Web IDE url 在Web IDE裏進行項目clone操作: https:// 選擇clone完畢的項目,點擊Run: 選擇noShellIndex.html:
如何在Kubernetes裡建立一個Nginx應用
使用命令列kubectl run --image=nginx nginx-app --port=80 建立一個名為nginx-app的應用 結果: deployment.apps/nginx-app created 使用命令列kubectl get pods檢視建立結果,狀態已經為running:
資料Mock和代理模式(Proxy)在SAP CRM中的應用
Created by Wang, Jerry, last modified on Dec 20, 2014 tcode proxy_generator, shell_refactor cl_crm_product_api record session xml_recorder,
SAP CRM訂單狀態下拉選單欄位裡的值是怎麼配出來的
From: Wang, Jerry Sent: Friday, January 20, 2017 12:17 PM Subject: 為什麼transaction type沒有維護status profile 仍然能看到Open, In Process 和Completed? 這
如何在SAP Cloud Application Studio裡建立Web Service
I woud like to change this extension field in third party system outside C4C, using web service or OData service. I have created a new action
SAP CRM裡Interaction Object是個什麼東東
簡單的說它是個輕量級的用於記錄和客戶的互動,包括INBOUND和OUTBOUND。 這些可以用ONE ORDER的ACTIVITY來記錄,但太重了。 See SAP幫助文件 The interaction object logs inbound or outbound custo
如何在SAP裡建立configurable material物料主資料
使用tcode CT04建立characteristic: assign 所有可能的color value: 使用tcode CL02建立class. 型別選擇300- variant: 將step1建立的characterist
SAP CRM One order裡user status和system status的mapping邏輯
Below example show: How the mapping relationship between User status and System status maintained in One Order. APP: My Opportunity Transactio