Dear Guru's
I have Extending SRM PO Approval Odata Service SRM_PURCHASEORDER to add custom Entity gives the following error message when calling from FIORI app:
The request URL or the metadata definition is incorrect.
Exception of type /IWFND/CX_SODATA_EDM_PROVIDER has occurred. See details for more information
Exception of type /IWCOR/CX_DS_URI_NOT_MATCHING has occurred. See details for more information
details behind Exception /IWFND/CX_SODATA_EDM_PROVIDER=
Resource WorkflowTasks not defined in Metadata
details behind exception /IWCOR/CX_DS_URI_NOT_MATCHING=
Resource not found for the segment
"WorkflowTasks(WorkItemId="000011586596" ,PONumber="2000088304")".
Same app call to Odata Service SRM_PURCHASEORDER yields correct results and all that was done was redefine and activate in SICF and Gateway maintenance.
to make matters worse Test transaction /IWFND/GW_CLIENT cannot be used to call WorkflowTasks using custom Odata service as GET_ENTITY purposely throws out exception message.
Any help will be greatly appreciated.