Definition
Web Dynpro is the SAP NetWeaver programming model for user interfaces (UIs).
The Web Dynpro model is based on the Model View Controller paradigm, and has the following features that build on the classic dynpro model:
· Clear separation of business logic and display logic
· Uniform metamodel for all types of user interfaces
· Execution on a number of client platforms.
· Extensive platform independence of interfaces
Web Dynpro is available both in the Java and the ABAP development environment. Platform-specific information is available under:
Web Dynpro for Java
Structure linkWeb Dynpro for ABAP
Structure
Metamodel Concept
Web Dynpro provides support for developing Web representation of a business application. You use specific tools to describe the properties of a Web Dynpro application in the form of Web Dynpro metadata. The necessary source code is then generated automatically and executed at runtime. In addition to the events offered by the framework, you can also define your own events for a Web Dynpro application. However, the event handling must always be programmed in separate source code areas which are executed automatically when the event is triggered at runtime.
In Web Dynpro, each user interface is always made up of the same basic elements. These elements of the metamodel can be statically declared using Web Dynpro tools.
It is also possible to implement elements of the metamodel at runtime and to change them or reintegrate them at runtime. Using these implementations, you can make any changes or enhancements to a user interface that has been created by declarative methods by generating new interface structures at runtime.
This means that you can combine declarative processes and the implementation of source code.
Graphical Development Tools
To support this declarative concept, both the SAP NetWeaver Developer Studio and the ABAP Workbench contain a range of Web Dynpro tools. You can therefore generate a large proportion of a Web Dynpro application using the tools provided, without having to create your own source code. This applies to the following parts of the application:
· Data flow between the front end and back end
· Layout of the user interface
· Properties of user interface elements
The Web Dynpro tools enable you to create source text areas manually within generated source texts. These areas are not changed if the source code is regenerated.
Separation of Business and Application Logic
Using Web Dynpro enables a clear separation of business logic and display logic. A Web Dynpro application runs on the front end and has local or remote access to the back end system via a service. This means that the display logic is contained in the Web Dynpro application, while the business logic and the persistence of the business objects run in the back end system. The following options are currently available for connecting Web Dynpro applications and the back-end system:
· An interface generated using adaptive RFC, through which BAPIs of an SAP system can be called
· An interface for calling Web services
· A self-generated interface
The source code required for connecting the Web Dynpro application can be generated from a UML definition of the Web Dynpro interface. A UML definition can be imported into the Web Dynpro tools as an XML file.
Conversion of the Model-View-Controller Programming Model
Every Web Dynpro application is structured according to the Model View Controller programming model:
· The model forms the interface to the back end system and thus enables the Web Dynpro application access to data.
· The view is responsible for the representation of the data in the browser.
· The controller lies between the view and the model. The controller formats the model data to be displayed in the view, processes the user entries made by the user, and returns them to the model.
Cross-Component Programming, Dynamic Programming, Integrating Forms, Integration, Integration of ALV, Interview Questions, List Viewer in Web Dynpro Portal Integration, TCodes, Web Dynpro ABAP
Thursday, June 12, 2008
Subscribe to:
Post Comments (Atom)
Archive
-
▼
2008
(169)
-
▼
June
(61)
- Using the ALV Views List Viewer in Web Dynpro for ...
- Objects of the ALV Configuration Model List Viewer...
- Getting the ALV Configuration Model List Viewer in...
- Class Diagram List Viewer in Web Dynpro, Integrati...
- Archiving Workbench SAP Transaction Code
- AuC Assignment of Dist. Rule SAP Transaction Code
- C AM Maint. list vers. gen. line it SAP Transactio...
- Display Dist. Rule Allocation SAP Transaction Code
- Block Asset Master Record SAP Transaction Code(TCode)
- Web Dynpro ABAP
- Web Dynpro Architecture
- Web Dynpro Component
- Web Dynpro Component View
- Web Dynpro Component View Set
- Web Dynpro Component Plugs and Navigation Links
- Web Dynpro Window
- Web Dynpro Component Window Plugs
- Web Dynpro Component Controller
- Web Dynpro Component Context
- Web Dynpro Component Context Node Properties
- Web Dynpro Component Data Binding and Mapping
- Web Dynpro Component Event
- Web Dynpro Component Action
- Interfaces of Web Dynpro Components
- Web Dynpro Application
- Web Dynpro Model
- Web Dynpro for ABAP Configuration
- Active Services in SICF Web Dynpro ABAP
- Fully Qualified Domain Names (FQDN)
- Web Dynpro ABAP: Development in Detail
- Web Dynpro ABAP
- Web Dynpro ABAP Component
- Web Dynpro ABAP View
- Web Dynpro ABAP UI Elements of the View
- Web Dynpro ABAP Structure of the View Context
- Web Dynpro ABAP Data Binding
- Web Dynpro ABAP UI Element Actions
- Web Dynpro ABAP Parameter Mapping
- Web Dynpro ABAP Action Event Handlers
- Web Dynpro ABAP Component Controller
- Web Dynpro ABAP Context Mapping
- Web Dynpro ABAP Programming Controller Methods
- WD_CONTEXT Reference Variable
- Reference Variable WD_THIS and Local Controller In...
- Methods of the Local Controller Interface
- Hook Methods: Methods Called by the Runtime Web Dy...
- Predefined Methods of the Local Controller Interfa...
- Events and Event Handlers Web Dynpro ABAP
- Web Dynpro ABAP Supply Function
- Free Methods in Application Development Web Dynpro...
- Web Dynpro ABAP Cross-Controller Method Call
- Web Dynpro ABAP Runtime APIs
- Web Dynpro ABAP Filling the Context
- Web Dynpro ABAP Phase Model
- Web Dynpro ABAP Client Implementation
- Web Dynpro Window
- Navigation Between Two Views
- Web Dynpro ABAP Window Plugs: Startup and Exit
- Web Dynpro Application
- Web Dynpro ABAP URLs and Namespaces
- Using Parameters to Call a Web Dynpro Application
-
▼
June
(61)
No comments:
Post a Comment