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

Send Email Format

Former Member
0 Likes
821

Hi Friends,

I need to send a mail from my program in the following format, kindly let me know how to achieve it.

Legacy Account Contract Account Source BP Target BP Proposed On Rejected On Rejected By

-


1717868321886 200000008328 0100004608 0100004825 10/08/2004 10/08/2004 3592528

If i do this by populating SOLISTI1-LINE using offset, the format is being disturbed if any of the number of chars of value is changed.

Can i do something similar to smart form output here, meaning there we define cells for each value and a space would be shown if a value does not exist there.

Can i achieve a proper & fixed format for the data to be sent in a mail as shown above. Kindly reply as soon as possible.

Thank you,

Kamal

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
771

Hi,

Check this link..http://docs.google.com/Doc?docid=0AZqwnQpzX9wBZGZ2MmhtZ3NfMGZtMjJ0Z2d4&hl=en

try to dislapy using HTML format..you will overcome the formatting issue

5 REPLIES 5
Read only

former_member194416
Contributor
0 Likes
771

You can write HTML commands but if you are not familiar with html it it may be very time spending. Other alternative maybe sending PDF, EXCEL or txt but you can only add them as attachment.

Read only

0 Likes
771

Thanks for your help and I'm not looking at sending that format as an attachment..please let me know if there is any other atlernative

Thank you

Read only

0 Likes
771

As far as I know there is no other alternative at least with in standard way. There may be some class or method to send e-mails in better format, you can try to search from se24.

Read only

Former Member
0 Likes
772

Hi,

Check this link..http://docs.google.com/Doc?docid=0AZqwnQpzX9wBZGZ2MmhtZ3NfMGZtMjJ0Z2d4&hl=en

try to dislapy using HTML format..you will overcome the formatting issue

Read only

0 Likes
771

Hi Avinash,

Thanks for your reply.

It's not working for me, meaning it says problem in sending mail, internal or database error.

I am not sure where am going wrong.... could you be able to tell me if i'm missing anything..

Thank you,

Kamal