cancel
Showing results for 
Search instead for 
Did you mean: 

Extending Fiori my Inbox

Former Member
0 Kudos

Hello,

I have some questions about extending Fiori my Inbox. According to the extension cookbook (Note 2118812 - How to Extend SAP Fiori My Inbox ), It seems that we need to extend the TASKPROCESSING v2 service on gateway instead of on backend system. But the data entities which I need to display are all located in the backend. So I must create many RFC-Functions to get the data from the backend and also the same data structures as in the backend.

My question is:

- Is it possible to extend the TASKPROCESSING v2 service in the backend system?

Thanks for your help.

Best regards

Qian

Accepted Solutions (0)

Answers (2)

Answers (2)

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Qian,

Please share what kind of extension you are going to implement.

Regards,

Masa / SAP Technology RIG

SB9
Active Participant
0 Kudos

Hello Qian,

You cannot extended it in back-end unless you have the required components installed on it or you have one box which contains the back-end and integrated gateway.

i would suggest to expose the key functionality as RFC enabled function modules and call them from your extension code of TASKProcessing v2 Service.

Thanks,

SB