cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Web dynpro

Former Member
0 Kudos

HI,

SAP Experts,

what is web dyn pro.what problems it solves and the programming structure of webdynpro

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi vijaya singothu ,

WebDynPro concepts r of two types :

1) WebDynPro using JAVA

2) WebDynPro using ABAP

The following r excellent websites containig PDF & PPT docs :

Web Dynpro Java Foundation u2013 What's new in SAP NetWeaver 2004S

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/c29a4d25-0c01-0010-50ae-e69...

SAP Web Dynpro Overview

http://wendtstud1.hpi.uni-potsdam.de/sysmod-seminar/SS2005/presentations/12-WebDynpro-Overview.ppt

Web Dynpro General Concepts

https://admin.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/30ea953b-8e57-2910-4e85-f7b...

Web Dynpro

http://help.sap.com/saphelp_nw2004s/helpdata/en/15/0d4f21c17c8044af4868130e9fea07/frameset.htm

Web Dynpro for ABAP: Tutorials for Beginners

Web Dynpro Architecture

http://help.sap.com/saphelp_nw04/helpdata/en/a5/1a1e3e7181b60ae10000000a114084/content.htm

Web Dynpro User Interface Design

https://www.sdn.sap.com/irj/sdn/webdynpro?rid=/webcontent/uuid/ce44a14c-0a01-0010-af89-d7dbd944f176

Getting Started with Web Dynpro Java

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/28113de9-0601-0010-71a3-c8780...

Developing ABAP applications using Web Dynpro Configuration Scenario

http://www50.sap.com/businessmaps/8729920B31E343F099B71340B15F06DB.htm

http://www.sapforum.co.kr/TECHDAY07/download/9.%20SAP%20WebDynpro_%EA%B9%80%ED%98%9C%EC%84%AD.pdf

How-to add a custom Web Dynpro iView to the MSS Employee Profile (ECC 6.0)

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/how-toaddacustomWebDynproiViewtotheMSSEmployeeProfile(ECC+6.0)&focusedCommentId=55238

Developing Java Applications using Web Dynpro Configuration Scenario

http://www50.sap.com/businessmaps/8F5B533C4CD24A59B11DE1E9BDD13CF1.htm

Integrating Web Dynpro and SAP NetWeaver Portal Part 1: Creating Web Dynpro-Based Portal Content

http://www.octavia.de/fileadmin/content_bilder/Hauptnavigation/SAP_NetWeaver/WebDynpro/Tutorial_1.pd...

The Structural Concepts of Web Dynpro Components

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a048387a-0901-0010-13ac-87f...

Web Dynpro:Context Mapping & Model Binding

http://wendtstud1.hpi.uni-potsdam.de/sysmod-seminar/SS2005/presentations/14-Web_Dynpro_dataflow.pdf

Web Dynpro:Getting Involved

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/c193252d-0701-0010-f5ae-f10...

Web Dynpro for ABAP

http://www.vnsg.nl/temp/508773747/A1-WDA_Themadag.pdf

http://www.octavia.de/fileadmin/content_bilder/Hauptnavigation/SAP_NetWeaver/WebDynpro/Web_Dynpro_Pa...

All Web Dynpro Articles

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/7082f9fc-070d-2a10-88a2-a82b1...

cheers!

gyanaraj

Former Member
0 Kudos

HI

Web Dynpro for professional UI development

SAP NetWeaver Developer Studio where we devlop webdynpro applications

Based on the free platform eclipse, the SAP NetWeaver Developer Studio is a development environment for all development areas in J2EE applications.

1. User Interface

SAP Web Dynpro tools can be used to develop flexible Web interfaces.

2.E-business logic

The SAP NetWeaver Developer Studio supports you in the development and deployment of EJBs and

in the definition and publication of Web services.

3. Java persistence

State-of- the-art technologies, such as Container Managed Persistence (CMP), embedded SQL in Java

(SQLJ) und Java data objects (JDO) are supported by the corresponding tools.

The SAP NetWeaver Developer Studio also contains additional tools, such as design-time support for HTML, XML and XSLT (validation, code completion)

The Developer Studio offers a range of tools covering all aspects of application development. As is usual in Eclipse, the associated tools are generally bundled together in Perspectives according to the task at hand.

􀁹 Web Dynpro Perspective

Design support for creation of Web Dynpro applications

􀁹 J2EE Development Perspective

Support for J2EE projects, Web Components (JSP, Servlet), XML

􀁹 Dictionary Perspective

Definition of database tables and simple types

􀁹 Web Service Perspective

Creation of Web Service client proxy definition

􀁹 Designtime Repository (DTR) Perspective

DTR client allows easy file handling on the file server

􀁹 Development Components Perspective

Display and edit a Development Component

􀁹 Development Configurations Perspective

Provides task-specific DTR access

Thanks,

Tulasi Palnati

Former Member
0 Kudos

Hi ,

Web Dyn pro for making UIs , with Lower cost , fast implementation .

Almost 50 % code Will be generated by the tool ....

Regards,

venkat

javed_shaikh
Active Contributor
0 Kudos
Former Member
0 Kudos

Web Dynpro is SAP's standard toolset for developing user interfaces. Using a specialised implementation of the Model-View-Controller design pattern, SAP has created a development environment that focusses on software reuse at the business process level, rather than at a lower technical level.

Check below thread for information links

Koti Reddy

Former Member
0 Kudos

Hi Vijaya:

To understand webdynpro as a programming language and as a development tool to develop web based application for the SAP Netweaver Platform, I would recommend going through the following links:

Tutorials on help.sap.com

http://help.sap.com/saphelp_nw70/helpdata/EN/02/2b239e0c5f0f4aa677fa9b18970614/frameset.htm

WebDynpro 4 Java and WebDynpro 4 ABAP are programming languages developed by SAP for developing applications for the SAP Netweaver Platform. It comes along with looks like NWDS (Netweaver Development Studio) in the Java flavor and the common ABAP Workbench for the ABAP flavor to develop web based applications.

Please use search facility on SDN -- you never know what more secrets it can reveal about WD 😛

Thanks,

GLM