This is the very basic concept of Webdynpro ABAP. In fact almost every interviewer will ask this question to test the basic concept about webdynpro abap. As the name suggests MVC architecture means a set up with a model, view and a controller to complete a webdynpro application.
Model is nothing but the flow of data retrieval for the application. Generally all the business logic is written here and whenever required model will return the data without thinking about how will it be displayed.
View is nothing but the screen what user will see. All the data from the model will display in the view with proper arrangements and customization. Thsi is similar to ABAP selection screen with output where user can choose their data and display.
For every webdynpro ABAP application there is a controller for that application. Controller will act as a back bone of that application which will pass data between user and application.
Model is nothing but the flow of data retrieval for the application. Generally all the business logic is written here and whenever required model will return the data without thinking about how will it be displayed.
View is nothing but the screen what user will see. All the data from the model will display in the view with proper arrangements and customization. Thsi is similar to ABAP selection screen with output where user can choose their data and display.
For every webdynpro ABAP application there is a controller for that application. Controller will act as a back bone of that application which will pass data between user and application.
0 comments:
Post a Comment