cancel
Showing results for 
Search instead for 
Did you mean: 

Refersh webdynpro screen

Former Member
0 Kudos

Dear Experts,

Can any one help me how to refresh screen on the click of button(i.e same functionality as pressing F5 button) ?.

Thanks

Santhosh

Accepted Solutions (0)

Answers (4)

Answers (4)

amy_king
Active Contributor
0 Kudos

Hi Santhosh,

You can refresh a view to its original state by resetting the view's context...

wd_context->invalidate( ).

You can also invalidate the component controller context to refresh the entire application...

wd_comp_controller->invalidate( ).

Cheers,

Amy

former_member184958
Active Participant
0 Kudos

Hi San,

Go through the below link, Already someone answered for your question,

http://scn.sap.com/thread/3395811

Regards,

John.

former_member210804
Active Participant
0 Kudos

Hi Santhosh,

please check the below thread.

http://scn.sap.com/thread/3395811

Best regards,

Narasimha.

Former Member
0 Kudos

Hello,

create an exit plug for the window.

create a url parameter for it.

then fire this plug from the event handler of the view and pass the url as URL of the same application only .

then it will automatically refresh the page .

BR

Chandra..