This entry point is used to personalize the name of the file to be generated.
There is no transaction in progress.
There is no open log file.
This entry point occurs at the very beginning of the process in order to re-initialize the characteristics of the file to be generated.
The NAM (Char 250) variable will contain the name of the file to be generated.
The EXT (char 5) variable will contain the file extension.
This entry point is used to add a custom filter or to modify the standard filter on the general balance in the balance export program.
There is no transaction in progress.
There is an open log file.
This entry point intervenes at the moment of setting up of the filter for the selection of general balance records.
The variable that is used to enter the additional criteria is the [L]CRITSPE variable, length 250.
The mask used for the entry of the criteria is EXPBAL, with the abbreviation DIA.
The [L]FILBAL local variable contain the selection criteria defined as standard for the selection of balance records.
Variable or mask | Definition |
EXPBAL [DIA] | Criteria entry mask |
Local Char CRITSPE(255) | Additional entry criteria |
Local Char FILBAL(1) | Contains the standard selection criteria |