cancel
Showing results for 
Search instead for 
Did you mean: 

Set time out parameter in web dynpro application.

Former Member
0 Kudos

Hi Expert,

How i can set the time out parameter in my web dynrpo application.

Thank's and Regard's.

Vikash

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

The main timeout for the system that effects web dynpro ABAP applications is controlled by the ICM timeout and can be controlled via an instance profile parameter:

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/48/3d14a3b08c72d1e10000000a42189c/frameset.htm

You can also set a timeout parameter at the SICF node level per Web Dynpro Application:

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/78/9852b7c06b11d4ad310000e83539c3/frameset.htm

However you can never set the timeout at the SICF node level longer than the system timeout of the ICM. You can only set a value shorter than the ICM timeout.

Answers (0)