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

OData V2 Request fails and no error message is displayed

uifivvy
Participant
0 Likes
2,510

Hi experts,

one of our customers faces an issue with one OData request, but I can't figure out the cause, because no error message is displayed in the response, and there are no entries in the /IWFND/ERROR_LOG or ST22.

The request is a simple GET request of an EntitySet. It happens only once if the user opens the application the first time of the browser session. There are several requests before that error request which are all successful. After a page refresh the error no longer occurs. 

This is the response of the request:

uifivvy_1-1721385147100.png

This is the request 

uifivvy_0-1721385118218.png

The customer is using a S/4HANA system and it only occurs on the test system, not the productive system.

Do you have any idea what could be causing the problem or how I can find out the exact cause?

 

Thanks in advance

Julia

 

Accepted Solutions (1)

Accepted Solutions (1)

uifivvy
Participant
0 Likes

I finally found the problem: the customer has set the Soft State to "Active" which is not supported by our OData service.

The Soft State can be set via transaction /IWFND/MAINT_SERVICE.

More information about Soft State:

https://help.sap.com/doc/saphelp_nw75/7.5.5/en-US/25/a27ab5fb614b538bc44228fcc9b027/content.htm?no_c...

Answers (1)

Answers (1)

rkaouass
Explorer
0 Likes

Hi Julia,

can you change the settings in the manifest.json to set useBatch to false.

Set a trace in the transaction /n/IWFND/TRACES and show us the details.

uifivvy
Participant
0 Likes
Unfortunately this is not possible since this is only reproducible on our customers system.
rkaouass
Explorer
0 Likes
Do you have access to /n/IWFND/GW_CLIENT to make some requests and test the requests?