MVC Architecture for Webdynpro for ABAP
MVC Architecture for Webdynpro for ABAP
for ABAP
August 21, 2017
To understand the Webdynpro for ABAP let us use the same methodology
which we used during our school days, splitting the word “Webdynpro for
ABAP”.
What ITS does is, it converts all the sap gui screen into HTML pages. This
can be viewed from the browser. So it was SAP’s baby steps towards the
web application. But if you Google it you will find many disadvantages.
You can refer the —————————-Article to know about how it works and
can be used.
If you are a JAVA Guy you will be surprised by name as we already have
something called JSP (Java server pages).
BSP is also used to develop the web application it has its own tags which
makes the UI element on the browser. You can code in Object oriented
programming at technology end to implement the business logic.
Traditional application
And the server will return the page to the user as response.
MVC application
What is MVC
Let’s say tomorrow is Your brother or sister’s birthday. So you decided to buy a cake and visit a
Bakery Shop. You request the baker to make a wonderful cake and the Baker collects all the
ingredients to make the cake. After collecting all the ingredients the baker decides on how the cake
should look like and selects the appropriate pan(it may be square, circle etc.).When the cake is ready
the Baker responds i.e. gives you back the cake to celebrate your sisters or brothers birthday. I hope
this example makes you clear view on how MVC architecture works.
MVC is a collection of Model/View/Controller
Benefits of MVC
Model
View
Controller
I think you would have got a clear idea about MVC which is the base of the WebDynpro For ABAP.