Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Mail Template (SO10 Text)

Former Member
0 Likes
2,732

Name of the Award <VALUE> Award Code <VALUE>

Product Code <VALUE> Product Description <VALUE>

Nominator Name <VALUE> Nominator ID <VALUE>

Nominator Email <VALUE> Nominator Designation <VALUE>

Nominee Name <VALUE> Nominee ID <VALUE>

Delivered To <VALUE> Onsite / Offshore Status <VALUE>

Signatory's Name <VALUE> Signatory's Designation <VALUE>

I need a mail template in this format.. Is this possible to do??? If so how???

Regards,

Vidhya S

Name of the Award <VALUE> Award Code <VALUE>

Product Code <VALUE> Product Description <VALUE>

Nominator Name <VALUE> Nominator ID <VALUE>

Nominator Email <VALUE> Nominator Designation <VALUE>

Nominee Name <VALUE> Nominee ID <VALUE>

Delivered To <VALUE> Onsite / Offshore Status <VALUE>

Signatory's Name <VALUE> Signatory's Designation <VALUE>

I need a mail template in this format.. Is this possible to do??? If so how???

Regards,

Vidhya S

3 REPLIES 3
Read only

Former Member
0 Likes
1,660

Hi..

It can be done using SO10 ..Define the variables in the SO10 text. In the program in which u need to create the body of the mail.

1. Read the text from the SO10.

2. Create the variables with the same name in ur program.

3. Use FM TEXT_SYMBOL_REPLACE to replace the symbol(Variable) to values.

Ranganathan.

Read only

Former Member
0 Likes
1,660

Hi!

1. Create the text with SO10 transaction. If I were you I would use exact variable names instead of , etc texts into their true values, you have to code it as well. If you know the exact names, you can easily replace them with the REPLACE command.

Regards

Tamá

Read only

Former Member
0 Likes
1,660

We wrote our own html code to get that layout.

Thanks for your response.