38
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


2018-11-09 09-14-06
Gonçalo Almeida
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.

2018-11-09 09-14-06
Gonçalo Almeida

Hello Elaine,


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

thank you anyway

2018-11-09 09-14-06
Gonçalo Almeida
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.

UserImage.jpg
Ashish Akolkar

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

2018-11-09 09-14-06
Gonçalo Almeida

Hey there,

What's the timeout value? 100s?

UserImage.jpg
Ashish Akolkar

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.

2018-11-09 09-14-06
Gonçalo Almeida

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

UserImage.jpg
Ashish Akolkar

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

2018-11-09 09-14-06
Gonçalo Almeida

I use the Service Studio interface for SAP.

UserImage.jpg
Ashish Akolkar

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.

2018-11-09 09-14-06
Gonçalo Almeida

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

UserImage.jpg
Ashish Akolkar

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

2018-11-09 09-14-06
Gonçalo Almeida
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.