Technical Articles
Add My inbox app to the SCP CF Portal
Updates:
21.3.2021: There is better way how to add My Inbox into SAP Launchpad so I wrote a new blog post. This procedure is mostly deprecated, but it can still be useful in some special cases.
Why?
Recently I implemented Workflow solution for the customer who started using SAP Cloud Platform. My Inbox application is standard and preferred way how to handle user tasks in the workflow and therefore I had to provide a way how will approvers (customers/users) access that application.
Options
At first, let me inform you that this blog post is about Portal site on Cloud Foundry. I don`t consider here other options like Portal on Neo platform or on premise My Inbox.
So considering Portal on Cloud Foundry there are at least three different ways how to access My Inbox.
- Directly by the link through application router
- Through portal page implemented inside MTAR application using the portal service as a resource
- On the portal site of the Portal SaaS
First two options are more or less just for development and testing purposes or for special purposes. Normal use case usually delivered to the customer is the 3rd option, where you can work with roles and educated users from the customer company can maintain the solution by themselves.
Solution
So how to add My inbox application to the Portal service?

My Inbox has component name
cross.fnd.fiori.inbox
WorkflowTask
and Action
DisplayMyInbox
Here is also the important detail. By default, My Inbox application call service TASKPROCESSING. In our SCP scenario, no such service is present. Therefore it is necessary to reroute that call to the service /bpmworkflowruntime/v1/tcm/ which provides data instead.
So add parameter to the navigation configuration
Name: tcmURL
Default Value: /bpmworkflowruntime/v1/tcm/
Also don`t forget to check the option for additional parameters.

