1.2 Screen Child
This topic provides an overview on Screen Child creation.
Screen Child can be derived from a parent screen or a child screen. The Screen Child uses the packages for maintenance functions from the parent itself, only screen-level modifications can be done in a Screen Child.
It should be noted that Screen Child are not exactly the child of child screens (second level inheritance). It can be the child of a parent or a child screen. The difference between a Child and aScreen Child is that only screen level changes can be done in a Screen Child. Business logic will remain the same as its parent. In the child screen business logic can also be enhanced for the child function ID.
This topic contains the following sub-topics:
- Develop New Screen Child
This topic provides the systematic instructions to develop a new Screen Child. - Possible Operations in Screen Child
This topic briefs the important considerations to be made when designing a Screen Child screen. - Generation of Files for Screen Child
This topic explains the process of generation of files for a Screen Child screen. - Extensible Development for Child screen
This topic provides information on the Extensible Development of a Child screen.
Parent topic: Design Child and Screen Child