cancel
Showing results for 
Search instead for 
Did you mean: 

refresh application

Former Member
0 Kudos

Hi Experts,

I need to refresh my application when i click on the previous button.How do i do it?

Thanks & regards,

Ronita.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Ronita

Did you get a solution to this? I need to do it to release locks after running a BAPI material update.

Regards

Russel

Former Member
0 Kudos

Hi ,

In the previous button method read the context node and use this method.

EG:

Here node name is projectdata.

CALL METHOD lo_nd_projectdata->invalidate .

THIS WILL REFRESH THE SCREEN.

Reward if useful.

Regards,

Muneesh Gitta.

Former Member
0 Kudos

Hi Ronita De ,

Is your application calling another view on click of the button previous?

if yes.. Then set the life time of the calling view means the view in which the prevoius button is there to - when visible(from the properties tab) and read all the nodes you want to clear and use nodename-> invalidate().

Regards

Sarath

Former Member
0 Kudos

Hi,

I am using the FPM to navigate, thats not an issue, i want the session to get refreshed.

Any ideas?

Regards,

Ronita