3 Replies Latest reply: May 30, 2012 7:12 PM by Antonio Valladares Fernandez RSS

Loadin data Adaptive RFC Model

Antonio Valladares Fernandez
Currently Being Moderated

Hi experts

 

     In some WD we call a RFC to load huge information, it takes too much time of r/3 ABAP processing.

 

     To minimize this time, we are working to rebuild ABAP code, creating index, creatin new structures ....

 

     But right now this time is so big, so we want to show a Loading View while a RFC is loading.

 

     What is the best way to do that??

 

     I created a Loading view and set as default window,  in wdDoInit I call the plug to change the View.

 

     But where i can call the Component Controller function to load by RFC the data, and still see the loading message (after reendering that) and before change the screen to white again before rendering the other View.

 

Thanks in advance.