cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with Open Task in My Inbox App

Former Member
0 Kudos

We have the few custom workflows included in My Inbox App. Now, we need to open the custom workflow on click of Open Task button. For that we configured the task visualization as UI5 based BSP and maintained the SAP UI 5 Application name. Now on click of the Open Task button the new URL points towards the backend system where we have configured the Task Visualization but the application resides in the front end gateway server. So we am getting a BSP dump that the application name is invalid. What should we do?

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Kudos

Hi, Can you please guide me to input the values for Business partner app in SWFVISU?.I am creating a custom workflow for business partner creation(BUS1006), Workflow is triggered and seeing it in SWBP and Fiori inbox, but when I click on link in Fiori inbox, nothing happens.So, request help in maintaining parameters for SWFVISU.

KarthickD
Participant
0 Kudos

Hi , I am looking for the same solution . Can u please help me if you have got the answer?

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Raktim,

You can change it by using UI extension point. extHookChangeFooterButtons in the S3 controller.

The attchemnt in the 2118812 - How to Extend SAP Fiori My Inbox is a god reference.

Regards,

Masa / SAP Technology RIG

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Raktim,

Take a look at 2056158 - URL generation for UI5 applications (BSP).

Regards,

Masa / SAP Technology RIG

Former Member
0 Kudos

Thanks for the input. I am able to generate the URL and open the task. Now I need to hide the standard Approve and Reject buttons. I have tried to do so using Maintain Task Names and Decision Options in my backend server as mentioned in the following link http://help.sap.com/fiori_bs2013/helpdata/en/41/fd595461fce630e10000000a44538d/content.htm I am able to change the button test, make it positive or negative but not hide. Need your inputs on this.

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Raktim,

What was the test result without Maintain Task Names and Decision Options?

Regards,

Masa / SAP Technology RIG

Former Member
0 Kudos

When we don't maintain task, or we maintain task and don't maintain decision options it shows the Default Approve and Reject buttons.

If we maintain decision options and keep the button text blank, the button is invisible but if we hover over we can see it, click it.