You are on page 1of 9

Introduction to Web Dynpro for ABAP

-Nilesh Araligidad

Cogent IBS Inc. 2009. All Rights reserved.

Session Summary
! " One of the standout feautures of SAP Netweaver is its support for

open technology and user interfaces that are browser-based, modeldriven, device-independent, and accesible in short, everything todays Web applications require
! " SAP NetWeavers UI technology, Webdynpro, is a first-class

approach to build application content designed to run in SAP Netweaver Portal


! " Webdynpro is language-independent by design, its not just for Java

developers, but application developers fluent in ABAP will now be able to build WebDynpro applications

Cogent IBS Inc. 2009. All Rights reserved.

What we will cover


! " Overview of SAP UI ! " What is Web Dynpro ! " Architecture of Web Dynpro ABAP ! " Web Dynpro ABAP vs Dynpro, Webdynpro Java ! " Wrap-up ! " References ! " Session Takeaways

Cogent IBS Inc. 2009. All Rights reserved.

Overview of SAP UI
o" SAP GUI o" ITS Technology ( SAP GUI for HTML ) o" ITS ( IACs , Flow Logic ) o" Business Server Pages o" JSP and HTMLB ( tag Library ) Java o" HTMLB for BSP o" Web Dynpro Java ( Netweaver 2004 ) o" Web Dynpro ABAP ( Netweaver 2004s)

Cogent IBS Inc. 2009. All Rights reserved.

What we will cover


! " Overview of SAP UI ! " What is Web Dynpro ! " Architecture of Web Dynpro ABAP ! " Web Dynpro ABAP vs Dynpro, Webdynpro Java ! " Wrap-up ! " References ! " Session Takeaways

Cogent IBS Inc. 2009. All Rights reserved.

What is Web Dynpro


o" A Programming Model for User Interfaces !" Defines a standard structure for user interface applications "

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

o" A Set of Tools for User Interface Design !" Focus on graphical modeling "

Code is generated from meta-model declarations

o" A Technology for Software Modularization !" Components help structure applications and support pattern-

based UIs
Cogent IBS Inc. 2009. All Rights reserved.

Web Dynpro Advantages


o" Deliver an Enterprise Quality Web Development Environment !" Minimize coding, maximize design !" Separate UI logic and business logic !" Declarative UI development o" Independent of client Technology !" Browser, smart client, Mobile devices !" Client technology independent meta data

Cogent IBS Inc. 2009. All Rights reserved.

Meta-model Declaration vs. Custom coding


Meta-data Web Dynpro Tools Generator Deployable App Generated Code Custom Code ! "
! " ! "

Compiler

! " ! " ! "

Meta-model Declarations Guarantees common app design Good for graphical tool support
!" !" !" !"

Custom Coding
Guarantees universality Good for data-driven, dynamic apps
!" !" !" !"

Screen Layout and Nesting Navigation and Error Handling Data Flow Componentization

Implementation of business rules Dynamic screen modifications Access to services (files etc.) Portal eventing
8

Cogent IBS Inc. 2009. All Rights reserved.

About Cogent IBS, Inc. Cogent Integrated Business Solutions, Inc. is an SAP focused consulting services company based out of Bingham Farms, Michigan, USA. CogSAP09 is a Cogent IBS, Inc. professional development event conducted exclusively for its employees.

No part of this presentation may be published or transmitted in any form without the express permission of Cogent IBS, Inc.

Cogent IBS Inc. 2009. All Rights reserved.

40

You might also like