cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Can't find ODATA Service /IWPGW/TASKPROCESSING for standard Fiori app My Inbox

0 Kudos
7,725

We just configured the standard Fiori app My Inbox on Business Suite in our sandbox system. The ODATA service is activated and visible in the /iwfnd/maint_service and the Fiori app is working fine making successful calls to the ODATA service. However, when we try to find the service in SEGW, we get the following error, 'Project '/IWPGW/TASKPROCESSING' does not exist'. On the gateway server, the ODATA service gets discovered using the backend alias connection.

Accepted Solutions (1)

Accepted Solutions (1)

Andre_Fischer
Product and Topic Expert
Product and Topic Expert

Hi Shahruk,

it is not mandatory to use SEGW for the development of OData Services.

A lot of services have been developed by simply using ADT or SE24 and inheriting from the base classes provided by the SAP Gateway Framework.

If you are interested in the implementation details you can press on the button "Service Impelementation".

And there you will find the two classes which contain the model and runtime implementation namely

/IWPGW/CL_TGW_EDP_TASK_V2

/IWPGW/CL_TGW_SVC_MODEL_V2

Best regards,
Andre

0 Kudos

Thanks Andre.

Answers (0)