on 2018 Mar 01 8:46 AM
Hi guys,
I have a problem with the inbox of CRM Web UI (Interaction Center).
Somehow the page of my result list is not stored so I get back to page 1,
every time I use the back button (not the browsers).
This is the way I use:
Open the inbox -> search for service requests -> navigate to page 5 -> open a service request -> click the back button -> end up in the inbox at page 1.
Is there any way to store the information, at which page I leave the inbox, so the back button navigates me back to that page?
Thank you very much and best regards.
Chris
Request clarification before answering.
Hello Chris,
What's your CRM version? I made tests in some systems like version SAPKU71313, when click 'back' on breadcrumb, it navigates to the previous page instead of page 1. Thus would you please try following:
1. As Garcia suggested, remove enhancement first: set user parameter WCF_IGNORE_ENHNACEMT to A, and reopen the page to make test again.
2. If issue still happens, please check which is the result view in INBOX? Is it ICCMP_INBOX/InboxResultView? Or ICCMP_INBOX/InboxItems?
Please go to the view in BSP_WD_CMPWB, and check methods IF_BSP_WD_HISTORY_STATE~STATE_RESTORE and
IF_BSP_WD_HISTORY_STATE~STATE_STORE. If they are called when display a service request, and click 'back' button:
CL_ICCMP_IN_INBOXRESULTVI_CTXT->IF_BSP_WD_HISTORY_STATE~STATE_RESTORE
CL_ICCMP_IN_INBOXRESULTVI_CTXT->IF_BSP_WD_HISTORY_STATE~STATE_STORE
OR
CL_ICCMP_IN_INBOXITEMS_CTXT->IF_BSP_WD_HISTORY_STATE~STATE_RESTORE
CL_ICCMP_IN_INBOXITEMS_CTXT->IF_BSP_WD_HISTORY_STATE~STATE_STORE
Best Regards, Corrine
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Chris,
Did you made any enhancement on the IC inbox? If not, you shouldn't have to do anything for that, it should be the default behaviour.I think SAP support might help you fixing that, since it should be considered a bug.
Kind regards,
Garcia
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.