Hi Theo,
Have you can implement a custom task provider which would make connections to third party systems to fetch the required data?.
Right now we have one requirement, where we need to implement Fiori My Inbox for 'SAP Sourcing & CLM' Contract Approvals. This product(Sourcing & CLM) is running in Java-stack.
We have provided some web-services to expose the data to outside system to consume/use it.
we are using one SAP system where it has all the required components for implementing Fiori Inbox are available in single system. That means there is no separate Hub system & no RFC calls.
I followed the Article which you mentioned earlier. But i am not able to proceed with some of the steps in that document.
1).Created one consumer proxy service by using WSDL(Sourcing & CLM).
2).Created one Custom task provider class by extending an abstract class.
3).Implemented the code for the Query_tasks & read_tasks by calling the consumer proxy service (step-1) and returned the export parameters respectively.
4). I was able test the methods individually and see the results data.
I also followed & implemented the remaining steps mentioned in the article. but i am not sure where it went wrong.
In article, end of step-3 they were talking about 'Assign Data Provider to Data model', so are those predefined class(Data/Model) or we need to create our self?. If we need to create then how we can?.
Please help on implementing custom task provider with detailed steps.
Note : New to ABAP development and i have good experience in JAVA.
Thanks in advance.
Regards,
-Kondal