2010 Oct 06 7:22 AM
Dear All,
Requirement: 1 pdf file needs to be attach and hard code contents need to be send to vendor.
Problem: 2 file gets attached. 1 is pdf and 2nd is .text file. But text file is contents. which needs to be display as contents.
Please help me to resolve issues.
Regards,
Dear All,
Requirement: 1 pdf file needs to be attach and hard code contents need to be send to vendor.
Problem: 2 file gets attached. 1 is pdf and 2nd is .text file. But text file is contents. which needs to be display as contents.
Please help me to resolve issues.
Regards,
2010 Oct 06 12:28 PM
Hi,
Check in transaction code SCOT for internet settings.
Regards,
Thiru
2010 Oct 06 12:39 PM
Hi,
To create the text body, you have to append the data into SOLISTI1.
For example :
DATA : I_OBJTXT LIKE SOLISTI1 OCCURS 0 WITH HEADER LINE.
"Append all message body here
* Create Message Body Title and Description
CONCATENATE 'Please Find attached purchase order' P_EBELN INTO I_OBJTXT
SEPARATED BY SPACE.
APPEND I_OBJTXT.
CLEAR I_OBJTXT.
Hope this will help.
Thanks & Regards,
Rock.
2010 Oct 06 4:02 PM
Hi Mehul,
wake up an forget the obsolete technology.
[Send Mail having Multiple Files as Attachment using object oriented technique|http://wiki.sdn.sap.com/wiki/display/Snippets/SendMailhavingMultipleFilesasAttachmentusingobjectorientedtechnique]
[WD4A - Sending an Email along with PDF as an attachment|http://wiki.sdn.sap.com/wiki/display/WDABAP/WD4A-SendinganEmailalongwithPDFasanattachment]
You will rarely find questions about CL_BCS here - CL_BCS is the APPLE in ABAP: Easy to use and working.
Regards,
Clemens
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |