EXP_OUVRE

Description

This action is only called once, at the start of the export process, just before the opening of the declared table in the export template. This action is called just before the application of the filters on the different tables. These latter are applied notably when the user enters the selection criteria at the time of the export launch.

Export OBJect

Single, Grid, Combined and without OBJect

Use

It essentially serves to make the declarations of the resources required and the initializations, for example:

    to declare the global or local variables with the syntaxes of the type
        Local Integer MA_VARIABLE
        Global Char POUR_TOUS(100)

    to assign the global variables

    to open the tables with instructions of the type
        If clalev ([F :XXX]) = 0 : Local File XXXXX : Endif