cancel
Showing results for 
Search instead for 
Did you mean: 

How to debug "request aborted" for OData service

former_member182374
Active Contributor
0 Kudos

Hello Experts,

I'm using sap.ui.model.odata.v2.ODataModel in my project (SAPUI5 version 1.28.7).

Sometimes I get "Request Aborted"

I checked ST22 && /IWFND/ERROR_LOG but there are no errors.


How can I debug the issue?


Regards,

Omri

Accepted Solutions (1)

Accepted Solutions (1)

vamsixk
Active Participant
0 Kudos

Hi Omri,

is there a URL that is failing with this status?

if yes, then you can put a breakpoint in the data provider class methods GET_ENTITY/GET_ENTITYSET(Since you are using the get method), and trigger the URL from the tcode "/iwfnd/gw_client".

Do let me know if this was helpful, and in case you have any more questions..

former_member182374
Active Contributor
0 Kudos

Hi Vamsi Krishna C V,

I have the url and it's always working from "/iwfnd/gw_client".

I'll set a breakpoint in my code and see how it goes...

Thanks,

Omri

vamsixk
Active Participant
0 Kudos

If it's working from the Gw_client tcode, then probably there is some configuration issue from the UI.

Please check if the system from which you are triggering the URL is able to access the Gateway server.

former_member182374
Active Contributor
0 Kudos

Thanks.

I'm closing this thread and opening a new one in the SAPUI5 forum.

Omri

Answers (0)