cancel
Showing results for 
Search instead for 
Did you mean: 

Trigger refresh iview from standard ESS application on a event

Former Member
0 Kudos

Hi There,

We need to refresh TimeSheet page upon a event on webdynpro java based screen (ehp4). I am able to trigger same page with following command..

WDPortalNavigation.navigateAbsolute(target, WDPortalNavigationMode.SHOW_INPLACE.....

but some of methods which were to be executed during initialization are not triggered. Hence screen is not having all data. Not sure if this due to any missing parameter or there is a different way to trigger "refresh" for ess fpm based applications.

Any pointers will be great help.

Thanks a lot.

Cheers,

Sudhir

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

On a closer observation.. seems some of user data is still loaded but soem of custom nodes and variables are niot populated at wdinit and wdmodify parts... hmmm.. not sure what's missing from actual call.

Former Member
0 Kudos

hmmm.. this is even better.. when i do preview mode.. i can't see effect of those custom codes... exactly same when i re-launch it using code within application... Hmmmm wonder if i have been totally missing something.