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

SO_DOCUMENT_SEND_API1 : issue in alignment

former_member206377
Active Contributor
0 Likes
717

I am developing a program which generates email notifications. The email body has dynamic data in table format as follows:

-


Date Day to from

-


Feb 11, 2011 Monday 10:00am 1:00 pm

Feb 11, 2011 Monday 3:00pm 5:00 pm

I have hard coded the alignment as follows :

WRITE : w_findata-coursestdt TO w_data+5(50).

WRITE : w_findata-course_name TO w_data+4(60).

and so on.

The problem is , the alignment works fine when i get the email notification in my outlook, but for other external emails, it is misaligned..

How can this be resolved? How can i dynamically set the alignment?

4 REPLIES 4
Read only

Former Member
0 Likes
656

HI

Create one paragraph format and use that in SO0 text, dont use offset in the program

Read only

Former Member
0 Likes
656

If you're doing development, why use the old, old APIs? Why not use current technology, BCS?

Read only

Former Member
0 Likes
656

Hi,

You can use the HTML to display the data in table format. [Email with HTML body|http://docs.google.com/View?id=dfv2hmgs_6hf8nm5f4 ]

Read only

0 Likes
656

You can use SO10 and replace the dynamic variables in your program after reading SO10. And then use HTML format for email sending Function module.