cancel
Showing results for 
Search instead for 
Did you mean: 

call a BAPI automatically after 10 seconds in WEBDYNPRO

Former Member
0 Kudos

hi,

i want to call a bapi from webdynpro automatically after every 10 seconds.

can anyone please give me the sollution in terms of code and where it is to be written. any other sollution will also do.

thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Utkarsh...

This may be a little late but what you could do is this...

1) Add a UI element to your view called a Timed Trigger

2) When the trigger executes...execute the model and invalidate the context node it is bound to so that your data is refreshed...that will make your view elements show the latest data

Former Member
0 Kudos

Hi!

For a task like this you should use a EJB and the<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e8ab5056-0e01-0010-5581-d3e51724ee21">SAP NetWeaver Scheduler for Java</a>.

Regards,

Thomas