Hello folks,
I am using the following method and I want to get rid of empty column as well as file name with date and time stamp. Let me know how I can achieve this.
Thanks,
Khan
FYI
Data: c_ext TYPE soodk-objtp VALUE 'XLS'. " XLS Extension
* Adding Attachment
CALL METHOD l_document->add_attachment
EXPORTING
i_attachment_type = c_ext
i_attachment_size = l_size
i_attachment_subject = TY
* I_ATTACHMENT_HEADER = HEAD_TAB[]
i_att_content_text = decompressed[].
.