SAP TABLES

rdisp/vb_mail_user_list SAP Parameter attribute - List of users to receive mails in case of update errors








rdisp/vb_mail_user_list is a SAP Parameter attribute which is used to control List of users to receive mails in case of update errors information. This is available within R/3 SAP systems depending on the version and release level.

Below is the standard documentation available and a few details of the attributes values .

rdisp/vb_mail_user_list profile paramerter attributes


Parameter Name: rdisp/vb_mail_user_list
Description: List of users to receive mails in case of update errors
Default Value: $ACTUSER
Parameter Type ( See IF_PARAMETER_TYPES): String(STRING)
Restriction Values:
Parameter Unit:
Parameter Group: Update
CSN Component: BC-CST-UP
System-Wide parameter: Yes
Dynamic Parameter: Yes
Vector Parameter: No
Has Sub-Parameters: No
Check Function Exists: No

Parameter documentation

Thsi parameter controls who received the express mail "Failed Updates" in the case of a failed update. The user normally only received this mail. However it is also possible to enter adfditional or alternative users. This makes it possible to send all mails to an administrator. The parameter must be specified in the following syntax: rdisp/vb_mail_user_list = <(><<)>usr1> [, <(><<)>usr2> ] ... If the mail is to be sent to the user, the pseudo-name $ACTUSER must be used.
Examples
rdisp/vb_mail_user_list = $ACTUSER, ADMIN1, ADMIN2 The mail is set to the user and also to the users ADMIN1 and ADMIN2. rdisp/vb_mail_user_list = ADMIN The mail is sent to the user ADMIN

See SAP Parameter Documentation for full SAP documentation for this profile parameter.