1. Importance of Code Insepctions
2. Roles of Inspection Team
Moderator
Reader
Recorder
Author
Trainee (optional)
Best practics : four person inspection teams are twice as efficient and twice as effective as three personteams.
3. Process
Planning
Overview
Preperation
Inspection Meeting
Rework
Follow-up
Reference :
1. A guide to code inspections
星期一, 一月 28, 2008
WebDynpro - Dialog Boxes
Generally speaking , there are two different types of dialog boxes: Model and Modeless , WebDynpro support both of them.
Dialog boxes are implemented within a Web Dynpro application via an additional window and are generally called by the event handler of an action. The component controller contains the interface IF_WD_WINDOW_MANAGER, with which a new window for the content of the dialog box can be created and opened.
Three scenarioes:
1. Calling Dialog Boxes of the Same Component
2. Calling Dialog Boxes of a Used Component
3. Calling a Confirmation Dialog Box
Reference :
1. SAP Help
Dialog boxes are implemented within a Web Dynpro application via an additional window and are generally called by the event handler of an action. The component controller contains the interface IF_WD_WINDOW_MANAGER, with which a new window for the content of the dialog box can be created and opened.
Three scenarioes:
1. Calling Dialog Boxes of the Same Component
2. Calling Dialog Boxes of a Used Component
3. Calling a Confirmation Dialog Box
Reference :
1. SAP Help