cancel
Showing results for 
Search instead for 
Did you mean: 

How to configure timeout parameter for sap gateway system ?

former_member561174
Participant
0 Kudos

Hello Experts,

Please let me know the correct parameter to be configured to control idle session timeout in gateway system.

In our project landscape,we have OData service created in backend crm system & service is registered in gateway system.

We are not getting timeout error in gateway SAPUI5 session if left idle even for 60mins.

Looking forward to quick response.

BR,

Nisha Verma

Accepted Solutions (0)

Answers (3)

Answers (3)

salamancacm
Explorer
0 Kudos

You can achieve this, in the SMICM transaction:

  • Select the thread
  • Click in services button
  • Select the service
  • Click on Service->Modify

Until this point, you can see and change the keepAlive parameter.

maheshpalavalli
Active Contributor
0 Kudos

Hi Nisha Verma,

from Basis the configuraiton needs to be done..

https://help.sap.com/doc/saphelp_nw70ehp2/7.02.16/en-US/48/88b52977323cb8e10000000a42189d/content.ht...

https://wiki.scn.sap.com/wiki/display/Basis/Timeout+Options+for+ICM

check the old answer conversation below:

https://archive.sap.com/discussions/thread/3664668

BTW like Gregor said, odata is stateless and the above configuration will only apply if you opened the debugging session for long time or if the request take a lot of time because of backend complex logic etc.,

So what exactly is your scenario?

BR,
Mahesh

gregorw
Active Contributor
0 Kudos

OData is stateless. So you don't have a session timeout.