18
Views
13
Comments
Solved
SAP Timeout
Question
Service Studio Version
11.53.40 (Build 61951)
Platform Version
11.18.1 (Build 37828)

Hi there,

I'm having a timeout issue with a SAP function call. It's the famous 100s timeout that I used to have when executing a webservice call. The thing is, I could increase the timeout value when I was using a REST/SOAP call, because I had a parameter for it.

Now I'm using a SAP connection and there are no parameters for that in the remote function definition:



Where do I increase the 100s default timeout now?


regards


Solution

I managed to find the problem. I was using a service action to make the Bapi call. And the module that called the service action was reporting the timeout, so......I changed the service action to a simple SERVER action and the timeout isn't an issue anymore.

I imagine this happens because service actions are rendered as webservice endpoints, thus the 100s limit.

Hello Elaine,


Neither Service Center nor Configuration Tool have the setting that I need.

thank you anyway

Solution

I managed to find the problem. I was using a service action to make the Bapi call. And the module that called the service action was reporting the timeout, so......I changed the service action to a simple SERVER action and the timeout isn't an issue anymore.

I imagine this happens because service actions are rendered as webservice endpoints, thus the 100s limit.

@Goncalo Almeida We are also getting Operation time out issue with SAP remote functions but not able to trace issue .

Hey there,

What's the timeout value? 100s?

Hi, Its >1000 seconds for some of  functions. And applications shows Time out error in frontend to all users for specific time and  later its works as  normal.

Hmmm, that might have to do with some configuration in SAP.

May be one question how do  you access these SAP remote functions?

I use the Service Studio interface for SAP.

Ok we are also same. But also we have service actions do you think if we convert them to server action will help somehow? Its actually Traditional web application.

Yes, I believe it will solve your problem if you convert them to server actions.

Hi Goncalo, Did you made any specific changes while  doing this change i.e. service action to Server action?

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.