cancel
Showing results for 
Search instead for 
Did you mean: 

Model Based UI Development

Former Member
0 Kudos

Hi,

Webdynpro ABAP is a Model based UI Development. Can anyone explain the statement.

What are the advantages of it.??

I went through a seris of e learnings but I am unable to understand the above concept.

could anyone please help

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello SAP LEARNER,

Please go through below links :

http://wiki.sdn.sap.com/wiki/display/WDABAP/ArchitectureofWebdynproforABAP

The Model-View-Controller (MVC) pattern separates the modeling of the domain, the presentation, and the actions based on user input into three separate classes

Model- The model manages the behavior and data of the application domain, responds to requests for information about its state (usually from the view), and responds to instructions to change state (usually from the controller).

View- The view manages the display of information.

Controller- The controller interprets the mouse and keyboard inputs from the user, informing the model and/or the view to change as appropriate.

Thanks,

Prashant

Answers (0)