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
598

can any one explain the concept of dynpro

web dynpro?

4 REPLIES 4
Read only

Former Member
0 Likes
577

A Programming Model for User Interfaces

Defines a standard structure for user interface applications

Derived from the MVC (“model-view-controller”) design pattern

A Set of Tools for User Interface Design

Focus on graphical modelling

Code is generated from meta-model declarations

Integrated in SAP NetWeaver Developer Studio and the ABAP Workbench

A Runtime Environment for Applications

Framework running on SAP Web AS server offers common services

A Technology for Software Modularization

Components help structure applications and support pattern-based UIs

---

Senthil

Read only

Former Member
0 Likes
577

hi balaji,

To start with Web dynpro ABAP you can try following tutorial:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a282c952-0801-0010-1eb5-87953e03...

You can start with tutorials and all. There are around six tutorials in SDN library.

Web Dynpro for ABAP

http://help.sap.com/saphelp_erp2005/helpdata/en/a5/1a1e3e7181b60ae10000000a114084/frameset.htm

best tutorials in wbdynpro for ABAP to start with :

https://www.sdn.sap.com/irj/sdn/developerareas/webdynpro?rid=/webcontent/uuid/fed073e5-0901-0010-4eb... [original link is broken]

Have a look at the following SDN WDA Wiki . There you can find all relevant information.

https://wiki.sdn.sap.com/wiki/display/WDABAP/Main

u have separate forum for webdynpro abap and java. u can find lot of interesting topics there. Kindly go thro that forum.

Regards,

Arun.

Reward points if useful.

Read only

Former Member
0 Likes
577

Web Dynpro is a client-independent programming model of the SAP NetWeaver technology platform for developing user interfaces for professional business applications. It is based on the model view controller paradim which ensures that the business logic is separated from the presentation logic. This architecture is visible in the Web Dynpro perspective of the SAP NetWeaver Developer Studio (NWDS).

Web Dynpro helps you with the development of Web applications by:

· Ensuring platform-independence with the meta model approach

· Minimizing the implementation effort through declarative programming

· Supporting a structured design process by applying the model view controller paradigm

· Providing reuse and better maintainability by using components

· Providing graphical support with tools in the Web Dynpro perspective

· Providing the SAP NetWeaver Java Development Infrastructure (NWDI) which supports team work with different services such as source code versioning and the Central Build Service.