Show TOC Start of Content Area

Object documentation Order Confirmation  Locate the document in its SAP Library structure

Definition

An HTML-based e-mail template used for the order confirmation mail in action Send Order Confirmation.

E-Mail templates are created and edited using the Maintain E-Mail Templates function in the Guided Procedures Administration workset. For more information, see Administration Workset in the GP Administration Guide.

Use

The e-mail template is used in the following callable objects:

·        Send Order Confirmation

Structure

E-Mail Template Parameters

Master Language

English

Technical Name

confirmationOfficeEquipment

This graphic is explained in the accompanying text

This is a unique name that is displayed when you choose which e-mail template you want to use.

Language

English

Name

Order Confirmation

Content Type

HTML document

Content

The content of the e-mail contains a custom HTML page.

To personalize the mail messages, GP-specific replacements are used.

This graphic is explained in the accompanying text

<p>Dear Mr/Ms

  `{

writeln(role.initiator.lastname);

  }`,</p>

At runtime, the system retrieves the last name of the process initiator from the UME, and replaces the role.initiator.lastname variable. For example, if the initiator is John Smith, the order confirmation mail will start as follows:

Dear Mr/Ms Smith, ...

 

End of Content Area