Hi all,
Within SMEN, I have got a UI5 table (in a htmlviewer), which fetches data from the backend. (It shows a list of Work Orders).
When a row is selected from this UI5 table and a script button on SMEN is clicked, i want to goto IW32, but with the context information (of the selected row).
Is this possible? Within the UI5 table's select event handler, I tried to set the window object of the parent, but this fails due to cross origin issue.
I saw that session object is not available within the htmlviewer's js context.
Any other suggestions?
Regards
Krishna