In general, attributes and methods are used to specify the processes of programs in Web Dynpro applications and to edit the data contained in the context. The previous sections, Action Event Handlers and Cross-Controller Method Call, described simple examples of these program processes. In this section, you find general information on programming using methods of the Web Dynpro framework. In addition, frequently used methods are described and illustrated by source code examples.
For further information on specific controller methods, refer to Controller: Methods in the tools manual and Programming Interfaces in the reference section of this documentation.
When you create a new Web Dynpro component, a component controller is automatically created for this component. When you create a view for a Web Dynpro component, a view controller is automatically created for this view. Each window of a component contains a window controller and you can create custom controllers for specific purposes.
At least two attributes are automatically known to each controller, namely the following object references:
● WD_CONTEXT
● WD_THIS
You can also create your own attributes for each controller. These attributes are used to store non-UI-relevant application data (UI-relevant data is stored in the context).
For detailed information on programming with special contexts, see Advanced Concepts in Programming of the Context.
Interface Controller
The additional interface controller listed in the development environment is not an independent object but a specific subset of the component controller.
This interface controller defines the interface of a Web Dynpro component for the use in another component. The methods are implemented in the component controller. When you set the Interface flag for methods/events/context nodes in the component controller, these elements are copied into the interface controller.
Cross-Component Programming, Dynamic Programming, Integrating Forms, Integration, Integration of ALV, Interview Questions, List Viewer in Web Dynpro Portal Integration, TCodes, Web Dynpro ABAP
Tuesday, June 10, 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