Hi Experts,
I am using CL_BCS methods for sending attachements in emails in background, everything works fine except for DOCX extensions. It says the file is correpted while opening. I have tried adding the file name to header table as given in OSS note.
CONCATENATE '&SO_FILENAME=' lv_filename into lv_text_line.
append lv_text_line to lt_att_head.
But it just gives the file name with 4 extensions, but the file is still correpted.
Please help. My SAP version is 4.7
Thank you very much in advance,
Farook.