cancel
Showing results for 
Search instead for 
Did you mean: 

Develop new OData service for workflows

Former Member
0 Kudos

Dear Gateway/Fiori experts,

Is it possible to develop new OData service for workflow approval apps.to integrate custom/standard workflows available in business suite.

Yes the Fiori MyInbox app or Approve Requests app can connect well with workflows , but the UI template of our app does nt fit well with requirements. we want to further integrate drill down approach to other apps and use a complete different template than master detail and extensibility points are limited.

So, developing a new app from scratch is the only way.

But how feasible is it to develop a new OData service for workflows? What are the considerations for it.

Appreciate your suggestions.

CC:

Thanks in advance

Daniel.

Accepted Solutions (0)

Answers (1)

Answers (1)

AshwinDutt
Active Contributor
0 Kudos

Hello Daniel,

Please have a look at the below once.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/509c922a-aa9a-2f10-328c-d3814560d...

Based on our requirement once we know which part of the workflow logic to be called, we can consume those by implementing  appropriate CRUD methods in our data Provide Class.

Regards,

Ashwin

Former Member
0 Kudos

Is WFSERVICE a standard service shipping with gateway for integrating workflows with OData.  Is it completely extensible / customised ?to add more entity sets and fields to it

Can you throw more inputs more inputs on below

"Based on our requirement once we know which part of OData logic to be called we can consume those by implementing appropriate CRUD methods in our data provider class"

AshwinDutt
Active Contributor
0 Kudos

Yes WFSERVICE is the standard service which can be used.

Looks like its not added and activated hence its not visible in /iwfnd/maint_service.

You can find it once you click on 'Add Service' button with System Alias as 'LOCAL' in /iwfnd/maint_service. Then add it and activate.

Former Member
0 Kudos

Yes, i have added the service now. But trying to figure out the customization part of it as per the above.

Any suggestions ?

AshwinDutt
Active Contributor
0 Kudos

Did you have a look at the entities which WFSERVICE service has ? I think it has all the information already please check once.

Please check below also once.

Workflow User Exits - SAP NetWeaver Gateway - SAP Library