Input Parameters | Significance |
none | - |
Output Parameters | Significance |
none | - |
Return Code | Significance |
0 | no error |
Can be called as Pre_Field userexit at any field within a mask.
The userexit dal_cch_skp_fld is the only userexit, which - installed at the Pre_Field trigger - is not only executed in Insert- and Update mode, but also in Query- and View mode.
Using this userexit the programmer can easily lock individual fields without having to modify field access attributes.
Fields positioned outside of forms (negative column position) are automatically skipped. It is not required to use dal_cch_skp_fld.
Attention!
It is impossible to call the Userexit dal_cch_skp_fld as subroutine from an other userexit.