2008 Oct 24 5:54 AM
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.
2008 Oct 24 6:22 AM
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
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |