In the context of the entry point :
The following tables are on line :
Table | Significant content | Table description |
---|---|---|
ADOVAL [ADW] | No | Parameter values |
The principal variables available are :
The class [F:ADS] contains the record of the ADOSSIER table of the current folder.
The class [M:DIA] contains the integration parameters.
The entry point PATCH is used to not integrate a patch in a folder for example if the level of the list is less than that of the folder.
The entry point is located in the folder loop defined in the patch integration screen.
By setting the variable GPE to 1 in this entry point, the patch is not integrated in the current folder and the process moves to the next folder.
This entry point is only executed if the INTEG variable is equal to 2.
In the context of the entry point :
The following tables are on line :
Table | Significant content | Table description |
---|---|---|
ADOVAL [ADW] | No | Parameter values |
The principal variables available are :
The class [F:ADS] contains the record of the ADOSSIER table of the current folder.
The class [M:DIA] contains the integration parameters.
The PATCHVERIF entry point is used not to integrate a patch list
In the context of the entry point :
The following tables are on line :
Table | Significant content | Table description |
---|---|---|
ADOVAL [ADW] | No | Parameter values |
The entry point is called before the PATCH entry point and it is used during the checking of the patches of a list, inside a folder loop defined in the patch integration screen and in the patch loop.
The principal variables available are :
D = Number of the checked folder
NBDOS = Total number of folders to be checked
DOSSIER(D) = Name of the checked current folder
P = Number of the checked patch
NBTRAIT = Total number of patches to be checked
TRAIT(P) = Name of the checked patch
INTEG = Value of the "Integration" checkbox (Yes/No)
ERR = integrated patch list (ERR=0) patch list not integrated (ERR=1)
This entry point is only executed if the INTEG variable is equal to 2.
The class [F:ADS] contains the entry in the ADOSSIER table of the current folder
The class [M:DIA] contains the integration parameters.
ENDPATCH entry point is executed at the end of the patch integration. It is used to deactivate the validation global procedure after the integration of a function, a vocab element and others.
If these procedures can be deactivated in order to reduce the patch integration time, it is recommended to execute them from the generic functions.
In the context of the entry point :
The following tables are on line :
Table | Significant content | Table description |
---|---|---|
ADOVAL [ADW] | No | Parameter values |
The entry point is called at the end of the patch integration for all folders.
The principal variables available are :
D = Number of the checked folder
NBDOS = Total number of folders to be checked
DOSSIER(D) = Name of the checked current folder
P = Number of the checked patch
NBTRAIT = Total number of patches to be checked
TRAIT(P) = Name of the checked patch
INTEG = Value of the "Integration" checkbox (Yes/No)
ERR = integrated patch list (ERR=0) patch list not integrated (ERR=1)
ISMENMOD variable set to 0 is used to deactivate the local menus validation
ISNEWFUN variable set to 0 is used to deactivate the menus validation
ISBIAMOD variable set to 0 is used to deactivate the BO ledger update
AVONUM variable set to 0 deactivate the vocab update
The F:ADS] class contains the save of the ADOSSIER table of the current folder
[M:DIA] class contains the integration parameters.
A log file is open. This process can be executed in batch, therefore the display instructions should not be used (Affzo, grizo, Infbox, and others).