Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Dynpro

Former Member
0 Likes
621

What is dynpro programming and what is WEBDYNPRO?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
592

Hi ,

Web Dynpro uses the model-view-controller

(MVC) approach to Web interface

development (see sidebar at top of next

page), so that a Web Dynpro component

and all its pieces have the same semantics

whether they are written in ABAP

or Java.The very first version of the Web

Dynpro development environment to be

delivered was for Java-based projects.

For Web Dynpro

http://www.esnips.com/doc/97d0d50d-907a-4e99-82db-f558888bd544/Web-Dynpro

where as Dynpro , here we use number of screen , push buttons, text boxes table controls tabs stips etc. nothing but Module Pools

Reward Points If Usefull

Regards

Fareedas

Edited by: Fareeda Tabassum S on Apr 30, 2008 3:52 PM

3 REPLIES 3
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
592

Dynpro is nothing more than a screen. So when you develop a dynpro application, you are creating an application which involves screens in which the user will interact with. In classical ABAP programming we use module pool programs which contain a numbr of screens, and we use the screen painter to creat these screens in a graphical way. These applications would then run in SAPgui. Web dynpro is a way to create screens and interactive programs as well, but is not tied to the SAPgui. These applications can run in a web browser, or in a smart client. The design paraidigms between the two are quite different, Web Dynpro uses the MVC paradigm(Model View Controller), you can mimic the same with classical dynpro, but it is not enforced.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
592

Hi

DYNPRO as the name suggest is basically the Dynamic Programing or the Screen Programing. It deals with creating the screens for interaction with the user and also it provides various screen interfaces through which the user can interact.

Web Dynpro is the way of using the web to bring the UI to the user. You can get a much detailed information about WebDynpro from the following link.

https://www.sdn.sap.com/irj/sdn/nw-wdabap

Thanks,

Samantak.

Rewards points for useful answers.

Read only

Former Member
0 Likes
593

Hi ,

Web Dynpro uses the model-view-controller

(MVC) approach to Web interface

development (see sidebar at top of next

page), so that a Web Dynpro component

and all its pieces have the same semantics

whether they are written in ABAP

or Java.The very first version of the Web

Dynpro development environment to be

delivered was for Java-based projects.

For Web Dynpro

http://www.esnips.com/doc/97d0d50d-907a-4e99-82db-f558888bd544/Web-Dynpro

where as Dynpro , here we use number of screen , push buttons, text boxes table controls tabs stips etc. nothing but Module Pools

Reward Points If Usefull

Regards

Fareedas

Edited by: Fareeda Tabassum S on Apr 30, 2008 3:52 PM