cancel
Showing results for 
Search instead for 
Did you mean: 

change web dynpro expired application url

Former Member
0 Kudos

Hi All,

I'm trying to change the session expired page of Webdynpro.

Please kindly tell me how to change the page.

I want to show more User-recognizable message. Is any work-around?

regards.

Naga

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

By using following statement we can get expiration Time of an application, if set.

String expTime=wdThis.wdGet<CompController>().wdGetAPI().getApplication().getApplicationInfo().findInApplicationProperties("sap.expirationTime").getValue();

but need to calculate the idle time each time, Iam working around.

Let me know if you have any ideas

Regards

LakshmiNarayana