And I have to find out how is this implemented.
Click F12 to open Chrome developer tool, and click "Inspect Element" button, and put the mouse onto the Create button,
and click it. Then the html source code of this button is automatically located. However in "Event Listeners" in the right part, still I could not find information I want:
Then switch application to debug mode by clicking "Pause" button:
Then click the Create button, and expand the "Call Stack" tab:
In callstack hierarchy you could see lots of framework stuff ( sap-ui-core.js ), and the highlighted entry below is just what I am looking for.
Double click on it, and the JavaScript code to open the popup window is automatically displayed. It is implemented in js view CUAN_INI_OW_WSI.view.js:228.
In CEI, you could also find the corresponding deployed js view in ABAP backend, using tcode SE80 to open the BSP application.
or we can also find CUAN_INI_OW_WSI.view.js manually in Sources tab:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
22 | |
11 | |
10 | |
9 | |
8 | |
7 | |
6 | |
6 | |
5 | |
5 |