Changing the Texts of Notification E-Mails

Prerequisites

This procedure requires you to stop the AS Java, so you should plan for the required downtime while the AS Java restarts.

Context

The user management engine (UME) ships with default texts for notification e-mails. These texts are stored in a Java archive (JAR) file on the SAP NetWeaver Application Server (AS) Java. You can modify the default texts and store them in the configuration store of the AS Java. The modified texts stored in the configuration store have priority over the texts in the JAR file and are not overwritten during an upgrade.

The notification texts are defined in packaged files. There are a number of files delivered with the UME. Each file includes the e-mail notification texts for a single Java locale. User management also provides a range of placeholder variables that you can use in the text.

Procedure


  1. Create a file for the language you require, and enter the texts that you want to use for notification e-mails.

  2. Upload the file to the AS Java as follows:

    1. Shut down all cluster elements.

    2. Start the config tool.

    3. Choose the Switch to configuration editor mode pushbutton.

    4. In the Display Configuration tab, choose Start of the navigation pathcluster_config Next navigation step system Next navigation step custom_global Next navigation step cfg Next navigation step services Next navigation step com.sap.security.core.ume.service Next navigation step persistentEnd of the navigation path.

    5. Choose the Switch between view and edit mode pushbutton.

    6. Select the persistent node and choose the Create sub-node pushbutton.

      A dialog box appears.

    7. Choose File entry .

    8. Upload the file you created.

      The text of your file appears in the text field.

    9. Create the file and then close the window.

      A new entry appears under persistent with the name com.sap.security.core.util.notification.notificationTexts_ <Java_locale> .properties.

    10. Restart all cluster elements.

Results

The modified texts appear in the notification e-mails.