SAP UI5:如何处理resource not found for the segment XXXXX error message
生活随笔
收集整理的這篇文章主要介紹了
SAP UI5:如何处理resource not found for the segment XXXXX error message
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
Created by Jerry Wang, last modified on Dec 10, 2015
使用Postman 測試Odata request時遇到如下error message:
原因是因為請求的entityset在變量ms_model_class-associations里不存在對應的entry:
因此拋exception:
在line 66系統并不會進入line 71的model cache invalidation,因為mv_cache_handshake為abap_false:
如果在debugger里強行進入cache evaluation,則會trigger到backend system的model metadata retrieve:
結束時候會hard code成outdated = abap_true:
這個cache evaluation的flag只有在metadata request時才起作用:
總結
以上是生活随笔為你收集整理的SAP UI5:如何处理resource not found for the segment XXXXX error message的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Python的pip如何安装与使用
- 下一篇: SAP UI5 Gateway后台ETA