1 Overview of Maintenance Screen
This topic provides an overview of the Maintenance Screen.
Maintenance function IDs are used for storing maintenance data which are required for processing any contracts, batches, or for any other maintenance which are dependent on this.
Business logic for a maintenance function id would be provided by the Development Workbench generated files. In most cases, system-provided logic would be sufficient. Extra validations can be coded in the hook packages by the developer.
Example 1-1 Customer Maintenance Screen
If any customer wants to use the service of a bank, details about the customer will have to be maintained in the system. This will be maintenance data which will be required for other maintenances (creating an account for the customer) as well as for transaction processing (debiting of customer account).