Hi all,
I have a requirement of sending the data in the form of table in mail thought me program.
Am sending the mail content form int table.
The issue is the table getting displayed like this(I used internal table of strings for this)-
Name | Old value | New value -->Heading string
_________________________________________________________________________
Description | Material for production of tractors | Material for tractors -->value string1
weight | 123 | 124 -->value string2
Value 124 should have been well below New value.
In short am not able to arrange the values (Because of variable length of values)well below table field so that i can distinguish various values in same row.Please guide me for this issue .
Thank you,
Edited by: sanu debu on Mar 22, 2009 1:43 PM