Hi All,
I want to send mail along with PDF file. My program is working well upto PDF Conversion.But Sending mail is bot working properly. Can anyone give me coding to send mail with PDF file..
<b>
CALL FUNCTION 'CONVERT_OTF_2_PDF'
EXPORTING
USE_OTF_MC_CMD = 'X'
ARCHIVE_INDEX =
IMPORTING
BIN_FILESIZE = GV_DOC_SIZE
TABLES
OTF = IT_OTF
DOCTAB_ARCHIVE = IT_DOCTAB
LINES = IT_PDF_OUTPUT</b>
<b>
After this PDF conversion i want the coding for Send mail..Pls help me.</b>