Hi,
Please suggest the best way to fix below issue and appreciate your help.
There is a drop down list box which gets populated with R3 data through RFC on plug fires. It means while navigating from view1 to view2 and back from view2 to view1 the RFC get executed.If drop down has huge amount data ultimately it took long time to load the view. It impacts application performance.
How to restrict RFC execution on each view navigation. I mean, if we can check whether the view is calling first time or not accordingly we can control RFC execution ultimately the application will load fast.
Please suggest the best way to increase application performance.
Thanks in advance.
Ian