‎2011 Feb 02 7:49 AM
Hi all ,
I am working on an mail generation object related to ABAP HR : sending mail to manager some details of there reportess .
THe SO10 object contains the mail format.
my Itab contains mananger mail id along with reportee details
my content should look like
Dear MANAGer ,
Following are your reportees :
A
B
C
these A , B and C are dynamic . How can I configue my SO10 object and pass these values to the SO10 object
‎2011 Feb 02 7:52 AM
to add to above
my itab looks like
MANAGER1 A
MANAGER1 B
MANANGER2 C
so first mail should look like
Dear MANAGER1 ,
FOll are your reportees
A
B
‎2011 Feb 04 9:08 AM
Hi,
You have to solve your problem then You would see below link.
In this link, you have understood clearly by an screenshots.
Each step has explained breifly and some more related sites also there at bottom.
http://www.scribd.com/doc/38318190/Text-Elements-So10
I hope, You will get a clear idea on your query.
Edited by: sekharch on Feb 4, 2011 10:09 AM
Edited by: sekharch on Feb 4, 2011 10:11 AM
‎2011 May 30 10:18 AM