InterviewSolution
| 1. |
What Is Mvc Architecture? Explain? |
|
Answer» WEB dynpro ABAP follows MVC (Model View Controller) Architecture. Here M – Modal – actual business logic EX: calling Function modules, class methods etc V – View – View is NOTHING but screen with UI ELEMENTS that holds data. C – Controller – This is responsible for communication between modal and view. The MAIN advantage of MVC is for better readability and re-usability Web dynpro ABAP follows MVC (Model View Controller) Architecture. Here M – Modal – actual business logic ex: calling Function modules, class methods etc V – View – View is nothing but screen with UI elements that holds data. C – Controller – This is responsible for communication between modal and view. The main advantage of MVC is for better readability and re-usability |
|