Entry points > Module Supervisor > Standard script SUBEXPOBJ 

MODTRTEXP: Used to modify the export process

This entry point is called by the tables' export process. It is used to modify the export process, to add code lines in order to modify filters on the tables used by the export, for instance.

Context and operating method

The MODTRTEXP entry point is called at each table export in order to generate the WWEXP* process called by this function. It is possible to add lines in this process' INIT subprogram, just after the filters on the tables read during export. To control the process that has been generated, the user can use the button 'Process' of the GEXPOBJ function.

The file currently written is opened by an openo (without using the Using Classe clause). To add line, the user can use the wrseq instruction.
As the source of the SUBEXPOBJ process has been delivered, the user can inquire this process in order to know the declared variables', screens' and tables' names.

There is always a transaction.
There is no open log file.