2007 Nov 26 12:56 PM
Hi Experts,
I face a problem with the alignment fo the attached file send through a mail.
I use the fubction module SO_NEW_DOCUMENT_ATT_SEND_API1 for sending mail.
The problem i face is if i send the attchment as a text file or as an imp file, the first row of data is coming correctly where as from the second row all rows are coming with one tab space in the begining.
i have declared the internal table with the same type as the CONTENTS_HEX in the fn.module.
.in the internal table dat is populated correctly.
Please advice me to how to correct the issue.
Thanks in Advance.
Prajitha
Hi Experts,
I face a problem with the alignment fo the attached file send through a mail.
I use the fubction module SO_NEW_DOCUMENT_ATT_SEND_API1 for sending mail.
The problem i face is if i send the attchment as a text file or as an imp file, the first row of data is coming correctly where as from the second row all rows are coming with one tab space in the begining.
i have declared the internal table with the same type as the CONTENTS_HEX in the fn.module.
.in the internal table dat is populated correctly.
Please advice me to how to correct the issue.
Thanks in Advance.
Prajitha
2007 Nov 26 1:09 PM
declare the object, BIN and pack list of foloowing type and try again.
t_objbin TYPE STANDARD TABLE OF solisti1 WITH HEADER LINE
t_objpack TYPE STANDARD TABLE OF sopcklsti1 WITH HEADER LINE,
t_objtxt TYPE STANDARD TABLE OF solisti1 WITH HEADER LINE,
t_reclist TYPE STANDARD TABLE OF somlreci1 WITH HEADER LINE.
reward if ansered
2007 Nov 26 1:11 PM
u have to give values at CONTENTS_TXT parameter instead of hex values
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |