InterviewSolution
Saved Bookmarks
| 1. |
What is global and local controller in Web Dynpro? |
|
Answer» In Global controller, the data declared in this can be accessed by all views and window in that component. View controller is a local controller for that view and can’t be accessed by other controllers. |
|