WARNING

The WARNING statement reports a custom warning message from a Master Template and has no effect on the execution.

Definition of the statement WARNING is as follows.

WARNING message

The text of the message is logged with a message code USR1001. This can be read from the _itplog KCM Core variable.

WARNING "Processing customer " + _data.Customer.CustomerNr

The WARNING statement can be combined with the ERROR statement (see ERROR) to provide additional information.