The end
Now you know which options are available for accessing My Inbox application, how to add that application to the Portal site on the cloud foundry platform and also how to solve problem with TASKPROCESSING service call.
You can off course use generalized version of that process to add any other SAPUI5 application to the portal – all you need is just destination, component name and semantic data. And sometimes some special bit of information like that tcmURL parameter.
Disclaimer:
You can find this blog post also on my personal blog following the link: https://vbalko.blogspot.com/2020/09/add-my-inbox-app-to-scp-cf-portal.html
Hi ,
Your blo g is really helpful. Can you please provide me link to blog describing creating that app router
Regards,
Deepika Monga
Hello deepika monga,
not exactly blog dedicated to creating just app router but you can find all necessary info there.
You just need to create and deploy approuter and add workflow service as a dependency there. Then use that approuter in destination.
I hope it will help you. But I should probably create small blog post just to cover that topic.
Sure Thanx. It would be great if you can create the blog post for the same. Will be really helpful
Hi Valdimir, thanks for sharing this useful Information. Did you create the blog to create and deploy approuter and add workflow service? Would you please share this information?
Hi Vladimír Balko ,
Very useful information! Would you know whether the 'My Inbox' tile can have multiple sources ?
One for the SCP CP workflow services and one for S/4 backend work items.
Thanks.
Hello Kaavya Nagarajan,
For federating content from different sources - eg. S4 backend systems - there is planned product called SAP One Inbox. But it is kind of mystery product - I cannot find roadmap for it, neither any detail information.
According to info from Christian Loos in that discussion, it is planned on Q4/2020 - in fact right now. But nothing can be found about it - maybe Christian Loos himself can provide us more info about the current status.
Thanks for responding Vladimír Balko .
Yes, I've been trying to find information about SAP One Inbox as well. But since I'm unable to find any I'm trying to find alternatives in the mean time.
If Christian Loos can point me in the right direction then that'd be great!
Yes, we are indeed working on a central workflow inbox to bring together tasks from multiple sources.
See the respective TechEd session from last year: https://events.sap.com/teched/en/session/48432
However, it is a quite complex effort and taking longer than expected. Therefore also the release plan has changed and there won’t be a release this year.
Hello Christian,
Are there any updates regarding the release date of SAP Central Inbox/One Inbox?
Thank you and BR
Daniel
Hello,
We migrated from Neo to Cloud Foundry one custom app extended from my-inbox . From BAS the app is working fine after some correction, however is not working from portal service. we also applied the step indicated in the SAP note 2932895 .
Do you suggest some blogs?
Thanks
Hi Vladimír Balko ,
thank you very much for posting this blog. I am wondering if it is always necessary to add a whole launchpad module to call the myInbox from portal entry site. isn't there another easier way? this approach does not work for me: https://developers.sap.com/group.cp-workflow-cf.html
I would be very grateful for an answer.
Best Regards
Max
Hi Vladimír Balko ,
we made the steps suggested by you. The app is working fine in the portal. We have just a problem on the scenario ID. Basically in the scenarioID on backend side we have a task.
However in the task definition the information is coming as TASK+WORKFLOWID+ NODE. For this reason the tile counter is showing different from zero. However in the app is showing zero item. We tried with the OSS note 2504045 but it's not working.
Thanks
Sorry, but I cant understand what is problem. You want to make scenario specific My Inbox? Are you working on BTP Launchpad as a service?
Hi Vladimír Balko
we are working on BTP portal service. In any case we solved the issue. Basically instead of to use the scenarioID as parameter for a specific task id it's necessary to use taskDefinitions.
Thanks
Hi,
Do you know if we can deploy de MyInbox app using the SAP Router? We are unable to get it to work.
Thanks,
Sorry Santiago, I probably dont understand what do you want to achieve or what is the problem.
You wrote that you want to deploy My Inbox using SAP router, but I cant think of the connection. SAP Router is component which allows you to connect to the on premise system and this blog is about My Inbox on cloud platform.
Can you please specific more about what you need?
Vlado
Hi Vladimir, thanks for you response.
In this example you are deploying MyInbox using a standalone app router, am I right?
In my case, I want to deploy it using the option "Managed by SAP Router", that BAStudio gives you when you create a new project from a template.
Does this help you?
Thanks!
Hi Santiago,
in case, that you want to add My Inbox from SaaS approuter, you can use one from Workflow Management service as described here
If you want to access My Inbox defined in launchpad defined as a module in MTAR, then you have to acces that resources through serverless approuter - as described in this blog post by Marius Obert. Specifically chapter Make your web apps “serverless”
Wow, the SaaS approuter worked perfectly. But i've got another question, how can I specify in that standard app the odata service I need to consume (in this case, TASKPROCESSING), or a destination pointing to my service?
I mean, how can I redirect the tcmUrl parameter to a destination defined in my subaccount? Is that possible?
Thanks!
And why do you need this? My Inbox from Worfkflow Management is configured to make requests to taskprocessing by default. You dont need to define your own tcmUrl parameter.
Actually I need this app connected to a S4/HANA backend, that has that service exposed through SCC. I mean, when i deploy the standard app, it gives errors regarding the tcmurl parameter because it doesn't find any endpoint of taskprocessing.
Hi Vladimir, I could setup this correctly. Do you know if I can activate the Approve Purchase Contracts app in the same way I did with MyInbox? Thanks!
Sorry Santiago Cajal ,
but I doubt, that it is possible in BTP Launchpad. At least in a simple way.
Approve PO extension to My Inbox on premise are standard application, which is delivered by SAP in a on premise component and therefore it was easy to just activate it and it was ready to use.
But right now you are on BTP - so on cloud - different environment.
What came to my mind is to federate My Inbox 2.0 from backend system if you have S4 on premise
Or the hard way - reimplement that functionality by yourself and use it in cloud.
Hi Vladimir,
I finally exported the app from a Neo environment and imported it in CF as a MTA application.
Thanks for your help.
Hi Vladimír Balko,
thanks for the very useful information. I have followed all your steps to activate my Inbox on CF. Unfortunatly, this dosen't work and i don't know why? I have Netweaver Gateway 7.52 and ERP 7.40. I have already activated MyInbox-Fiori-FLP on Netweaver Gateway to approve/decline Workitems from ERP-BAckendsysten and this work fine.
Would you pelease share any tips or note how to activate MyInbox to display Workflow-items from ERP on Cloud Foundry?
Thanks for your help.
Hi Maged,
Thank you for visiting SAP Community to get answers to your questions. Since you're asking a question here for the first time please note that:
You are adding a comment to an old post that is not likely to get an answer.
I suggest starting a new question and following these guidelines:
I recommend that you familiarize yourself with: https://community.sap.com/resources/questions-and-answers, as it provides tips for preparing questions that draw responses from our members.
For example, you can:
- outline what steps you took to find answers (and why they weren't helpful)
- share screenshots of what you've seen/done
- make sure you've applied the appropriate tags
- use a more descriptive subject line
The more details you provide, the more likely it is that members will be able to respond. Feel free to also take our Q&A tutorial at: https://developers.sap.com/tutorials/community-qa.html
Should you wish, you can revise your question by selecting Actions, then Edit.
By adding a picture to your profile you encourage readers to respond: https://developers.sap.com/tutorials/community-profile.html
Regards,
Dedi