Hi,
I am calling the function :
parent.sap.personas.scripting.executeScriptAsync()
From an HtmlViewer control (with a SAPUI5 table embedded inside). The SAP Documentation states that:
- The calling script hits the executeScriptAsync() statement, but the asynchonous script is not executed yet.
- The calling script finishes.
- If there are onLoad or onAfterRefresh scripts, they are executed.
- The screen is rendered (and the cumulative changes made by the calling, onLoad and onAfterRefresh scripts are displayed).
- Only after the screen has been completely rendered, the asynchronous script is started.
- The asynchronous script finishes.
- If there are onLoad or onAfterRefresh scripts, they are executed.
However, in my case the onLoad event for the flavor is not being triggered by the execution of the async script
We are on Kernal 449, Patch 627, SAP Basis Version 740
Thanks,
William