且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

SAP UI5应用的一个调试参数 - sap-ds-debug=true

更新时间:2022-09-07 11:43:12

Append the query parameter to your application http url:

https://jerry:4080/sap/opu/odata/sap/CRM_OPPORTUNITY/Opportunities?KaTeX parse error: Expected 'EOF', got '&' at position 22: …=Id,Description&̲top=1&sap-ds-debug=true

and detail response will be displayed in the tabstrip:


SAP UI5应用的一个调试参数 - sap-ds-debug=trueSAP UI5应用的一个调试参数 - sap-ds-debug=true[外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-3v5BBvhg-1628157183909)(https://user-images.githubusercontent.com/5669954/59327175-5ae37400-8d1b-11e9-964c-9c8aaf37458a.png)]


See result below. This parameter can enable you to directly monitor ABAP backend method execution performance in UI. You do not need to log on to ABAP backend any more .


[外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-HP7nChuX-1628157183910)(https://user-images.githubusercontent.com/5669954/59327176-5ae37400-8d1b-11e9-9040-cd714fb33a16.png)]