ABAP Webdynpro和WebClient UI不同的會話管理機制
in the sample ABAP webdynpro component ZPOST, the content of search result table is bound to context node POSTRESULT of component controller:
The runtime instance of component controller will change each time when we navigate to detail page and back to search page, see testing below. The first time ZPOST is launched:
Navigate back to search page, the WDDOINIT is called the second time:
The third time:
This means UI developers should develop their own logic to store the search result data before navigation to detail page (store it somewhere) , and restore it from somewhere when UI is navigated back to search page.
Below is one example of data store and restore via assistant class:
(1) store the search result when search button is clicked and search result is available:
(2) When inbound plug of MAIN window is called, which means the search view will be rendered again, fetch the stored data from assistant class and bind it to component controller context node again.
While in Webclient UI component,
There is central, consistent and efficient way to store the data for navigation:
要獲取更多Jerry的原創文章,請關注公眾號"汪子熙":
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24475491/viewspace-2712060/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ABAP Webdynpro和CRM WebClient UI不同的UI表現機制WebclientUI
- SAP CRM WebClient UI和ABAP Webdynpro頁面的互相跳轉WebclientUI
- 使用SAP Transaction Launcher將ABAP Webdynpro嵌入到WebClient UI中WebclientUI
- 在SAP CRM WebClient UI裡開啟ABAP Webdynpro頁面WebclientUI
- SAP WebClient UI的會話重啟原理WebclientUI會話
- SAP CRM WebClient UI和Hybris Commerce的懶載入機制WebclientUI
- SAP CRM WebClient UI異常的持久化機制WebclientUI持久化
- ABAP webdynpro的view navigation和WebUI的view navigationWebViewNavigationUI
- SAP CRM WebClient UI的Delta處理機制介紹WebclientUI
- 在SAP CRM WebClient UI中用javascript觸發ABAP eventWebclientUIJavaScript
- ABAP Webdynpro效能測試工具Web
- SAP ABAP Netweaver 裡的 ABAP 會話概念會話
- 會說話的ABAP report
- 如何修改SAP ABAP webdynpro的背景色Web
- SAP Commerce Cloud UI 的使用者會話管理CloudUI會話
- 基於token的會話保持機制會話
- SAP SRM ABAP Webdynpro和CFCA usb key整合的一個原型開發Web原型
- SAP CRM WebClient UI和Hybris backoffice UI開發的相同點WebclientUI
- SAP CRM WebClient UI和Fiori UI混搭並存WebclientUI
- php中關於會話機制的理解PHP會話
- 在ABAP Webdynpro裡顯示PDF的一種辦法Web
- Angular的scope. apply和CRM WebClient UI的modify方法AngularAPPWebclientUI
- 從原始碼的角度解析Mybatis的會話機制原始碼MyBatis會話
- 電話機器人在不同的行業有不同的應用場景和不同的效果機器人行業
- SAP CRM WebClient UI和Hybris的controller是如何被呼叫的WebclientUIController
- 淺談電商網站開發中使用者會話管理機制的設計和實現原理網站會話
- 會話管理會話
- SAP ABAP Netweaver 裡的使用者會話概念會話
- SAP WebClient UI和business switch相關的邏輯介紹WebclientUI
- ABAP, UI5和webpack的處理入口UIWeb
- SAP WebClient UI的白屏問題分析WebclientUI
- 把經典的ABAP webdynpro應用配置到SAP Fiori Launchpad裡Web
- 通俗易懂的 SAP ABAP 會話管理(Session Management)概念講解,包含具體的例項會話Session
- Django 中的資料庫update() 和 save() 方法的機制的不同Django資料庫
- 在SAP WebClient UI裡顯示倒數計時的UIWebclientUI
- 通過 Org 模式管理 Chromium 和 Firefox 會話模式Firefox會話
- SAP ABAP maintanence view的資料校驗機制AIView
- Hybris service layer和SAP CRM WebClient UI架構的橫向比較WebclientUI架構