cancel
Showing results for 
Search instead for 
Did you mean: 

refreshing the page

Former Member
0 Kudos

hi

i had a problem i.e refresh the view

in my case after executing the bapi i want to refresh the view in

webdynpro

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Have you tried <i>view.resetView()</i>? This will reset the view to its original state. Note that this should be done in wdDoModifyView() method.

Regards,

Satyajit.

Former Member
0 Kudos

hi

i use the view.resetView()

in modifyview but got the error like view cannot be resolved

Former Member
0 Kudos

Hi,

<i>view</i> should be the formal parameter to the <i>wdDoModifyView</i> method and it should be of type <i>com.sap.tc.webdynpro.progmodel.api.IWDView</i>. Check the formal parameter list of this method.

Regards,

Satyajit.

Former Member
0 Kudos

hi

thanku satyajit