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

Carraige Return

Former Member
0 Likes
482

Hi,

I am writing a program which sends an email with an attachment.This attachment is a CSV file.

I want this program to run with SMTP and SIG both.

But the carraige return which I use supports only SMTP, it doesnt supports SIG.

(cl_abap_char_utilities=>cr_lf, cl_abap_char_utilities=>NEWLINE, cl_abap_char_utilities=>VERTICAL_TAB).

None of the above carraige return supports in SIG,

Could anyone please suggest me if there is any other way i can achieve this?

Thanks in advance.

Sunanda.

Hi,

I am writing a program which sends an email with an attachment.This attachment is a CSV file.

I want this program to run with SMTP and SIG both.

But the carraige return which I use supports only SMTP, it doesnt supports SIG.

(cl_abap_char_utilities=>cr_lf, cl_abap_char_utilities=>NEWLINE, cl_abap_char_utilities=>VERTICAL_TAB).

None of the above carraige return supports in SIG,

Could anyone please suggest me if there is any other way i can achieve this?

Thanks in advance.

Sunanda.

1 REPLY 1
Read only

BH2408
Active Contributor
0 Likes
415

Hi,

Try the horizontal tab...hope it will work...

use the cl_abap_char_utilities=>horizontal_tab....

Edited by: SeethaRamaiah Bharani on Oct 24, 2008 10:52 AM