on 2025 Mar 21 9:25 PM
Hello,
I'm using the sap training developpement environement for SAP SCREEN PERSONAS. I have created a flavor for the SMEN and i'm trying to understand how to handle when a script is in error and how to get the hand back on my flavor so i can edit the script back and correct the error.
I have done on purpose an error on the onFinalize event of my flavor by calling a function with one missing parameter.
Even if i close this popup, the system tries de reprocess the script and i'm stuck in a infinite loop.
I'm using Chrome dev tool, i see the script calling onFinalize
Please provide me guidance on this because i'm sure there will be a case in real situation where this will happen...What can i do to to have the hand again on my flavor to edit it?
Thanks a lot for your time.
Regards,
Alexandre
Request clarification before answering.
Instead of the hacking, the simple addition of URL parameter sap-personas-ignoreloadevents=X would have allowed you to avoid the endless loop upon the error, since that prevents firing the onLoad, onAfterRefresh and onFinalize events 🙂
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Well well...I knew this parameter i think i talk about it somewhere and also i have the documentation with all the parameters possible but where i failed is that to fill this parameter, at the end of "https://iccsrm.sap.com:44300/sap/bc/se/m/index.html" i had an & instead of a ?...& for next parameters and ? for the first, wrong copy/paste with my URL samples.. Well at least i learned to use dev chrome tool a lot so that's not a total loss of time...i guess..
Thanks again for your time Tamas.
User | Count |
---|---|
79 | |
12 | |
9 | |
8 | |
7 | |
5 | |
4 | |
4 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.