SAP ABAP Web Dynpro Interview Questions and Answers
SAP ABAP Web Dynpro Interview Questions and Answers
1. MVC Architecture Concepts and usage of the same in ABAP Web Dynpro Ans: As per the MVC Architecture there is a clear separation between flow logic, view and the Business Logic. View holds all the UI elements that are visible in the UI, Controllers have the flow logic. Business logic is held in the Model which is in the form of Assistance class in Web Dynpro context. 2. What are the Advantages of ABAP Web Dynpro? Ans: 1. Web Dynpro programming model uses MVC (Model View controller) design paradigm. 2. Clear separation between the flow logic and the business logic. Here the flow logic is written in the views, windows, components and the business logic is mostly written in Assistance class. 3. Complete integration of web based framework into ABAP workbench. 4. Reuse of the existing back end programs (ex: function modules, classes). 5. Reuse of the WD components possible (Component Usage). 6. No Java stack required to run Web Dynpro applications.