Previous Topic: Default External FunctionsNext Topic: Defining Edit Course and Select Course


Default Internal Functions

The three internal functions CA 2E automatically creates are Change Object (CHGOBJ), Create Object (CRTOBJ), and Delete Object (DLTOBJ). These functions are used to update the database and are called by external functions as required. They are implemented as subroutines within the generated source code for an external function. Internal functions are specified separately to give you the capability to add additional processing for updating the database. This additional processing is made available to all the functions that call the internal functions.