Application Development 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: 

How to learn web dyn pro

Former Member
0 Kudos
75

Hello Experts,

I know JAVA and ABAP , so i want to learn Web Dynpro.

send me required material and links as soon as posible .

2 REPLIES 2

Former Member
0 Kudos
50

Hi

WebDynpro is available with netweaver 2004s (WAS7.0) Only. Not for below versions..

WEBDYNPRO :

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

Benefits

Deliver an Enterprise Quality

Web Development Environment

minimize coding, maximize design

separate layout and logic

support arbitrary backend systems

support reuse of components

configuration of UI patterns

support Web services and data-binding

Achieve Independence

run on multiple platforms

Improve User Experience through a

"High Fidelity Web UI"

browser based, zero footprint

screen updates w/o page reloads

client-side dynamics

performance through caching

and now about WD ABAP

1) Web Dynpro ABAP

As the name suggests Web Dynpro for ABAP uses exactly the same meta model as its cousin Web Dynpro for Java. A Web Dynpro component, a Web Dynpro view, a Web Dynpro model, a Web Dynpro controller have the same semantics both for ABAP and Java. The main difference is the designtime environment, the development infrastructure and the runtime environment.

The designtime environment is properly embedded in the ABAP Workbench where Web Dynpro artifacts are simply a new category like BSP applications or classical dynpro based applications before. Also no surprises regarding the development infrastructure. The correction and transport system keeps track on all changes that are done, versions them and helps to propagate the Web Dynpro application from development to production like you would do with ordinary BSP or dynpro-based applications.

Last not least the execution platform is the ABAP server that produces application content ready to be integrated in the NetWeaver Portal seamlessly. Features like portal eventing can be used between applications written in ABAP or applications developed with Java.

Refer these links :

http://help.sap.com/saphelp_nw2004s/helpdata/en/20/1d353ed106ec2ce10000000a114084/frameset.htm

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

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

http://help.sap.com/saphelp_nw04s/helpdata/en/77/3545415ea6f523e10000000a155106/content.htm

http://www.sap-press.de/download/dateien/1079/sappress_web_dynpro_for_abap.pdf

=======================

Also refer below thread...

Hope it will help u

Regards

Karthik

Former Member
0 Kudos
50

The bast link is

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

Reward if useful