3.6.1 Maintaining Static Data
Data that remains constant over a period of time is called static data. Usually, such data is commonly accessed by more than one module. The following are some typical examples of static data:
- The details about the currencies that are used in your bank.
- The details of End of Cycle functions to be executed automatically.
Parent topic: Static Data