cancel
Showing results for 
Search instead for 
Did you mean: 

My Inbox Fiori App : Open Task button issue

Former Member
0 Kudos

Hi,

I have configured the My Inbox fiori and I am facing issue with "Open Task" button. Its throwing following error.

I have debugged the Fiori code and found that sap gui url validation is getting failed.

http://<host name>:<port>/sap/bc/gui/sap/its/webgui/?sap-language=EN&~transaction=*/iwfnd/wf_webgui%20P_WI=000002507553;P_TASK=TS91000087;P_SYS=PGW;DYNP_OKCODE=OKCODE

When I try to open that sap gui url directly in browser it works fine but "jQuery.sap.validateUrl()" method not accepting it.  I think because the t-code contains "/".

Please help in solving the issue. Thanks.

Regards,

Vikram

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

SAP has fixed the issue in new version of My Inbox. So to solve this issue apply below note.

2151346 - My Inbox upgrade to version 1.5.17

Regards,

Vikram

rkaouass
Explorer
0 Kudos

Hi Vikram,

I can't implement this note because I have My Inbox version "version" : "1.6.2".

I have also an error message when I click on "Open Task".


during debug, I've seen that the check on the URL refuse the following parameter:

  

   */iwfnd/wf_webgui P_WI=000000007479;P_TASK=TS40007953;P_SYS=SRS100;DYNP_OKCODE=OKCODE

In the code:

    var bCheck2 = rCheck.test(sPart2);

This parameter is generated by the backend, how can I change it or to fix the correct parameter?

Regards,

Rachid

rkaouass
Explorer
0 Kudos

Hi,

I've found the solution by searching for all SAP Notes in Component: OPU-BSE-WFM

After implementation, the URL encoding is correct and the URL is validated.

Regards,
Rachid

0 Kudos

Hi Rachid,

Can you provide me with the fix that has helped to solve your issue?

Regards,

Agnieszka

agentry_src
Active Contributor
0 Kudos

Hi Agnieszka,

The fix is already documented in the Correct Answer the Original Poster received.  If that fix did not work for you, then you have a different problem and should create a new Discussion.

Regards, Mike (Moderator)

SAP Technology RIG

0 Kudos

Hi Mike,

The note that was provided above couldn't be applied to the our system.

Regards,

Agnieszka

agentry_src
Active Contributor
0 Kudos

That is why you have a different problem and should create a new Discussion.

Regards, Mike (Moderator)

SAP Technology RIG

Answers (1)

Answers (1)

former_member182874
Active Contributor
0 Kudos

Hi Vikram,

You have to do configuration in SWFVISU.

Regards,

Tejas