Hi to all,
After some research,
This is the solution that I found for the enrichement problem :
- If you are using DESKTOP client : then you can use T.ENRI or COMI.ENRI (depends on your rtn type Vld or Input) and then call the REBUILD.SCREEN function.
- If you are using BROWSER client : unfortunatly the REBUILD.SCREEN can't be used ... then you can use I_GTS.COMMON lib:
$INSERT GLOBUS.BP I_GTS.COMMON
OFS$ENRI<field_position> = "my enrichement"
Cheers,