Entry points > Module Supervisor > Standard script SUBALH9 

AV_EXEREQ

This entry point is called before the request extraction transaction in the SUBALH9 process.

It is used to initialise the variables in order to control the request execution time.

Context and operating mode

In the context of the entry point :

  • No trace file is open

NBB(1..10) contains the number of lines found by level
CRITERE(250)(1..3) contains all the composed criteria in the linked tables
LISTE contains the request code.

The mask used in the transaction is called "WML" + the request code.

The automatic process generated for a transaction is called "WMM" + the request code. In particular, it contains the detail on the tables used by the link instruction and columns.

The extraction transaction is called in the 'View request' function,
- at the time of a refresh (F5 key)
- on using the 'Search' key
- after modification of the criteria.

 

AP_EXEREQ

This entry point is called after the request extraction transaction in the SUBALH9 process.

It is used to display the request result by using the variables declared in the AV_EXEREQ entry point.

Context and operating mode

In the context of the entry point :

  • No trace file is open

The variables and the different call cases are same as those for the AV_EXEREQ entry point.