cancel
Showing results for 
Search instead for 
Did you mean: 

Timeout error

Former Member
0 Kudos

Is it possible to set the expiration time of a webdynpro application in webdynpro ABAP?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

It is in Profile parameter. use transaction rz10

Please refer the note 774439 - Connection time out for the BSP Application & 737625 - Parameter recommendations for the ICM.

Former Member
0 Kudos

Yes, you can reset it...in SICF there is a session time out parameter...Check it with your Basis Team. they will reset it.

Former Member
0 Kudos

Could you please let me know where exactly can I find it?

gill367
Active Contributor
0 Kudos

go to rz10.

select the instance profile.

there search for parameters

icm/conn_timeout

icm/keep_alive_timeout

increase there values

save the profile .

vineetrrakesh
Explorer
0 Kudos

Hi ,

As already suggestted you can ask your basis person to modify the timout parameter, but it's difficult to make such choice to adjust the parameters for certain application, because this change will be applied to all applications which is sometimes not good for some sensitive applications

You can think of one more option by enhancing by a WD Time Trigger functionality on your application and trigger refresh of your application just before the elapsed timed appraoches Configured time at RZ10.

You can programatically read RZ10 parameter as welll.

This will keep your session always alive, some people argue that it's not good due to security reasons to keep SAP session alive like this but ceratin applications like Inbox for task or alerts, or monitoring dashboards need to be kept alive.

But again, to use a time trigger auto-refresh, completely depends upon the sensitiveness of the data or the application.

Regards

Vineet