Start of Content Area

Component documentation Web Dynpro ABAP  Locate the document in its SAP Library structure

Purpose

Web Dynpro for ABAP or Web Dynpro for ABAP (WD4A, WDA) is the SAP standard UI technology for developing Web applications in the ABAP environment. It consists of a runtime environment and a graphical development environment with special Web Dynpro tools that are integrated in the ABAP Workbench (SE80).

Web Dynpro offers the following advantages for application developers:

      The use of declarative and graphical tools significantly reduces the implementation effort

      Web Dynpro supports a structured design process

      Strict separation between layout and business data

      Reuse and better maintainability by using components

      The layout and navigation is easily changed using the Web Dynpro tools

      Stateful applications are supported – that is, if the page is changed and the required data remains intact so that you can access it at any time throughout the entire application context.

Note that stateless applications are not possible.

      Automatic data transport using data binding

      Automatic input check

      User interface accessibility is supported

      Full integration in the reliable ABAP development environment

Note

The concept of Web Dynpro ABAP is identical with Web Dynpro Java and offers more or less the same functions.

The documentation for Web Dynpro for ABAP is divided into the following main sections:

Documentation Structure

Section

Content

Web Dynpro for ABAP Configuration

Configuration settings in the system

Web Dynpro Architecture

Platform-independent information about Web Dynpro

Introduction to the terminology

Web Dynpro Programming

Basics

Cross-component programming

Dynamic Programming

Further concepts

Web Dynpro ABAP Administration

Web Dynpro trace tool

ICM tracing

HTTP browser tracing

Logging

Tutorials

Introductory tutorials using the example of a flight information application.

Security Aspects for Web Dynpro for ABAP

ICF and logon procedures

Reference

Overview of the tools contained in ABAP Workbench

UI elements

Classes and interfaces

FAQ

FAQs, problem cases, reactions and solutions

Note

You can find information about which browsers SAP supports for Web Dynpro ABAP under http://service.sap.com/pam. See also SAP Notes 981710 and 1001411.

Integration

You can integrate a Web Dynpro ABAP application as a favorite into your Easy Access menu: Creating Favorites.

Restrictions

Previous UI technologies, such as ITS, cannot be used in combination with the new technology in Web Dynpro ABAP.

If you want to integrate an ITS-based application into a Web Dynpro ABAP application, use the UI element Link or an exit/suspend plug (see also Display an Interface View) in a WDA application.

For more information on limitations for Web Dynpro ABAP, see SAP Note 1098009.

Various functions and UI elements are deprecated. For more information, see Deprecated Objects and Functions.

The following UI elements may not be used in a ScrollContainer (deprecated UI element) with scrollingMode not equal to none:

      All active controls:

       Gantt

       Network

       OfficeControl

       InteractiveForm

      BIApplicationFrame

      IFrame (this UI element is deprecated)

Additional Information

For information on the configuration of Web Dynpro ABAP applications using the Floor Plan Manager, see Floor Plan Manager Framework for Web-Dynpro ABAP.

For more information about Web Dynpro ABAP, see the SDN:

The Web Dynpro ABAP Knowledge Center is a collection of information about various aspects of Web Dynpro ABAP.

A large number of Web Dynpro colleagues from around the world participate in the Web Dynpro forum, providing input on Web Dynpro ABAP questions.

In Web Dynpro ABAP Wiki you can find material from the Web Dynpro forum FAQs, HowTos, and other frequently referenced materials, useful links, tips, and so on.

In the Web Dynpro weblogs, you can find all blogs published to date on the topic of Web Dynpro (ABAP and Java). Here there are also excellent demonstration videos about diverse Web Dynpro ABAP topics.

If you create an error message for Web Dynpro ABAP under component BC-WD-ABA, see the checklist in Note 938809.

 

 

 

End of Content Area