16 Generated Units
This topic provides an overview of generated units for a Maintenance screen.
The following units will be generated for a Maintenance screen. Refer to document Development Workbench- Screen Development II for a detailed explanation on the same.
Front End Units
Table 16-1 Front End Units
Front End Units | Description |
---|---|
Language XML | This file is an XML markup of presentation details, for the designed Call Form specific to a language. |
SYS JavaScript File | This JavaScript file mainly contains a list of declared variables required for the functioning of the screen. |
Release Type Specific JavaScript File | This file won’t be generated by the Tool. It has to be manually written by the developer if he has to write any code specifically in that release. |
Data Base Units
Table 16-2 Data Base Units
Data Base Units | Description |
---|---|
Static Scripts | The following static scripts generated are required for the proper functioning of a Call Form screen. Refer document on generated units for a detailed explanation.
|
System Packages | The Main Package contains the basic validations and backend logic for the Maintenance function ID. The main package contains the mandatory checks required. It will also contain function calls to the other packages generated by Workbench. The main package has the below stages for a maintenance form:
|
Hook Packages | Release-specific packages will be generated based on the release type (KERNEL, CLUSTER or CUSTOM). The developer can add his code in the release-specific hook package. The Main Package has designated calls to these Hook Packages for executing any functional checks and Business validations added by the user. The structure for all the Hook Packages are the same, like:
|
Other Units
XSD: XSD's will be generated if gateway operations are required for the particular function ID. Maintenance for the same has to be done in the Actions node.