sapdev logo background
sapdev logo sapdev logo
Comments

ABAP VERIFICATION-MESSAGE Statement syntax, information and example SAP source code



Return to Statement index



VERIFICATION-MESSAGE


ABAP Syntax VERIFICATION-MESSAGE id mess
[PRIORITY prio]
[RESPONSIBLE user]
[MAIL mail]
[OBJECT type name].

ABAP_ADDITIONS:
1 ... PRIORITY prio
2 ... RESPONSIBLE user
3 ... MAIL mail
4 ... OBJECT type name

What does it do? This statement is only intended for use in verification programs of the transaction SVER . It sends a verification message to the verification API.
id is used to specify an ID for the message of up to six digits, and mess is used for the message itself.

ABAP_ADDITION_1 ... PRIORITY prio

What does it do? prio can be used to specify a priority (1: serious error, 2: error, 3: warning, 4: note, 5: information).

Latest notes: The constants intended for this purpose from the class
CL_VERI_GENERAL can also be specified for prio instead of literals.

ABAP_ADDITION_2 ... RESPONSIBLE user

What does it do? user can be used to specify a user who receives the verification message by mail. If no user is specified, the author of the verification program is used.

ABAP_ADDITION_3 ... MAIL mail

What does it do? Obsolete: mail was previously used to specify a template for the verification message.

ABAP_ADDITION_4 ... OBJECT type name

What does it do? type and name can be used to specify an object from the database table TADIR
to enable navigation from the log display.
If an entry from TADIR is specified using this addition, the verification message is sent to the person specified as responsible in the table TADIR , and not to the author of the verification program.
Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




UPDATE_TARGET
WAIT




comments powered by Disqus