SAP Message C0892 - You cannot use fct &1 as a check function as it contains no exceptions

Diagnosis
Function module &V1& you want to use as a check function does notcontain any exceptions.
However, a check function must contain at least one exception that isreturned when a user enters invalid input values.

Procedure
Proceed as follows according to your requirements:

  • Use a different function module.

  • Define at least one exception for function module &V1& (see Customizing
  • for Process Management).