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

Internal table data to SO10 object

Former Member
0 Likes
821

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

3 REPLIES 3
Read only

Former Member
0 Likes
559

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

Read only

Former Member
0 Likes
559

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

Read only

Former Member
0 Likes
559

Closed