on 2018 Apr 27 11:37 AM
Hi SAP CRM Webui Friends,
I implemented a mash-up in a view which is located on an overview page in the interaction center. The mash-up executes a query in BW to get the revenue figures for a confirmed account. Each time when the user navigates to the overview page (similar to a “factsheet page”) the revenue figures are loaded.
I used “embedded view” tool in the configuration of the overview page and added following URL. No abap coding.
-----------------------------------------------------------------------
&BI_COMMAND_1-BI_COMMAND_TYPE=SET_VARIABLES_STATE
&BI_COMMAND_1-VARIABLE_VALUES-VARIABLE_VALUE_1-VARIABLE_TYPE=VARIABLE_IN
PUT_STRING
&BI_COMMAND_1-VARIABLE_VALUES-VARIABLE_VALUE_1-VARIABLE=ZSCP_KUNDE_01
&BI_COMMAND_1-VARIABLE_VALUES-VARIABLE_VALUE_1-VARIABLE_TYPE-VARIABLE_IN
PUT_STRING=<VALUE[BOL:BP_ACCOUNT:ID]>
---------------------------------------------------------------------
Result see screen 1:
Working so far, but when I click somewhere else or leave the screen a new tab “closing session” is opened and it takes a long time until the tab disappears. See screen 2 below.
If I click on a Webui link to ERP to display an offer via transaction launcher than the closing screen will go away immediately. If I stay in CRM than it stays for a longtime 10-20 seconds (You can see in screen 1 on the right side a link to an ERP offfer via Transaction launcher).
The URL in the clossing session screen:
javascript:document.write('<html><body>Closing sessions...</body></html>');document.close();setTimeout('window.close()',15000)
In BW it seems that while the user is working in WEBUI and clicking here and clicking there multiple sessions are still open or not closed.
Anybody out there who understands what is happening?
All in all it seems that the sessions in BW are not finished when the user navigates or logs off from WEBUI.
How can we get rid long waiting time of the “closing session”?
How can we avoid that multiple sessions are open in BW?
Thanks a lot for your help,
Simon
Request clarification before answering.
Hi Simon,
As discussed before in comments, I think the pop up window is used to closed the session for backend system. Can you try if you see the same if you logon to portal directly to close any session, will you see the same pop-up windows? What is the current situation now?
Best regards,
Bruce
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.