on 2024 Jun 17 3:55 AM
Hi,SAP UI5 expert,
When loadFragment , the result is undefined .
But in network , the result is 200.
Can anyone help me to resolve this issue?
Best regards!
Jacky Liu
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The loadFragment API from the screenshot is from Fiori elements sap.fe.core.ExtensionAPI#loadFragment which, btw, has nothing to do with the same-named loadFragment from the sap.ui.core.mvc.Controller.
Please create a ticket at CA-UI5-FE to resolve the issue.
To see which SAPUI5 version the app is currently running with, set the focus on the app UI (not on the launchpad header) and press Ctrl + Shift + Left Alt/⌥ + P.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jacky
The loadFragment method returns a Promise, so you'll need to handle it accordingly.
Regards
RG
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 6 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.