Application Development 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: 

alignment problem in sending an attachment file as a mail

Former Member
0 Kudos

Hi,

My requirement is to send a mail where i have the data in an internal table.

the .txt attachment file is sent properly no problem in that. But the text inside the file is not alligned properly.

For eg if i have 5 records in the internal table which iam going to send as an attachment then 5 lines should exist on the attachment file.

But for me what happens is

for eg the first two records in the internal table is like as follows.

record 1 : my name is rose

record 2 : iam working in SAP ABAP consultant.

These lines are coming in the attachment file like

line 1: ame is rose (some spaces are given then it prints) my n

line 2: n SAP ABAP consultant (some spaces are given then it prints) iam working i

can anyone tell me why this happens . i want the lines to be displayed as it is in the internal table.

can anyone tell how to solve this problem. Thanks...

Regards,

rose.

1 REPLY 1

Former Member
0 Kudos

Hi camila,

visit this thread

regards

Anup.