Hi All, I have a requirement where web dynpro abap application is idle for 10 minutes instead showing the standard sap timeout error message client asked to close the browser or logoff the session. There are many links available in relation to sap portal session time out, logoff close the browser etc....This requirement is specific to one Web Dynpro MSS abap application (Standard SAP Application) integrated with sap portal. I have to make this work with web dynpro abap application not vai sap portal framework.
So far I have done: Created a context attribute Timer, mapped to WebDynpro UI TimedTrigger. In the init method , I have set this variable to lv_timer = 10 minutes. Since TimedTrigger element has action , as soon as 10 minutes over, I need close the browser or logoff whichever is the easiest.
Need some input or code snippet to get this work,
Note: I have already setup sap time ICP time out parameter and this works fime , after 10 minutes session is closing and showing up standard sap error message but client doesnt want that way, need is to close the browser.
Thanks in advance Sailv