0% found this document useful (0 votes)
45 views1 page

Architecture of Webdynpro For Abap

Web Dynpro for ABAP is SAP's new standard UI technology for developing user interfaces in the ABAP environment. It combines features of the ABAP server environment with a rendering-independent UI programming model and will eventually replace the traditional screen-based ("Dynpro") user interface technology based on SAP GUI. Web Dynpro uses a Model View Controller programming model with the model interfacing with backend data, the view responsible for browser representation, and the controller formatting data between the model and view.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
45 views1 page

Architecture of Webdynpro For Abap

Web Dynpro for ABAP is SAP's new standard UI technology for developing user interfaces in the ABAP environment. It combines features of the ABAP server environment with a rendering-independent UI programming model and will eventually replace the traditional screen-based ("Dynpro") user interface technology based on SAP GUI. Web Dynpro uses a Model View Controller programming model with the model interfacing with backend data, the view responsible for browser representation, and the controller formatting data between the model and view.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

Architecture of Webdynpro for ABAP

•          Web Dynpro for ABAP is SAP's new standard UI technology for developing user interfaces in the ABAP environment.

•          It combines the well-known features of a ABAP server environment, like the transportation and change
management system, security environment, test and performance analysis tools, or remote debugging, with the rendering-
independent UI programming model.

•          In the long term, Web Dynpro for ABAP will be the successor of the traditional screen ("Dynpro") based user
interface technology which is based on SAP GUI. 

Architecture of Web
Dynpro 

•          Web Dynpro is the SAP NetWeaver programming model for user interfaces (UIs).
•          Every Web Dynpro application is structured according to the Model View Controller programming model:
ü  The model forms the interface to the back end system and thus enables the Web Dynpro application access to data.
ü  The view is responsible for the representation of the data in the browser.
The controller lies between the view and the model. The controller formats the model data to be displayed in the view,
processes the user entries made by the user, and returns them to the model. 

You might also like