Before Input hook

Use this hook to influence the standard behavior for input fields by setting predefined variables.

Examples:

function extern void tcibd001.cdf_prbp.before.input()
{
        attr.dorp = DORP.DEFAULT
}